Searched refs:VT_CONSTANT (Results 1 – 1 of 1) sorted by relevance
2544 #define VT_CONSTANT 0x0800 /* const modifier */ macro11215 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()[all …]