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

123

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dlocation.h35 typedef struct location_s location_t; typedef in typeref:struct:location_s
H A Ddiagnostic.h51 location_t location;
H A Ddiagnostic.c82 static bool text_specifies_location PARAMS ((text_info *, location_t *));
510 %H: location_t. */
597 const location_t *locus = va_arg (*text->args_ptr, location_t *);
800 for a location_t. If so, update the object pointed by LOCUS to reflect
805 location_t *locus;
815 *locus = *va_arg (*text->args_ptr, location_t *);
/openbsd-current/gnu/gcc/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 Dstub-objc.c289 objc_build_synchronized (location_t ARG_UNUSED (start_locus),
296 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body))
311 objc_build_finally_clause (location_t ARG_UNUSED (finally_locus),
H A Dc-tree.h327 location_t id_loc; /* Currently only set for cdk_id. */
458 extern void undeclared_variable (tree, location_t);
460 extern tree define_label (location_t, tree);
545 extern tree build_external_ref (tree, int, location_t);
577 extern void c_finish_if_stmt (location_t, tree, tree, tree, bool);
578 extern void c_finish_loop (location_t, tree, tree, tree, tree, tree, bool);
H A Dtree-gimple.h36 extern void annotate_all_with_locus (tree *, location_t);
H A Dfunction.h89 location_t x_last_location;
342 location_t function_end_locus;
H A Dc-common.h783 extern void c_do_switch_warnings (splay_tree, location_t, tree, tree);
926 extern void objc_begin_try_stmt (location_t, tree);
930 extern void objc_build_finally_clause (location_t, tree);
931 extern tree objc_build_synchronized (location_t, tree, tree);
955 extern tree c_finish_omp_for (location_t, tree, tree, tree, tree, tree, tree);
H A Dpretty-print.h38 location_t *locus;
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 Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond,
210 location_t elocus = locus;
H A Dpretty-print.c189 %H: location_t.
476 location_t *locus = va_arg (*text->args_ptr, location_t *);
H A Ddiagnostic.c124 va_list *args, location_t location,
139 va_list *args, location_t location,
H A Dtoplev.c144 location_t unknown_location = { NULL, 0 };
153 location_t input_location;
957 push_srcloc (location_t fline)
1893 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.c304 location_t location;
3434 location_t loc = c_parser_peek_token (parser)->location;
3536 location_t loc1 = c_parser_peek_token (parser)->location;
3568 location_t loc2;
3700 location_t loc = c_parser_peek_token (parser)->location;
3835 location_t loc;
3891 location_t loc;
3953 location_t loc;
3980 location_t loc;
4022 location_t lo
[all...]
/openbsd-current/gnu/gcc/gcc/treelang/
H A Dtreetree.h37 tree op2, tree op3, location_t loc);
40 location_t loc);
41 void tree_code_create_function_wrapup (location_t loc);
46 location_t loc);
52 location_t loc);
54 location_t loc);
55 void tree_code_if_start (tree exp, location_t loc);
56 void tree_code_if_else (location_t loc);
57 void tree_code_if_end (location_t loc);
H A Dtreelang.h58 location_t location;
H A Dtreetree.c258 tree_code_if_start (tree exp, location_t loc)
275 tree_code_if_else (location_t loc ATTRIBUTE_UNUSED)
295 tree_code_if_end (location_t loc ATTRIBUTE_UNUSED)
319 location_t loc)
421 location_t loc)
459 tree_code_create_function_wrapup (location_t loc)
509 location_t loc)
606 tree_code_output_expression_statement (tree code, location_t loc)
654 location_t loc)
/openbsd-current/gnu/usr.bin/gcc/gcc/cp/
H A Dspew.c82 location_t locus; /* location we got the text from */
100 location_t locus;
132 PARAMS ((const location_t *, tree decl, int interface));
1060 const location_t *locus;
1192 location_t starting;
1245 location_t starting;

Completed in 181 milliseconds

123