Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gdb/gdb/
Dgdbtypes.h768 #define TYPE_INSTANCE_FLAGS(thistype) (thistype)->instance_flags argument
769 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type argument
770 #define TYPE_NAME(thistype) TYPE_MAIN_TYPE(thistype)->name argument
772 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type argument
773 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type argument
774 #define TYPE_REFERENCE_TYPE(thistype) (thistype)->reference_type argument
775 #define TYPE_CHAIN(thistype) (thistype)->chain argument
780 #define TYPE_LENGTH(thistype) (thistype)->length argument
781 #define TYPE_OBJFILE(thistype) TYPE_MAIN_TYPE(thistype)->objfile argument
782 #define TYPE_FLAGS(thistype) TYPE_MAIN_TYPE(thistype)->flags argument
[all …]
Dcp-valprint.c504 struct type *thistype; in cp_print_value() local
/freebsd-9-stable/crypto/heimdal/lib/asn1/
Dextra.c58 Der_type thistype; in decode_heim_any() local
Dder_get.c462 Der_type thistype; in der_match_tag() local
/freebsd-9-stable/contrib/gcc/
Dc-decl.c2178 tree thistype; in pushdecl() local
2278 tree thistype; in pushdecl() local
/freebsd-9-stable/contrib/bind9/lib/dns/
Dspnego.c928 Der_type thistype; in der_match_tag() local
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-arm.c1122 enum neon_el_type thistype = NT_untyped; in parse_neon_type() local