Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h546 extern bool _cpp_parse_expr (cpp_reader *);
H A Ddirectives.c1678 skip = _cpp_parse_expr (pfile) == false; in do_if()
1744 pfile->state.skipping = ! _cpp_parse_expr (pfile); in do_elif()
H A Dexpr.c756 _cpp_parse_expr (cpp_reader *pfile) in _cpp_parse_expr() function
H A DChangeLog770 * expr.c (_cpp_parse_expr): Handle remaining cases where an
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200013747 (_cpp_parse_expr): Handle CPP_MIN and CPP_MAX.
14593 * cppexp.c (_cpp_parse_expr): Don't use unary plus.
15043 _cpp_parse_expr): Adjust.
18443 (_cpp_parse_expr): Remove case '#'. Don't set
18475 _cpp_parse_expr.
23517 * cppexp.c (_cpp_parse_expr): If lex returns '#', it's a
26210 (do_if, do_elif): Call _cpp_parse_expr directly.
26214 * cppexp.c (_cpp_parse_expr): Diddle parsing_if_directive
26565 (_cpp_parse_expr): Return an int, the truth value.
26735 to _cpp_parse_expr, parse_escape, and lex.
[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.
/freebsd-12.1/contrib/gcc/doc/
H A Dcppinternals.texi983 case. @code{_cpp_parse_expr} and @code{parse_defined} take steps to see