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

12

/freebsd-10-stable/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;
1936 location_t save_loc = input_location;
1942 input_location = BUILTINS_LOCATION;
1949 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-opts.c1136 input_location = UNKNOWN_LOCATION;
1144 input_location = UNKNOWN_LOCATION;
H A Dc-decl.c444 SET_EXPR_LOCATION (t, input_location);
2594 DECL_SOURCE_LOCATION (label) = input_location;
2599 label = make_label (name, input_location);
2628 label = make_label (name, input_location);
2739 pending_invalid_xref_location = input_location;
2803 location_t save_loc = input_location;
2820 input_location = BUILTINS_LOCATION;
2822 input_location.file = "<built-in>";
2823 input_location.line = 0;
2839 input_location
[all...]
H A Dcgraphunit.c1718 DECL_SOURCE_LOCATION (decl) = input_location;
1719 cfun->function_end_locus = input_location;
H A Dc-typeck.c3604 warn_if_unused_value (expr1, input_location);
7707 switch_location = input_location;
7838 SET_EXPR_LOCATION (exit, input_location);
7915 EXPR_HAS_LOCATION (expr) ? EXPR_LOCUS (expr) : &input_location);
7918 warn_if_unused_value (expr, input_location);
7951 SET_EXPR_LOCATION (expr, input_location);
H A Dcfgexpand.c1544 input_location = cfun->function_end_locus;
/freebsd-10-stable/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.c2632 input_location = DECL_SOURCE_LOCATION (decl);
2890 input_location = *locus;
3091 locus = input_location;
3230 input_location = *locusp;
3257 input_location = *locusp;
3291 input_location = DECL_SOURCE_LOCATION (decl);
3474 input_location = *locusp;
3621 DECL_SOURCE_LOCATION (decl) = input_location;
H A Dcp-gimplify.c199 stmt_locus = input_location;
343 location_t stmt_locus = input_location;
415 warn_if_unused_value (stmt, input_location);
H A Dtree.c2002 /* Set input_location here so we get the right instantiation context
2004 save_locus = input_location;
2006 input_location = EXPR_LOCATION (*tp);
2053 input_location = save_locus;
2059 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.c2248 location_t location = input_location;
2315 (global_dc, current_instantiation (), input_location);
2423 input_location, dlevel);
H A Dsemantics.c372 SET_EXPR_LOCATION (t, input_location);
1332 tree decl = define_label (input_location, name);
2214 DECL_SOURCE_LOCATION (TYPE_NAME (t)) = input_location;
H A Ddecl.c373 location = input_location; /* FIXME want (input_filename, (line)0) */
2255 DECL_SOURCE_LOCATION (decl) = input_location;
2482 new_use->o_goto_locus = input_location;
2659 switch_location = input_location;
10855 saved_location = input_location;
10856 input_location = DECL_SOURCE_LOCATION (decl);
10859 input_location = saved_location;
11991 cfun->function_end_locus = input_location;
H A Dname-lookup.c2565 location_t save_location = input_location;
2566 input_location = DECL_SOURCE_LOCATION (f);
2569 input_location = save_location;

Completed in 502 milliseconds

12