Searched refs:push_conditional (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cpplib.c | 107 static void push_conditional PARAMS ((cpp_reader *, int, int, 1372 push_conditional (pfile, skip, T_IFDEF, 0); 1395 push_conditional (pfile, skip, T_IFNDEF, node); 1412 push_conditional (pfile, skip, T_IF, pfile->mi_ind_cmacro); 1521 push_conditional (pfile, skip, type, cmacro) in push_conditional() function
|
| H A D | ChangeLog.4 | 4032 (do_else, do_elif, push_conditional): Update logic. 5171 (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional) 14902 (push_conditional): Allocate if stack entries from the buffer obstack. 15013 * cpplib.c (validate_else, parse_include, push_conditional,
|
| H A D | ChangeLog.6 | 10960 push_conditional, _cpp_pop_buffer): Update. 16028 (do_endif, push_conditional, _cpp_handle_directive): Update 16271 (push_conditional): Update for new struct if_stack.
|
| H A D | ChangeLog.5 | 3210 * cpplib.c (do_pragma, do_endif, push_conditional,
|
| H A D | ChangeLog.3 | 1966 (push_conditional): New.
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | directives.c | 101 static void push_conditional (cpp_reader *, int, int, const cpp_hashnode *); 1620 push_conditional (pfile, skip, T_IFDEF, 0); in do_ifdef() 1642 push_conditional (pfile, skip, T_IFNDEF, node); in do_ifndef() 1658 push_conditional (pfile, skip, T_IF, pfile->mi_ind_cmacro); in do_if() 1764 push_conditional (cpp_reader *pfile, int skip, int type, in push_conditional() function
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 945 @code{push_conditional}. cpplib maintains a stack of nested conditional 990 top-of-file test in @code{push_conditional} fails and the optimization
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | cppinternals.texi | 945 @code{push_conditional}. cpplib maintains a stack of nested conditional 990 top-of-file test in @code{push_conditional} fails and the optimization
|
| H A D | cppinternals.info | 879 pass the controlling macro to the function `push_conditional'. cpplib 917 top-of-file test in `push_conditional' fails and the optimization is
|