| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| extra.c | 56 Der_type thistype; local 62 e = der_get_tag (p, len, &thisclass, &thistype, &thistag, &l);
|
| der_get.c | 655 Der_type thistype; local 658 e = der_match_tag2(p, len, cls, &thistype, tag, size); 660 if (thistype != type) return ASN1_BAD_ID;
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| lambda.cc | 1268 tree thistype = cp_build_qualified_type (type, TYPE_QUAL_CONST); local 1269 tree fntype = build_method_type_directly (thistype, rettype, void_list_node);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| lambda.cc | 1220 tree thistype = cp_build_qualified_type (type, TYPE_QUAL_CONST); local 1221 tree fntype = build_method_type_directly (thistype, rettype, void_list_node);
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| expr.cc | 1704 tree thistype = build_ctype (ad->handleType ()); local 1705 thisexp = build_nop (thistype, d_save_expr (thisexp));
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 3381 tree thistype; 3383 thistype = composite_type (vistype, type); 3385 thistype = TREE_TYPE (b_use->decl); 3389 thistype 3390 = c_build_type_attribute_variant (thistype, 3393 TREE_TYPE (b_use->decl) = thistype; 3477 tree thistype; 3481 thistype = composite_type (vistype, type); 3483 thistype = TREE_TYPE (b->decl); 3486 thistype = type 3367 tree thistype; local 3463 tree thistype; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 3190 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 = type 3176 tree thistype; local 3279 tree thistype; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-arm.c | 1472 enum neon_el_type thistype = NT_untyped; local 1486 case 'i': thistype = NT_integer; break; 1487 case 'f': thistype = NT_float; break; 1488 case 'p': thistype = NT_poly; break; 1489 case 's': thistype = NT_signed; break; 1490 case 'u': thistype = NT_unsigned; break; 1492 thistype = NT_float; 1497 thistype = NT_bfloat; 1522 if (thistype == NT_float && !ISDIGIT (*ptr)) 1542 type->el[type->elems].type = thistype; [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-arm.c | 1476 enum neon_el_type thistype = NT_untyped; local 1490 case 'i': thistype = NT_integer; break; 1491 case 'f': thistype = NT_float; break; 1492 case 'p': thistype = NT_poly; break; 1493 case 's': thistype = NT_signed; break; 1494 case 'u': thistype = NT_unsigned; break; 1496 thistype = NT_float; 1501 thistype = NT_bfloat; 1523 if (thistype == NT_float && !ISDIGIT (*ptr)) 1541 type->el[type->elems].type = thistype; [all...] |