Searched refs:push_conditional (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | directives.c | 102 static void push_conditional (cpp_reader *, int, int, const cpp_hashnode *); 1975 push_conditional (pfile, skip, T_IFDEF, 0); in do_ifdef() 2004 push_conditional (pfile, skip, T_IFNDEF, node); in do_ifndef() 2020 push_conditional (pfile, skip, T_IF, pfile->mi_ind_cmacro); in do_if() 2127 push_conditional (cpp_reader *pfile, int skip, int type, in push_conditional() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | directives.cc | 108 static void push_conditional (cpp_reader *, int, int, const cpp_hashnode *); 2020 push_conditional (pfile, skip, T_IFDEF, 0); in do_ifdef() 2047 push_conditional (pfile, skip, T_IFNDEF, node); in do_ifndef() 2063 push_conditional (pfile, skip, T_IF, pfile->mi_ind_cmacro); in do_if() 2241 push_conditional (cpp_reader *pfile, int skip, int type, in push_conditional() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 886 pass the controlling macro to the function 'push_conditional'. cpplib 924 test in 'push_conditional' fails and the optimization is turned off.
|
H A D | cppinternals.texi | 946 @code{push_conditional}. cpplib maintains a stack of nested conditional 991 top-of-file test in @code{push_conditional} fails and the optimization
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 886 pass the controlling macro to the function 'push_conditional'. cpplib 924 test in 'push_conditional' fails and the optimization is turned off.
|
H A D | cppinternals.texi | 946 @code{push_conditional}. cpplib maintains a stack of nested conditional 991 top-of-file test in @code{push_conditional} fails and the optimization
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 4038 (do_else, do_elif, push_conditional): Update logic. 5177 (do_ifdef, do_ifndef, do_if, do_else, do_endif, push_conditional) 14908 (push_conditional): Allocate if stack entries from the buffer obstack. 15019 * cpplib.c (validate_else, parse_include, push_conditional, 17232 (push_conditional): New.
|
H A D | ChangeLog-2001 | 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. 22417 * cpplib.c (do_pragma, do_endif, push_conditional,
|