Home
last modified time | relevance | path

Searched refs:do_pragma (Results 1 – 14 of 14) sorted by relevance

/openbsd/gnu/gcc/libcpp/
H A DChangeLog64 * directives.c (do_pragma): Handle pragma with valid namespace
123 (do_pragma): Allow pragma expansion after namespace. For deferred
145 * directives.c (do_pragma): If pragma line ends with multi-line
585 (do_pragma): Honor allow_expansion.
613 * directives.c (do_pragma): Do not defer pragmas which are unknown.
634 cb.line_change. Otherwise do_pragma will call the line_change
664 * directives.c (do_pragma): Save current buffer position
702 (do_pragma): If CPP_OPTION (pfile, defer_pragmas) and this isn't
H A Ddirectives.c1264 do_pragma (cpp_reader *pfile) in do_pragma() function
1526 do_pragma (pfile); in destringize_and_run()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpplib.c1093 do_pragma (pfile) in do_pragma() function
H A DChangeLog.3556 (do_pragma): Use pragma_dispatch.
10877 do_undef, do_line, do_elif, do_error, do_pragma, do_warning,
11151 do_undef, do_error, do_warning, do_pragma, do_pragma_once,
12546 * cpplib.c (do_pragma): Accept #pragma without consecutive token.
13400 (do_pragma): Split out specific pragma handling to separate
15918 * cccp.c (do_pragma): Add cast to (char *).
H A DChangeLog.45167 do_include_next, read_line_number, do_line, do_ident, do_pragma,
12684 (do_define, do_undef, parse_include, do_line, do_ident, do_pragma,
12691 (do_pragma): Walk the pragmas table here.
14439 read_line_number, do_line, do_ident, do_pragma, do_pragma_gcc,
15017 do_warning, do_ident, do_pragma, pragma_dispatch, gcc_pragmas,
H A DFSFChangeLog.103542 (do_pragma): Output at most one warning about #pragma implementation.
3544 (do_pragma, hack_vms_include_specification):
3565 (do_pragma): Re-implement to scan include_hash_table.
9334 (do_ident, do_pragma, do_sccs): Accept extra arguments so that
H A DChangeLog.1661 (do_pragma): Copy the pragma through here.
7679 do_undef, do_error, do_pragma, do_ident, do_if, do_xifdef,
7689 (do_define, do_undef, do_error, do_warning, do_pragma,
8874 (do_pragma): Understand the include_hash structure. Reformat.
10261 * cpplib.c: Merge do_once into do_pragma. Break file handling
H A DFSFChangeLog126 (do_pragma): Handle escapes in strings correctly.
H A DChangeLog.68497 (lookup_pragma_entry, insert_pragma_entry, do_pragma,
8508 (do_pragma): Similarly.
10090 do_include_common, do_line, do_ident, do_pragma,
11044 (do_pragma): Kludge for front ends. Don't expand macros at all.
11157 (_cpp_handle_directive, do_pragma, do_pragma_dependency,
15153 do_pragma): Pass line to callbacks.
H A DChangeLog.28322 (do_pragma): Add #pragma poison.
8331 (do_pragma): Add #pragma poison.
9568 do_error, do_pragma, do_ident, do_if, do_xifdef, do_else,
13973 (do_include, do_undef, do_pragma): Likewise.
H A DChangeLog.03193 (do_pragma): Likewise for `limit', `op' and `keyword'.
3263 (do_define, do_line, do_include, do_undef, do_error, do_pragma,
3279 (do_pragma): Likewise. Also add missing arguments in call to do_once.
H A DChangeLog958 * cpplib.c (do_pragma): Remove line_change call after pragma
2711 * cpplib.c (do_pragma): Reintroduce cb_line_change call in the
2806 * cpplib.c (do_pragma): Remove unnecessary cb_line_change.
H A DChangeLog.53210 * cpplib.c (do_pragma, do_endif, push_conditional,
3715 * cpplib.c (lex_macro_node, do_undef, do_pragma,
H A DFSFChangeLog.112187 (do_pragma): Avoid unnecessary comparison to newline.