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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/gcc/analyzer/
analyzer-selftests.cc 42 tree decl = build_decl (UNKNOWN_LOCATION, VAR_DECL,
pending-diagnostic.cc 99 rich_location rich_loc (line_table, UNKNOWN_LOCATION);
243 : UNKNOWN_LOCATION,
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analyzer-selftests.cc 42 tree decl = build_decl (UNKNOWN_LOCATION, VAR_DECL,
pending-diagnostic.cc 88 rich_location rich_loc (line_table, UNKNOWN_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/
fold-const.h 57 fold_unary_loc (UNKNOWN_LOCATION, CODE, T1, T2)
60 fold_unary_ignore_overflow_loc (UNKNOWN_LOCATION, CODE, T1, T2)
63 fold_binary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3)
66 fold_ternary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3, T4)
69 fold_build1_loc (UNKNOWN_LOCATION, c, t1, t2 MEM_STAT_INFO)
73 fold_build2_loc (UNKNOWN_LOCATION, c, t1, t2, t3 MEM_STAT_INFO)
77 fold_build3_loc (UNKNOWN_LOCATION, c, t1, t2, t3, t4 MEM_STAT_INFO)
83 fold_build_call_array_loc (UNKNOWN_LOCATION, T1, T2, N, T4)
86 fold_build_call_array_initializer_loc (UNKNOWN_LOCATION, T1, T2, N, T4)
93 fold_convert_loc (UNKNOWN_LOCATION, T1, T2
    [all...]
toplev.cc 713 fatal_error (UNKNOWN_LOCATION,
717 fatal_error (UNKNOWN_LOCATION,
736 inform (UNKNOWN_LOCATION,
905 if (LOCATION_LOCUS (location) != UNKNOWN_LOCATION)
1088 input_location = UNKNOWN_LOCATION;
1173 UNKNOWN_LOCATION);
1238 input_location = UNKNOWN_LOCATION;
1251 warning_at (UNKNOWN_LOCATION, OPT_fsection_anchors,
1296 error_at (UNKNOWN_LOCATION,
1303 error_at (UNKNOWN_LOCATION,
    [all...]
optinfo-emit-json.cc 113 error_at (UNKNOWN_LOCATION, "cannot open file %qs for writing optimization records",
121 error_at (UNKNOWN_LOCATION, "error writing optimization records to %qs: %s",
130 error_at (UNKNOWN_LOCATION, "error closing optimization records %qs",
195 gcc_assert (LOCATION_LOCUS (loc) != UNKNOWN_LOCATION);
318 if (LOCATION_LOCUS (*locus) != UNKNOWN_LOCATION)
359 if (LOCATION_LOCUS (item->get_location ()) != UNKNOWN_LOCATION)
372 if (LOCATION_LOCUS (item->get_location ()) != UNKNOWN_LOCATION)
385 if (LOCATION_LOCUS (item->get_location ()) != UNKNOWN_LOCATION)
401 /* Record any location, handling the case where of an UNKNOWN_LOCATION
404 if (get_pure_location (line_table, loc) != UNKNOWN_LOCATION)
    [all...]
gcc-rich-location.cc 104 if (indent == UNKNOWN_LOCATION)
264 if (loc.m_combined_loc == UNKNOWN_LOCATION)
269 if (loc.m_operator_loc == UNKNOWN_LOCATION)
diagnostic-format-json.cc 136 if (caret_loc == UNKNOWN_LOCATION)
145 && start_loc != UNKNOWN_LOCATION)
148 && finish_loc != UNKNOWN_LOCATION)
410 /* We shouldn't call json_from_expanded_location on UNKNOWN_LOCATION,
417 delete json_from_expanded_location (&dc, UNKNOWN_LOCATION);
428 UNKNOWN_LOCATION, UNKNOWN_LOCATION);
gimple-fold.h 100 UNKNOWN_LOCATION, code, type, ops...);
134 UNKNOWN_LOCATION, fn, type, args...);
167 UNKNOWN_LOCATION, code, type, ops...);
184 UNKNOWN_LOCATION, type, op);
202 UNKNOWN_LOCATION, op);
221 UNKNOWN_LOCATION, type, op);
241 UNKNOWN_LOCATION, builder);
262 UNKNOWN_LOCATION, type, old_size, align);
substring-locations.cc 68 For each of cases 1-3, if param_loc is not UNKNOWN_LOCATION, then it is used
153 location_t fmt_substring_loc = UNKNOWN_LOCATION;
189 if (m_param_loc != UNKNOWN_LOCATION)
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const.h 57 fold_unary_loc (UNKNOWN_LOCATION, CODE, T1, T2)
60 fold_unary_ignore_overflow_loc (UNKNOWN_LOCATION, CODE, T1, T2)
63 fold_binary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3)
66 fold_ternary_loc (UNKNOWN_LOCATION, CODE, T1, T2, T3, T4)
69 fold_build1_loc (UNKNOWN_LOCATION, c, t1, t2 MEM_STAT_INFO)
73 fold_build2_loc (UNKNOWN_LOCATION, c, t1, t2, t3 MEM_STAT_INFO)
77 fold_build3_loc (UNKNOWN_LOCATION, c, t1, t2, t3, t4 MEM_STAT_INFO)
83 fold_build_call_array_loc (UNKNOWN_LOCATION, T1, T2, N, T4)
86 fold_build_call_array_initializer_loc (UNKNOWN_LOCATION, T1, T2, N, T4)
93 fold_convert_loc (UNKNOWN_LOCATION, T1, T2
    [all...]
gimple-fold.h 80 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0);
88 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1);
96 return gimple_build (seq, UNKNOWN_LOCATION, code, type, op0, op1, op2);
102 return gimple_build (seq, UNKNOWN_LOCATION, fn, type);
108 return gimple_build (seq, UNKNOWN_LOCATION, fn, type, arg0);
116 return gimple_build (seq, UNKNOWN_LOCATION, fn, type, arg0, arg1);
124 return gimple_build (seq, UNKNOWN_LOCATION, fn, type, arg0, arg1, arg2);
131 return gimple_convert (seq, UNKNOWN_LOCATION, type, op);
138 return gimple_convert_to_ptrofftype (seq, UNKNOWN_LOCATION, op);
146 return gimple_build_vector_from_val (seq, UNKNOWN_LOCATION, type, op)
    [all...]
toplev.cc 716 fatal_error (UNKNOWN_LOCATION,
720 fatal_error (UNKNOWN_LOCATION,
739 inform (UNKNOWN_LOCATION,
907 if (LOCATION_LOCUS (location) != UNKNOWN_LOCATION)
1087 input_location = UNKNOWN_LOCATION;
1172 UNKNOWN_LOCATION);
1237 input_location = UNKNOWN_LOCATION;
1250 warning_at (UNKNOWN_LOCATION, OPT_fsection_anchors,
1295 error_at (UNKNOWN_LOCATION,
1302 error_at (UNKNOWN_LOCATION,
    [all...]
optinfo-emit-json.cc 113 error_at (UNKNOWN_LOCATION, "cannot open file %qs for writing optimization records",
121 error_at (UNKNOWN_LOCATION, "error writing optimization records to %qs: %s",
130 error_at (UNKNOWN_LOCATION, "error closing optimization records %qs",
195 gcc_assert (LOCATION_LOCUS (loc) != UNKNOWN_LOCATION);
319 if (LOCATION_LOCUS (*locus) != UNKNOWN_LOCATION)
360 if (LOCATION_LOCUS (item->get_location ()) != UNKNOWN_LOCATION)
373 if (LOCATION_LOCUS (item->get_location ()) != UNKNOWN_LOCATION)
386 if (LOCATION_LOCUS (item->get_location ()) != UNKNOWN_LOCATION)
402 /* Record any location, handling the case where of an UNKNOWN_LOCATION
405 if (get_pure_location (line_table, loc) != UNKNOWN_LOCATION)
    [all...]
gcc-rich-location.cc 102 if (indent == UNKNOWN_LOCATION)
261 if (loc.m_combined_loc == UNKNOWN_LOCATION)
266 if (loc.m_operator_loc == UNKNOWN_LOCATION)
diagnostic-format-json.cc 87 if (caret_loc == UNKNOWN_LOCATION)
96 && start_loc != UNKNOWN_LOCATION)
99 && finish_loc != UNKNOWN_LOCATION)
345 /* We shouldn't call json_from_expanded_location on UNKNOWN_LOCATION,
352 delete json_from_expanded_location (&dc, UNKNOWN_LOCATION);
363 UNKNOWN_LOCATION, UNKNOWN_LOCATION);
substring-locations.cc 68 For each of cases 1-3, if param_loc is not UNKNOWN_LOCATION, then it is used
153 location_t fmt_substring_loc = UNKNOWN_LOCATION;
189 if (m_param_loc != UNKNOWN_LOCATION)
  /src/external/gpl3/gcc/dist/gcc/config/i386/
xm-djgpp.h 85 fatal_error (UNKNOWN_LOCATION, "environment variable DJGPP not defined"); \
87 fatal_error (UNKNOWN_LOCATION, "environment variable DJGPP points to missing file %qs", \
90 fatal_error (UNKNOWN_LOCATION, "environment variable DJGPP points to corrupt file %qs", \
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
xm-djgpp.h 85 fatal_error (UNKNOWN_LOCATION, "environment variable DJGPP not defined"); \
87 fatal_error (UNKNOWN_LOCATION, "environment variable DJGPP points to missing file %qs", \
90 fatal_error (UNKNOWN_LOCATION, "environment variable DJGPP points to corrupt file %qs", \
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch-cpu.cc 110 fatal_error (UNKNOWN_LOCATION,
137 fatal_error (UNKNOWN_LOCATION,
189 inform (UNKNOWN_LOCATION, "unknown processor ID %<0x%x%>, "
loongarch-opts.cc 195 inform (UNKNOWN_LOCATION,
232 fatal_error (UNKNOWN_LOCATION,
237 fatal_error (UNKNOWN_LOCATION,
313 fatal_error (UNKNOWN_LOCATION,
367 inform (UNKNOWN_LOCATION,
371 inform (UNKNOWN_LOCATION, "ABI with startfiles: %s",
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.h 140 location_t matching_location = UNKNOWN_LOCATION,
146 location_t = UNKNOWN_LOCATION);
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-cpu.cc 115 inform (UNKNOWN_LOCATION, "unknown processor ID %<0x%x%>, "
143 fatal_error (UNKNOWN_LOCATION,
172 fatal_error (UNKNOWN_LOCATION,
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.h 151 location_t matching_location = UNKNOWN_LOCATION,
157 location_t = UNKNOWN_LOCATION);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>