Home
last modified time | relevance | path

Searched defs:src_loc (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A Derrors.c81 source_location src_loc, unsigned int column) in _cpp_begin_message()
138 source_location src_loc; in cpp_error() local
182 source_location src_loc, unsigned int column, in cpp_error_with_line()
H A Dtraditional.c151 source_location src_loc = pfile->line_table->highest_line; in copy_comment() local
/openbsd/gnu/gcc/gcc/
H A Dc-ppoutput.c210 maybe_print_line (source_location src_loc) in maybe_print_line()
237 print_line (source_location src_loc, const char *special_flags) in print_line()
279 source_location src_loc = token->src_loc; in cb_line_change() local
/openbsd/gnu/gcc/libcpp/include/
H A Dcpplib.h193 source_location src_loc; /* Location of first char of token. */ member