HomeSort by: relevance | last modified time | path
    Searched refs:BUILTINS_LOCATION (Results 1 - 25 of 168) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gcc/dist/gcc/config/
vxworks.cc 78 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
83 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
90 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
  /src/external/gpl3/gcc.old/dist/gcc/config/
vxworks.cc 78 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
83 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
90 field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
  /src/external/gpl3/gcc/dist/gcc/
coverage.cc 761 tree var = build_decl (BUILTINS_LOCATION, VAR_DECL, NULL_TREE, type);
798 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
803 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
811 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
817 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
823 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
829 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
838 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE, array_type);
922 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
928 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE
    [all...]
input.h 35 #define BUILTINS_LOCATION ((location_t) 1)
41 both UNKNOWN_LOCATION and BUILTINS_LOCATION fit into that. */
42 STATIC_ASSERT (BUILTINS_LOCATION < RESERVED_LOCATION_COUNT);
45 to use 'UNKNOWN_LOCATION'/'BUILTINS_LOCATION' as spare values for
49 typedef int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
55 : int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> {};
64 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
langhooks.cc 732 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type,
752 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type,
801 tree decl = build_decl (BUILTINS_LOCATION, TYPE_DECL, id, type);
diagnostic-format-json.cc 427 = make_location (BUILTINS_LOCATION,
tree-profile.cc 1193 ic_tuple_callee_field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
1197 ic_tuple_counters_field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1886 if (DECL_SOURCE_LOCATION (node->decl) == BUILTINS_LOCATION)
1965 if (DECL_SOURCE_LOCATION (node->decl) == BUILTINS_LOCATION)
1983 if (DECL_SOURCE_LOCATION (node->decl) == BUILTINS_LOCATION)
except.cc 247 f_prev = build_decl (BUILTINS_LOCATION,
252 f_cs = build_decl (BUILTINS_LOCATION,
261 f_data = build_decl (BUILTINS_LOCATION,
265 f_per = build_decl (BUILTINS_LOCATION,
270 f_lsda = build_decl (BUILTINS_LOCATION,
304 f_jbuf = build_decl (BUILTINS_LOCATION,
344 setjmp_fn = build_decl (BUILTINS_LOCATION, FUNCTION_DECL,
  /src/external/gpl3/gcc.old/dist/gcc/
coverage.cc 761 tree var = build_decl (BUILTINS_LOCATION, VAR_DECL, NULL_TREE, type);
798 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
803 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
811 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
817 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
823 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
829 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
838 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE, array_type);
922 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
928 field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE
    [all...]
input.h 33 #define BUILTINS_LOCATION ((location_t) 1)
36 both UNKNOWN_LOCATION and BUILTINS_LOCATION fit into that. */
37 STATIC_ASSERT (BUILTINS_LOCATION < RESERVED_LOCATION_COUNT);
40 to use 'UNKNOWN_LOCATION'/'BUILTINS_LOCATION' as spare values for
44 typedef int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
50 : int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION> {};
59 #define location_hash int_hash<location_t, UNKNOWN_LOCATION, BUILTINS_LOCATION>
tree-profile.cc 93 ic_tuple_callee_field = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
97 ic_tuple_counters_field = build_decl (BUILTINS_LOCATION, FIELD_DECL,
742 if (DECL_SOURCE_LOCATION (node->decl) == BUILTINS_LOCATION)
821 if (DECL_SOURCE_LOCATION (node->decl) == BUILTINS_LOCATION)
839 if (DECL_SOURCE_LOCATION (node->decl) == BUILTINS_LOCATION)
langhooks.cc 735 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type,
755 tree decl = build_builtin_function (BUILTINS_LOCATION, name, type,
804 tree decl = build_decl (BUILTINS_LOCATION, TYPE_DECL, id, type);
diagnostic-format-json.cc 362 = make_location (BUILTINS_LOCATION,
except.cc 247 f_prev = build_decl (BUILTINS_LOCATION,
252 f_cs = build_decl (BUILTINS_LOCATION,
261 f_data = build_decl (BUILTINS_LOCATION,
265 f_per = build_decl (BUILTINS_LOCATION,
270 f_lsda = build_decl (BUILTINS_LOCATION,
304 f_jbuf = build_decl (BUILTINS_LOCATION,
344 setjmp_fn = build_decl (BUILTINS_LOCATION, FUNCTION_DECL,
  /src/external/gpl3/gcc/dist/gcc/cp/
rtti.cc 794 DECL_SOURCE_LOCATION (dcast_fn) = BUILTINS_LOCATION;
973 DECL_SOURCE_LOCATION (real_decl) = BUILTINS_LOCATION;
1357 tree fld_base = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
1368 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1372 tree fld_str = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1383 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1388 tree fld_flag = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1414 tree fld_mask = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1419 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1427 tree fld_cls = build_decl (BUILTINS_LOCATION, FIELD_DECL
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
rtti.cc 969 DECL_SOURCE_LOCATION (real_decl) = BUILTINS_LOCATION;
1353 tree fld_base = build_decl (BUILTINS_LOCATION, FIELD_DECL, NULL_TREE,
1364 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1368 tree fld_str = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1379 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1384 tree fld_flag = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1410 tree fld_mask = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1415 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1423 tree fld_cls = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1440 tree fld_ptr = build_decl (BUILTINS_LOCATION, FIELD_DECL
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr-log.cc 226 if (BUILTINS_LOCATION == loc)
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr-log.cc 226 if (BUILTINS_LOCATION == loc)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-c.cc 268 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-c.cc 830 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
847 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-c.cc 720 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
737 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-c.cc 326 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-c.cc 513 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm-c.cc 467 cpp_force_token_locations (parse_in, BUILTINS_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 2422 type_decl = build_decl (BUILTINS_LOCATION, TYPE_DECL,
2425 f_gpr = build_decl (BUILTINS_LOCATION, FIELD_DECL, get_identifier ("gpr"),
2427 f_fpr = build_decl (BUILTINS_LOCATION, FIELD_DECL, get_identifier ("fpr"),
2431 f_res = build_decl (BUILTINS_LOCATION, FIELD_DECL,
2433 f_ovf = build_decl (BUILTINS_LOCATION, FIELD_DECL,
2436 f_sav = build_decl (BUILTINS_LOCATION, FIELD_DECL,

Completed in 43 milliseconds

1 2 3 4 5 6 7