Searched refs:type_ctype (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | symbol.c | 689 struct symbol bool_ctype, void_ctype, type_ctype, variable 752 { &type_ctype, SYM_BASETYPE, MOD_TYPE, NULL, NULL, NULL },
|
H A D | symbol.h | 266 extern struct symbol bool_ctype, void_ctype, type_ctype,
|
H A D | smatch_type.c | 789 {&type_ctype, "type"},
|
H A D | evaluate.c | 3340 expr->ctype = &type_ctype; in evaluate_expression() 3341 return &type_ctype; in evaluate_expression()
|