Home
last modified time | relevance | path

Searched refs:SYM_TYPEOF (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dctags.c153 case SYM_TYPEOF: in examine_symbol()
H A Dast-inspect.c113 [SYM_TYPEOF] = "SYM_TYPEOF", in symbol_type_name()
H A Dsymbol.c484 case SYM_TYPEOF: { in examine_symbol_type()
537 [SYM_TYPEOF] = "typeof", in get_type_name()
H A Dsymbol.h68 SYM_TYPEOF, enumerator
H A Ddissect.c217 case SYM_TYPEOF: in examine_sym_node()
H A Dsmatch_type.c323 if (ret && ret->type == SYM_TYPEOF) in get_type_helper()
H A Dshow-parse.c62 [SYM_TYPEOF] = "tpof", in do_debug_symbol()
H A Dparse.c1064 struct symbol *typeof_sym = alloc_symbol(token->pos, SYM_TYPEOF); in typeof_specifier()
H A Devaluate.c381 if (type->type == SYM_TYPEOF) { in classify_type()