Home
last modified time | relevance | path

Searched refs:type_ctype (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.c689 struct symbol bool_ctype, void_ctype, type_ctype, variable
752 { &type_ctype, SYM_BASETYPE, MOD_TYPE, NULL, NULL, NULL },
H A Dsymbol.h266 extern struct symbol bool_ctype, void_ctype, type_ctype,
H A Dsmatch_type.c789 {&type_ctype, "type"},
H A Devaluate.c3340 expr->ctype = &type_ctype; in evaluate_expression()
3341 return &type_ctype; in evaluate_expression()