Home
last modified time | relevance | path

Searched refs:SYM_FOULED (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h73 SYM_FOULED, enumerator
505 #define is_fouled_type(type) (get_sym_type(type) == SYM_FOULED)
H A Dsymbol.c513 case SYM_FOULED: in examine_symbol_type()
542 [SYM_FOULED] = "fouled", in get_type_name()
565 new->type = SYM_FOULED; in create_fouled()
H A Dast-inspect.c118 [SYM_FOULED] = "SYM_FOULED", in symbol_type_name()
H A Dshow-parse.c67 [SYM_FOULED] = "foul", in do_debug_symbol()
405 case SYM_FOULED: in do_show_type()
H A Dlinearize.c1266 case SYM_FOULED: in get_mtype()
H A Devaluate.c377 [SYM_FOULED] = TYPE_NUM | TYPE_RESTRICT | TYPE_FOULED, in classify_type()