Home
last modified time | relevance | path

Searched defs:thistype (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbtypes.h1048 #define TYPE_INSTANCE_FLAGS(thistype) (thistype)->instance_flags argument
1049 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type argument
1050 #define TYPE_NAME(thistype) TYPE_MAIN_TYPE(thistype)->name argument
1052 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type argument
1053 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type argument
1054 #define TYPE_REFERENCE_TYPE(thistype) (thistype)->reference_type argument
1055 #define TYPE_CHAIN(thistype) (thistype)->chain argument
1060 #define TYPE_LENGTH(thistype) (thistype)->length argument
1063 #define TYPE_CODE(thistype) TYPE_MAIN_TYPE(thistype)->code argument
1064 #define TYPE_NFIELDS(thistype) TYPE_MAIN_TYPE(thistype)->nfields argument
[all …]
H A Dcp-valprint.c479 struct type *thistype; in cp_print_value() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dlambda.c1189 tree thistype = cp_build_qualified_type (type, TYPE_QUAL_CONST); in maybe_add_lambda_conv_op() local
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dc-decl.c2647 tree thistype; in pushdecl() local
2747 tree thistype; in pushdecl() local
/dflybsd-src/contrib/gcc-8.0/gcc/c/
H A Dc-decl.c2918 tree thistype; in pushdecl() local
3018 tree thistype; in pushdecl() local
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c9319 tree thistype, stattype, statfn, convfn, call, arg; in maybe_add_lambda_conv_op() local