Searched refs:MOD_CONST (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | gdbhelpers | 104 if ($arg0->modifiers & MOD_CONST) 105 printf "MOD_CONST "
|
H A D | symbol.h | 218 #define MOD_CONST 0x00000200 macro 252 #define MOD_QUALIFIER (MOD_CONST | MOD_VOLATILE | MOD_RESTRICT | MOD_ATOMIC)
|
H A D | check_kernel_printf.c | 903 if (!(base->ctype.modifiers & MOD_CONST)) in is_array_of_const_char() 915 if (!(sym->ctype.modifiers & MOD_CONST)) in is_const_pointer_to_const_char() 919 if (!(base->ctype.modifiers & MOD_CONST)) in is_const_pointer_to_const_char()
|
H A D | symbol.c | 797 { &const_void_ctype, SYM_NODE, MOD_CONST, NULL, NULL, &void_ctype }, 798 { &const_char_ctype, SYM_NODE, MOD_CONST, &bits_in_char, &max_int_alignment, &char_ctype },
|
H A D | dissect.c | 84 int wptr = is_ptr(type) && !(type->ctype.modifiers & MOD_CONST); in u_lval()
|
H A D | show-parse.c | 127 {MOD_CONST, "const"}, in modifier_string()
|
H A D | evaluate.c | 256 if (difmod == MOD_CONST) in is_same_type() 1464 mod1 |= MOD_CONST; in check_assignment_types() 1574 if (type->ctype.modifiers & MOD_CONST) in evaluate_assign_to()
|
H A D | sparse-llvm.c | 1247 if (sym->ctype.modifiers & MOD_CONST) in output_data()
|
H A D | smatch_math.c | 955 if (!(sym->ctype.modifiers & MOD_CONST)) in get_const_value()
|
H A D | smatch_extra.c | 973 if (type->ctype.modifiers & MOD_CONST) in is_const_param()
|
H A D | parse.c | 1488 apply_qualifier(&next->pos, &ctx->ctype, MOD_CONST); in const_qualifier()
|