Searched refs:input_location (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-9.3-release/contrib/gcc/
H A Dinput.h80 extern location_t input_location;
92 #define input_line LOCATION_LINE(input_location)
93 #define input_filename LOCATION_FILE(input_location)
H A Dc-errors.c41 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location,
59 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location,
H A Ddiagnostic.c479 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_NOTE);
493 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_WARNING);
507 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_WARNING);
527 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location,
542 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_ERROR);
557 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_SORRY);
572 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_FATAL);
590 diagnostic_set_info (&diagnostic, gmsgid, &ap, input_location, DK_ICE);
H A Dc-semantics.c123 SET_EXPR_LOCATION (ret, input_location);
H A Drtl-error.c71 loc = input_location;
H A Dtree-optimize.c419 saved_loc = input_location;
420 input_location = DECL_SOURCE_LOCATION (fndecl);
514 input_location = saved_loc;
H A Dc-lex.c204 input_location = token->src_loc;
229 input_location = included_at;
267 input_location = new_map->start_location;
349 *loc = input_location;
394 location_t atloc = input_location;
H A Dtoplev.c155 location_t input_location; variable
1007 fs->location = input_location;
1010 input_location = fline;
1034 input_location = fs->location;
1925 location_t save_loc = input_location;
1931 input_location = BUILTINS_LOCATION;
1938 input_location = save_loc;
H A Dgimplify.c271 c->location = input_location;
618 SET_EXPR_LOCATION (mod, input_location);
2032 SET_EXPR_LOCATION (*expr_p, input_location);
5424 saved_location = input_location;
5427 input_location = EXPR_LOCATION (*expr_p);
5988 annotate_all_with_locus (&internal_pre, input_location);
5994 annotate_all_with_locus (expr_p, input_location);
5996 annotate_one_with_locus (*expr_p, input_location);
6068 annotate_all_with_locus (&internal_post, input_location);
6073 input_location
[all...]
H A Dtree-inline.c1462 location_t saved_loc = input_location;
1477 input_location = saved_loc;
1942 /* Set input_location here so we get the right instantiation context
1944 saved_location = input_location;
1946 input_location = EXPR_LOCATION (t);
2067 BLOCK_SOURCE_LOCATION (id->block) = input_location;
2179 input_location = saved_location;
H A Dc-decl.c442 SET_EXPR_LOCATION (t, input_location);
2592 DECL_SOURCE_LOCATION (label) = input_location;
2597 label = make_label (name, input_location);
2626 label = make_label (name, input_location);
2737 pending_invalid_xref_location = input_location;
2801 location_t save_loc = input_location;
2818 input_location = BUILTINS_LOCATION;
2820 input_location.file = "<built-in>";
2821 input_location.line = 0;
2837 input_location
[all...]
H A Dc-opts.c1129 input_location = UNKNOWN_LOCATION;
1137 input_location = UNKNOWN_LOCATION;
H A Dcgraphunit.c1704 DECL_SOURCE_LOCATION (decl) = input_location;
1705 cfun->function_end_locus = input_location;
H A Dc-typeck.c3451 warn_if_unused_value (expr1, input_location);
7231 switch_location = input_location;
7357 SET_EXPR_LOCATION (exit, input_location);
7434 EXPR_HAS_LOCATION (expr) ? EXPR_LOCUS (expr) : &input_location);
7437 warn_if_unused_value (expr, input_location);
7470 SET_EXPR_LOCATION (expr, input_location);
H A Dcfgexpand.c1476 input_location = cfun->function_end_locus;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dmethod.c752 location_t save_input_location = input_location;
776 input_location = DECL_SOURCE_LOCATION (fndecl);
807 input_location = save_input_location;
818 &input_location, fndecl);
H A Dtypeck2.c185 location_t cur_loc = input_location;
220 /* Tweak input_location so that the diagnostic appears at the correct
223 input_location = pat->locus;
231 input_location = cur_loc;
274 : input_location);
H A Ddecl2.c2607 input_location = DECL_SOURCE_LOCATION (decl);
2865 input_location = *locus;
3066 locus = input_location;
3181 input_location = locus;
3207 input_location = locus;
3240 input_location = DECL_SOURCE_LOCATION (decl);
3410 input_location = locus;
3557 DECL_SOURCE_LOCATION (decl) = input_location;
H A Dcp-gimplify.c199 stmt_locus = input_location;
322 location_t stmt_locus = input_location;
394 warn_if_unused_value (stmt, input_location);
H A Dtree.c1993 /* Set input_location here so we get the right instantiation context
1995 save_locus = input_location;
1997 input_location = EXPR_LOCATION (*tp);
2044 input_location = save_locus;
2050 input_location = save_locus;
H A Dpt.c5243 TINST_LOCATION (new) = input_location;
5268 input_location = TINST_LOCATION (old);
5754 input_location = DECL_SOURCE_LOCATION (typedecl);
5922 input_location = DECL_SOURCE_LOCATION (t);
6081 input_location = DECL_SOURCE_LOCATION (t);
6104 input_location = DECL_SOURCE_LOCATION (typedecl);
6430 saved_loc = input_location;
6431 input_location = DECL_SOURCE_LOCATION (t);
7050 input_location = saved_loc;
7561 && last_loc != input_location
[all...]
H A Derror.c2239 location_t location = input_location;
2306 (global_dc, current_instantiation (), input_location);
2414 input_location, dlevel);
H A Dsemantics.c372 SET_EXPR_LOCATION (t, input_location);
1332 tree decl = define_label (input_location, name);
2202 DECL_SOURCE_LOCATION (TYPE_NAME (t)) = input_location;
H A Ddecl.c372 location = input_location; /* FIXME want (input_filename, (line)0) */
2254 DECL_SOURCE_LOCATION (decl) = input_location;
2481 new_use->o_goto_locus = input_location;
2658 switch_location = input_location;
10387 saved_location = input_location;
10388 input_location = DECL_SOURCE_LOCATION (decl);
10391 input_location = saved_location;
11441 cfun->function_end_locus = input_location;
H A Dname-lookup.c2564 location_t save_location = input_location;
2565 input_location = DECL_SOURCE_LOCATION (f);
2568 input_location = save_location;

Completed in 1149 milliseconds

12