Lines Matching refs:VT_CONSTANT
2544 #define VT_CONSTANT 0x0800 /* const modifier */ macro
11215 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in check_comparison_pointer_types()
11216 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in check_comparison_pointer_types()
11718 if (t & VT_CONSTANT) in type_to_str()
11810 if (dt->t & VT_CONSTANT) in gen_assign_cast()
11842 tmp_type1.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
11843 tmp_type2.t &= ~(VT_UNSIGNED | VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
11848 if ((!(type1->t & VT_CONSTANT) && (type2->t & VT_CONSTANT)) || in gen_assign_cast()
11864 tmp_type1.t &= ~(VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
11865 tmp_type2.t &= ~(VT_CONSTANT | VT_VOLATILE); in gen_assign_cast()
11892 if (ft & VT_CONSTANT) in vstore()
12386 t |= VT_CONSTANT; in parse_btype()
12482 pt->t &= ~(VT_CONSTANT | VT_VOLATILE); in convert_parameter_type()
12546 type->t &= ~(VT_STORAGE | VT_CONSTANT); in post_type()
12596 qualifiers |= VT_CONSTANT; in type_decl()
12708 type.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */ in gfunc_param_typed()
12820 t |= VT_CONSTANT; in unary()
12934 type1.t &= ~(VT_CONSTANT | VT_VOLATILE); in unary()
12935 type2.t &= ~(VT_CONSTANT | VT_VOLATILE); in unary()
13992 dtype.t &= ~VT_CONSTANT; /* need to do that to avoid false warning */ in init_putv()