Searched refs:_cpp_parse_expr (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 704 extern bool _cpp_parse_expr (cpp_reader *, bool);
|
H A D | directives.c | 2018 skip = _cpp_parse_expr (pfile, true) == false; in do_if() 2085 pfile->state.skipping = ! _cpp_parse_expr (pfile, false); in do_elif()
|
H A D | expr.c | 1286 _cpp_parse_expr (cpp_reader *pfile, bool is_if) in _cpp_parse_expr() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 737 extern bool _cpp_parse_expr (cpp_reader *, bool);
|
H A D | directives.cc | 2061 skip = _cpp_parse_expr (pfile, true) == false; in do_if() 2149 pfile->state.skipping = !_cpp_parse_expr (pfile, false); in do_elif()
|
H A D | expr.cc | 1312 _cpp_parse_expr (cpp_reader *pfile, bool is_if) in _cpp_parse_expr() function
|
H A D | ChangeLog | 40 * expr.cc (_cpp_parse_expr): Handle CPP_PADDING by just another 3117 (eval_token(), _cpp_parse_expr()): Treat CPP_UTF8CHAR token. 4360 (_cpp_parse_expr): Use virtual locations of tokens when parsing 5656 (_cpp_parse_expr): Propagate locations throught the stack 5771 * internal.h (_cpp_parse_expr): Update. 5772 * expr.c (_cpp_parse_expr): Add 'is_if' argument. Update error 7055 * expr.c (_cpp_parse_expr): Handle remaining cases where an
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 5206 (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text. 13747 (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX. 14289 (_cpp_parse_expr): Do not use UNARY for unary +. Implement || 14593 * cppexp.c (_cpp_parse_expr): Don't use unary plus. 15043 _cpp_parse_expr): Adjust. 17189 * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white 18443 (_cpp_parse_expr): Remove case '#'. Don't set 18475 _cpp_parse_expr. 23465 (_cpp_parse_expr): Implement new error macros. Use | rather 23517 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a [all …]
|
H A D | ChangeLog-2002 | 12886 (_cpp_parse_expr): Update, use token pointer of struct op. 19800 (_cpp_parse_expr, reduce): Update to handle two-integers. 24174 * cppexp.c (lex): Move some code to _cpp_parse_expr, but 24177 (_cpp_parse_expr): Read token here for improved diagnostics. 24225 (_cpp_parse_expr): Clean up logic. Return bool. Use a 24232 (_cpp_parse_expr): Update. 24347 (_cpp_parse_expr): want_value used to indicate whether 25515 lex, integer_overflow, _cpp_parse_expr): Update.
|
H A D | ChangeLog-2001 | 9233 * cppexp.c (_cpp_parse_expr): Use the correct operator code in 16019 (_cpp_parse_expr): Figure out at the end of the routine 17029 * cppexp.c (parse_number, parse_defined, lex, _cpp_parse_expr):
|
H A D | ChangeLog-2003 | 25619 * cppexp.c (_cpp_parse_expr): Similarly.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 918 case. '_cpp_parse_expr' and 'parse_defined' take steps to see whether
|
H A D | cppinternals.texi | 984 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 918 case. '_cpp_parse_expr' and 'parse_defined' take steps to see whether
|
H A D | cppinternals.texi | 984 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see
|