Searched refs:thistype (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbtypes.h792 #define TYPE_INSTANCE_FLAGS(thistype) (thistype)->instance_flags
793 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type
794 #define TYPE_NAME(thistype) TYPE_MAIN_TYPE(thistype)->name
796 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
797 #define TYPE_POINTER_TYPE(thistype) (thistype)
[all...]
H A Dcp-valprint.c502 struct type *thistype; local
538 thistype = real_type;
574 thistype = baseclass;
599 cp_print_value_fields (baseclass, thistype, base_valaddr,
/openbsd-current/gnu/gcc/gcc/
H A Dc-decl.c2135 tree thistype;
2137 thistype = composite_type (vistype, type);
2139 thistype = TREE_TYPE (b_use->decl);
2143 thistype
2144 = build_type_attribute_variant (thistype,
2147 TREE_TYPE (b_use->decl) = thistype;
2235 tree thistype;
2239 thistype = composite_type (vistype, type);
2241 thistype = TREE_TYPE (b->decl);
2244 thistype
2126 tree thistype; local
2226 tree thistype; local
[all...]

Completed in 214 milliseconds