HomeSort by: relevance | last modified time | path
    Searched defs:BUILTINS_LOCATION (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
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>
input.cc 285 if (loc <= BUILTINS_LOCATION)
1069 return loc == BUILTINS_LOCATION;
2055 linemap_init (line_table, BUILTINS_LOCATION);
2071 linemap_init (line_table, BUILTINS_LOCATION);
2192 /* Verify various properties of BUILTINS_LOCATION. */
2197 assert_loceq (special_fname_builtin (), 0, 0, BUILTINS_LOCATION);
2198 ASSERT_PRED1 (is_location_from_builtin_token, BUILTINS_LOCATION);
  /src/external/gpl3/gcc.old/dist/gcc/
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>
  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 1708 tree decl = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1811 enum_type, NULL_TREE, BUILTINS_LOCATION);
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 1707 tree decl = build_decl (BUILTINS_LOCATION, FIELD_DECL,
1810 enum_type, NULL_TREE, BUILTINS_LOCATION);

Completed in 32 milliseconds