Home
last modified time | relevance | path

Searched refs:directive_line (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/contrib/gcclibs/libcpp/
Ddirectives.c268 pfile->directive_line = pfile->line_table->highest_line; in start_directive()
561 pfile->cb.define (pfile, pfile->directive_line, node); in do_define()
574 pfile->cb.undef (pfile, pfile->directive_line, node); in do_undef()
749 pfile->cb.include (pfile, pfile->directive_line, in do_include_common()
1026 pfile->cb.ident (pfile, pfile->directive_line, &str->val.str); in do_ident()
1361 pfile->cb.def_pragma (pfile, pfile->directive_line); in do_pragma()
1793 ifs->line = pfile->directive_line; in push_conditional()
Derrors.c150 src_loc = pfile->directive_line; in cpp_error()
Dinternal.h330 source_location directive_line; member
Dmacro.c1598 macro->line = pfile->directive_line; in _cpp_create_definition()
1641 cpp_error_with_line (pfile, CPP_DL_PEDWARN, pfile->directive_line, 0, in _cpp_create_definition()
/freebsd-9-stable/contrib/gcc/
DChangeLog-200115150 * cpphash.h (struct cpp_reader): New member directive_line.
DChangeLog-200310158 (struct cpp_reader): Likewise for fields line and directive_line.
DChangeLog-200213862 * cpperror.c (cpp_error): Default to directive_line within