Home
last modified time | relevance | path

Searched refs:SYM_RESTRICT (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h72 SYM_RESTRICT, enumerator
438 case SYM_RESTRICT: // OK, always integer types in is_scalar_type()
458 case SYM_RESTRICT: // OK, always integer types in is_integral_type()
504 #define is_restricted_type(type) (get_sym_type(type) == SYM_RESTRICT)
H A Dast-inspect.c117 [SYM_RESTRICT] = "SYM_RESTRICT", in symbol_type_name()
H A Dsmatch_type.c37 if (ret->type == SYM_RESTRICT || ret->type == SYM_NODE) in get_real_base_type()
746 if (sym->type == SYM_RESTRICT || sym->type == SYM_NODE) in get_member_type_from_key()
H A Dssa.c30 case SYM_RESTRICT: // OK, always integer types in is_promotable()
H A Dsymbol.c510 case SYM_RESTRICT: in examine_symbol_type()
541 [SYM_RESTRICT] = "restrict", in get_type_name()
H A Dshow-parse.c66 [SYM_RESTRICT] = "rstr", in do_debug_symbol()
395 case SYM_RESTRICT: in do_show_type()
H A Dsparse-llvm.c190 case SYM_RESTRICT: in symbol_type()
H A Dparse.c1668 type->type = SYM_RESTRICT; in declaration_specifiers()
3025 case SYM_RESTRICT: in external_declaration()
H A Devaluate.c376 [SYM_RESTRICT] = TYPE_NUM | TYPE_RESTRICT, in classify_type()
729 case SYM_RESTRICT: in type_difference()
H A Dlinearize.c1265 case SYM_RESTRICT: in get_mtype()