Searched refs:TYPE_INSTANCE_FLAGS (Results 1 – 5 of 5) sorted by relevance
284 #define TYPE_NOTTEXT(t) (TYPE_INSTANCE_FLAGS (t) & TYPE_INSTANCE_FLAG_NOTTEXT)315 #define TYPE_CONST(t) (TYPE_INSTANCE_FLAGS (t) & TYPE_INSTANCE_FLAG_CONST)321 (TYPE_INSTANCE_FLAGS (t) & TYPE_INSTANCE_FLAG_VOLATILE)327 (TYPE_INSTANCE_FLAGS (t) & TYPE_INSTANCE_FLAG_RESTRICT)349 (TYPE_INSTANCE_FLAGS (t) & TYPE_INSTANCE_FLAG_CODE_SPACE)352 (TYPE_INSTANCE_FLAGS (t) & TYPE_INSTANCE_FLAG_DATA_SPACE)359 #define TYPE_ADDRESS_CLASS_1(t) (TYPE_INSTANCE_FLAGS(t) \361 #define TYPE_ADDRESS_CLASS_2(t) (TYPE_INSTANCE_FLAGS(t) \365 #define TYPE_ADDRESS_CLASS_ALL(t) (TYPE_INSTANCE_FLAGS(t) \1048 #define TYPE_INSTANCE_FLAGS(thistype) (thistype)->instance_flags macro
563 if (TYPE_INSTANCE_FLAGS (ntype) == new_flags) in make_qualified_type()595 TYPE_INSTANCE_FLAGS (ntype) = new_flags; in make_qualified_type()615 int new_flags = ((TYPE_INSTANCE_FLAGS (type) in make_type_with_address_space()643 int new_flags = (TYPE_INSTANCE_FLAGS (type) in make_cv_type()685 (TYPE_INSTANCE_FLAGS (type) in make_restrict_type()733 gdb_assert (TYPE_INSTANCE_FLAGS (ntype) == TYPE_INSTANCE_FLAGS (type)); in replace_type()1069 flags = TYPE_INSTANCE_FLAGS (elt_type) | TYPE_INSTANCE_FLAG_NOTTEXT; in make_vector_type()1526 int instance_flags = TYPE_INSTANCE_FLAGS (type); in check_typedef()1575 int new_instance_flags = TYPE_INSTANCE_FLAGS (type); in check_typedef()1621 TYPE_INSTANCE_FLAGS (type), in check_typedef()[all …]
4493 TYPE_INSTANCE_FLAGS (nat.type) = TYPE_INSTANCE_FLAGS (*type); in cleanup_undefined_types_noname()4570 && (TYPE_INSTANCE_FLAGS (*type) == in cleanup_undefined_types_1()4571 TYPE_INSTANCE_FLAGS (SYMBOL_TYPE (sym))) in cleanup_undefined_types_1()
437 TYPE_INSTANCE_FLAGS (type)); in c_type_print_modifier()
1021 || TYPE_INSTANCE_FLAGS (type1) != TYPE_INSTANCE_FLAGS (type2) in check_types_equal()