Searched refs:location_t (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-10-stable/contrib/gcc/
H A Dinput.h47 typedef source_location location_t; /* deprecated typedef */ typedef
62 typedef struct location_s location_t; typedef in typeref:struct:location_s
63 typedef location_t *source_locus;
66 extern location_t unknown_location;
74 location_t location;
80 extern location_t input_location;
82 extern void push_srcloc (location_t);
H A Drtl-error.c36 static location_t location_for_asm (rtx);
40 static location_t
45 location_t loc;
H A Ddiagnostic.h44 location_t location;
199 location_t, diagnostic_t) ATTRIBUTE_GCC_DIAG(2,0);
201 va_list *, location_t,
H A Dc-pragma.h100 extern enum cpp_ttype c_lex_with_flags (tree *, location_t *, unsigned char *);
H A Dc-tree.h333 location_t id_loc; /* Currently only set for cdk_id. */
463 extern void undeclared_variable (tree, location_t);
465 extern tree define_label (location_t, tree);
556 extern tree build_external_ref (tree, int, location_t);
588 extern void c_finish_if_stmt (location_t, tree, tree, tree, bool);
590 extern void c_finish_loop (location_t, tree, tree, tree, tree, tree, tree,
H A Dstub-objc.c409 objc_build_synchronized (location_t ARG_UNUSED (start_locus),
416 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
431 objc_build_finally_clause (location_t ARG_UNUSED (finally_locus),
498 objc_finish_foreach_loop (location_t ARG_UNUSED (location), tree ARG_UNUSED (cond),
H A Dc-common.h794 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree);
973 extern void objc_begin_try_stmt (location_t, tree);
977 extern void objc_build_finally_clause (location_t, tree);
978 extern tree objc_build_synchronized (location_t, tree, tree);
990 void objc_finish_foreach_loop (location_t, tree, tree, tree, tree);
1158 extern tree c_finish_omp_for (location_t, tree, tree, tree, tree, tree, tree);
H A Dtree-gimple.h36 extern void annotate_all_with_locus (tree *, location_t);
H A Dfunction.h89 location_t x_last_location;
348 location_t function_end_locus;
H A Dtree-ssa-alias-warnings.c787 location_t alias_loc;
788 location_t ref1_loc;
789 location_t ref2_loc;
H A Dc-lex.c285 location_t fe_loc;
290 location_t fe_loc = loc;
333 c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags)
394 location_t atloc = input_location;
H A Dpretty-print.h38 location_t *locus;
H A Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond,
210 location_t elocus = locus;
H A Ddiagnostic.c124 va_list *args, location_t location,
139 va_list *args, location_t location,
H A Dpretty-print.c189 %H: location_t.
476 location_t *locus = va_arg (*text->args_ptr, location_t *);
H A Dtoplev.c146 location_t unknown_location = { NULL, 0 };
155 location_t input_location;
995 push_srcloc (location_t fline)
1936 location_t save_loc = input_location;
H A Dtree-mudflap.c58 static tree mf_file_function_line_tree (location_t);
200 mf_file_function_line_tree (location_t location)
499 location_t *locus, tree dirflag)
721 location_t *locus, tree dirflag)
H A Dtree-optimize.c403 location_t saved_loc;
H A Dc-parser.c330 location_t location;
3614 location_t loc = c_parser_peek_token (parser)->location;
3720 location_t loc1 = c_parser_peek_token (parser)->location;
3752 location_t loc2;
3884 location_t loc = c_parser_peek_token (parser)->location;
4035 location_t loc;
4091 location_t loc;
4159 location_t loc;
4198 location_t loc;
4253 location_t lo
[all...]
H A Dtree.h1474 (EXPR_P (NODE) ? &(NODE)->exp.locus : (location_t *)NULL)
1488 (EXPR_P (NODE) ? (NODE)->exp.locus : (location_t *)NULL)
1923 location_t locus;
2380 location_t locus;
3678 extern void annotate_with_locus (tree, location_t);
4297 extern int warn_if_unused_value (tree, location_t);
4529 extern rtx emit_line_note (location_t);
/freebsd-10-stable/contrib/gcc/cp/
H A Ddecl.h40 extern void emit_instantiate_pending_templates (location_t *);
H A Ddecl2.c78 static void generate_ctor_or_dtor_function (bool, int, location_t *);
2882 location_t *locus)
2968 location_t *locus = (location_t *) data;
3076 static void emit_deferred (location_t *);
3088 location_t locus;
3139 emit_instantiate_pending_templates (location_t *locusp)
3371 emit_deferred (location_t *locusp)
H A Derror.c84 tree, location_t);
91 static location_t location_of (tree);
2007 static location_t
2248 location_t location = input_location;
2280 tree t, location_t loc)
H A Dcp-gimplify.c197 location_t stmt_locus;
343 location_t stmt_locus = input_location;
H A Dtypeck2.c136 location_t locus;
185 location_t cur_loc = input_location;

Completed in 250 milliseconds

123