Home
last modified time | relevance | path

Searched refs:get_char_constant (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dchar.h1 extern void get_char_constant(struct token *, unsigned long long *);
H A Dchar.c69 void get_char_constant(struct token *token, unsigned long long *val) in get_char_constant() function
H A Dexpression.c382 get_char_constant(token, &expr->value); in primary_expression()