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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbtypes.h43 #TYPE_CODE(thistype) and #TYPE_FN_FIELD_CONST(thisfn, n). These are
1586 #define TYPE_INSTANCE_FLAGS(thistype) (thistype)->instance_flags
1587 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type
1588 #define TYPE_TARGET_TYPE(thistype) TYPE_MAIN_TYPE(thistype)->target_type
1589 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
1590 #define TYPE_REFERENCE_TYPE(thistype) (thistyp
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbtypes.h43 #TYPE_CODE(thistype) and #TYPE_FN_FIELD_CONST(thisfn, n). These are
950 /* Note that if thistype is a TYPEDEF type, you have to call check_typedef.
2027 #define TYPE_MAIN_TYPE(thistype) (thistype)->main_type
2028 #define TYPE_POINTER_TYPE(thistype) (thistype)->pointer_type
2029 #define TYPE_REFERENCE_TYPE(thistype) (thistype)->reference_type
2030 #define TYPE_RVALUE_REFERENCE_TYPE(thistype) (thistype)
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dextra.c56 Der_type thistype; local
62 e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);
H A Dder_get.c655 Der_type thistype; local
658 e = der_match_tag2(p, len, cls, &thistype, tag, size);
660 if (thistype != type) return ASN1_BAD_ID;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c1217 tree thistype = cp_build_qualified_type (type, TYPE_QUAL_CONST); local
1218 tree fntype = build_method_type_directly (thistype, rettype, void_list_node);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc1223 tree thistype = cp_build_qualified_type (type, TYPE_QUAL_CONST); local
1224 tree fntype = build_method_type_directly (thistype, rettype, void_list_node);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c3149 tree thistype;
3151 thistype = composite_type (vistype, type);
3153 thistype = TREE_TYPE (b_use->decl);
3157 thistype
3158 = build_type_attribute_variant (thistype,
3161 TREE_TYPE (b_use->decl) = thistype;
3252 tree thistype;
3256 thistype = composite_type (vistype, type);
3258 thistype = TREE_TYPE (b->decl);
3261 thistype
3135 tree thistype; local
3238 tree thistype; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc3190 tree thistype;
3192 thistype = composite_type (vistype, type);
3194 thistype = TREE_TYPE (b_use->decl);
3198 thistype
3199 = build_type_attribute_variant (thistype,
3202 TREE_TYPE (b_use->decl) = thistype;
3293 tree thistype;
3297 thistype = composite_type (vistype, type);
3299 thistype = TREE_TYPE (b->decl);
3302 thistype
3176 tree thistype; local
3279 tree thistype; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1791 tree thistype = build_ctype (ad->handleType ()); local
1792 thisexp = build_nop (thistype, d_save_expr (thisexp));
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1708 tree thistype = build_ctype (ad->handleType ()); local
1709 thisexp = build_nop (thistype, d_save_expr (thisexp));
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c1489 enum neon_el_type thistype = NT_untyped; local
1503 case 'i': thistype = NT_integer; break;
1504 case 'f': thistype = NT_float; break;
1505 case 'p': thistype = NT_poly; break;
1506 case 's': thistype = NT_signed; break;
1507 case 'u': thistype = NT_unsigned; break;
1509 thistype = NT_float;
1514 thistype = NT_bfloat;
1543 if (thistype == NT_float && !ISDIGIT (*ptr))
1561 type->el[type->elems].type = thistype;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-arm.c1526 enum neon_el_type thistype = NT_untyped; local
1540 case 'i': thistype = NT_integer; break;
1541 case 'f': thistype = NT_float; break;
1542 case 'p': thistype = NT_poly; break;
1543 case 's': thistype = NT_signed; break;
1544 case 'u': thistype = NT_unsigned; break;
1546 thistype = NT_float;
1551 thistype = NT_bfloat;
1580 if (thistype == NT_float && !ISDIGIT (*ptr))
1598 type->el[type->elems].type = thistype;
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c1489 enum neon_el_type thistype = NT_untyped; local
1503 case 'i': thistype = NT_integer; break;
1504 case 'f': thistype = NT_float; break;
1505 case 'p': thistype = NT_poly; break;
1506 case 's': thistype = NT_signed; break;
1507 case 'u': thistype = NT_unsigned; break;
1509 thistype = NT_float;
1514 thistype = NT_bfloat;
1543 if (thistype == NT_float && !ISDIGIT (*ptr))
1561 type->el[type->elems].type = thistype;
[all...]

Completed in 592 milliseconds