Home
last modified time | relevance | path

Searched refs:_cpp_parse_expr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h704 extern bool _cpp_parse_expr (cpp_reader *, bool);
H A Ddirectives.c2018 skip = _cpp_parse_expr (pfile, true) == false; in do_if()
2085 pfile->state.skipping = ! _cpp_parse_expr (pfile, false); in do_elif()
H A Dexpr.c1286 _cpp_parse_expr (cpp_reader *pfile, bool is_if) in _cpp_parse_expr() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h737 extern bool _cpp_parse_expr (cpp_reader *, bool);
H A Ddirectives.cc2061 skip = _cpp_parse_expr (pfile, true) == false; in do_if()
2149 pfile->state.skipping = !_cpp_parse_expr (pfile, false); in do_elif()
H A Dexpr.cc1312 _cpp_parse_expr (cpp_reader *pfile, bool is_if) in _cpp_parse_expr() function
H A DChangeLog40 * 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 DChangeLog-20005206 (_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 DChangeLog-200212886 (_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 DChangeLog-20019233 * 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 DChangeLog-200325619 * cppexp.c (_cpp_parse_expr): Similarly.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info918 case. '_cpp_parse_expr' and 'parse_defined' take steps to see whether
H A Dcppinternals.texi984 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info918 case. '_cpp_parse_expr' and 'parse_defined' take steps to see whether
H A Dcppinternals.texi984 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see