| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa.cc | 1253 tree outer_type, inner_type; local 1264 outer_type = TREE_TYPE (expr); 1270 return useless_type_conversion_p (outer_type, inner_type);
|
| tree-vect-generic.cc | 1821 tree outer_type = build_vector_type (TREE_TYPE (type), 1823 return gimplify_build1 (gsi, code, outer_type, a); 1841 tree outer_type = build_vector_type (TREE_TYPE (type), 1843 return gimplify_build2 (gsi, code, outer_type, b, c); 1820 tree outer_type = build_vector_type (TREE_TYPE (type), local 1840 tree outer_type = build_vector_type (TREE_TYPE (type), local
|
| cgraph.h | 1559 /* The called object appears in an object of type OUTER_TYPE 1564 tree outer_type; variable 3507 outer_type = otr_type ? TYPE_MAIN_VARIANT (otr_type) : NULL; 3519 if (outer_type) 3530 return (!outer_type && !speculative_outer_type);
|
| ipa-devirt.cc | 2507 /* See if BINFO's type matches OUTER_TYPE. If so, look up 2534 tree outer_type, 2548 if (types_same_for_odr (type, outer_type)) 2612 otr_token, outer_type, offset, inserted, 2635 tree outer_type, 2658 outer_type, offset, 2667 otr_token, outer_type, offset, completep, 2710 hstate.merge_hash (TYPE_UID (odr_query->context.outer_type)); 2737 && t1->context.outer_type == t2->context.outer_type 3059 odr_type type, outer_type; local [all...] |
| range-op.cc | 2910 tree outer_type = outer.type (); local 2912 unsigned outer_prec = TYPE_PRECISION (outer_type); 2926 r.set_varying (outer_type); 2936 create_possibly_reversed_range (r, outer_type, min, max); 2938 r.set_varying (outer_type);
|
| omp-low.cc | 217 enum gimple_code outer_type = gimple_code (ctx->stmt); local 218 return ((outer_type == GIMPLE_OMP_TARGET) 231 enum gimple_code outer_type = gimple_code (ctx->stmt); local 232 return ((outer_type == GIMPLE_OMP_TARGET) 242 enum gimple_code outer_type = gimple_code (ctx->stmt); local 243 return ((outer_type == GIMPLE_OMP_TARGET)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa.cc | 1259 tree outer_type, inner_type; local 1270 outer_type = TREE_TYPE (expr); 1276 return useless_type_conversion_p (outer_type, inner_type);
|
| tree-vect-generic.cc | 1849 tree outer_type = build_vector_type (TREE_TYPE (type), 1851 return gimplify_build1 (gsi, code, outer_type, a); 1869 tree outer_type = build_vector_type (TREE_TYPE (type), 1871 return gimplify_build2 (gsi, code, outer_type, b, c); 1848 tree outer_type = build_vector_type (TREE_TYPE (type), local 1868 tree outer_type = build_vector_type (TREE_TYPE (type), local
|
| cgraph.h | 1556 /* The called object appears in an object of type OUTER_TYPE 1561 tree outer_type; variable 3504 outer_type = otr_type ? TYPE_MAIN_VARIANT (otr_type) : NULL; 3516 if (outer_type) 3527 return (!outer_type && !speculative_outer_type);
|
| ipa-devirt.cc | 2493 /* See if BINFO's type matches OUTER_TYPE. If so, look up 2520 tree outer_type, 2534 if (types_same_for_odr (type, outer_type)) 2598 otr_token, outer_type, offset, inserted, 2621 tree outer_type, 2644 outer_type, offset, 2653 otr_token, outer_type, offset, completep, 2696 hstate.merge_hash (TYPE_UID (odr_query->context.outer_type)); 2723 && t1->context.outer_type == t2->context.outer_type 3045 odr_type type, outer_type; local [all...] |
| range-op.cc | 2312 tree outer_type = outer.type (); local 2314 unsigned outer_prec = TYPE_PRECISION (outer_type); 2328 r.set_varying (outer_type); 2338 create_possibly_reversed_range (r, outer_type, min, max); 2340 r.set_varying (outer_type);
|
| omp-low.cc | 215 enum gimple_code outer_type = gimple_code (ctx->stmt); local 216 return ((outer_type == GIMPLE_OMP_TARGET) 229 enum gimple_code outer_type = gimple_code (ctx->stmt); local 230 return ((outer_type == GIMPLE_OMP_TARGET) 240 enum gimple_code outer_type = gimple_code (ctx->stmt); local 241 return ((outer_type == GIMPLE_OMP_TARGET)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-lang.c | 1488 struct type *outer_type = NULL; 1501 outer_type = type; 1510 if (outer_type != NULL) 1513 field_number, outer_type->name (), 1525 if (outer_type != NULL) 1527 outer_type->name (), 1565 struct type *outer_type = type; 1570 field_name, outer_type->name (), 1581 field_name, outer_type->name (), 1483 struct type *outer_type = NULL; local 1560 struct type *outer_type = type; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-lang.c | 1504 struct type *outer_type = NULL; 1517 outer_type = type; 1526 if (outer_type != NULL) 1529 field_number, outer_type->name (), 1541 if (outer_type != NULL) 1543 outer_type->name (), 1581 struct type *outer_type = type; 1586 field_name, outer_type->name (), 1597 field_name, outer_type->name (), 1499 struct type *outer_type = NULL; local 1576 struct type *outer_type = type; local
|