Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h534 extern bool _cpp_parse_expr (cpp_reader *);
H A Ddirectives.c1656 skip = _cpp_parse_expr (pfile) == false; in do_if()
1722 pfile->state.skipping = ! _cpp_parse_expr (pfile); in do_elif()
H A Dexpr.c753 _cpp_parse_expr (cpp_reader *pfile) in _cpp_parse_expr() function
H A DChangeLog770 * expr.c (_cpp_parse_expr): Handle remaining cases where an
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h534 extern bool _cpp_parse_expr PARAMS ((cpp_reader *));
H A Dcpplib.c1410 skip = _cpp_parse_expr (pfile) == false;
1478 pfile->state.skipping = ! _cpp_parse_expr (pfile);
H A Dcppexp.c742 _cpp_parse_expr (pfile) in _cpp_parse_expr() function
H A DChangeLog.31923 * cppexp.c (_cpp_parse_expr): Save and restore only_seen_white
3177 (_cpp_parse_expr): Remove case '#'. Don't set
3209 _cpp_parse_expr.
8199 (_cpp_parse_expr): Implement new error macros. Use | rather
8251 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
8265 (_cpp_parse_expr): Error messages modified to use op_to_str.
8345 (_cpp_parse_expr): Replace left and right priority scheme with
8351 * cppexp.c: (_cpp_parse_expr): Numerical constants are pushed
8438 (_cpp_parse_expr): Check for multiple unary +/- operators.
10944 (do_if, do_elif): Call _cpp_parse_expr directly.
[all …]
H A DChangeLog.45200 (_cpp_parse_expr): Update for MI optimisation, and to use op_as_text.
13741 (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
14283 (_cpp_parse_expr): Do not use UNARY for unary +. Implement ||
14587 * cppexp.c (_cpp_parse_expr): Don't use unary plus.
15037 _cpp_parse_expr): Adjust.
H A DChangeLog.75353 (_cpp_parse_expr, reduce): Update to handle two-integers.
9727 * cppexp.c (lex): Move some code to _cpp_parse_expr, but
9730 (_cpp_parse_expr): Read token here for improved diagnostics.
9778 (_cpp_parse_expr): Clean up logic. Return bool. Use a
9785 (_cpp_parse_expr): Update.
9900 (_cpp_parse_expr): want_value used to indicate whether
11068 lex, integer_overflow, _cpp_parse_expr): Update.
H A DChangeLog.69233 * 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 DChangeLog18594 (_cpp_parse_expr): Update, use token pointer of struct op.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi983 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppinternals.texi983 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see
H A Dcppinternals.info911 case. `_cpp_parse_expr' and `parse_defined' take steps to see whether