Searched refs:_cpp_parse_expr (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h582 extern bool _cpp_parse_expr (cpp_reader *, bool);
H A Ddirectives.c1869 /* _cpp_parse_expr puts a macro in a "#if !defined ()" expression in
1880 skip = _cpp_parse_expr (pfile, true) == false;
1948 value = _cpp_parse_expr (pfile, false);
H A Dexpr.c708 _cpp_parse_expr checks there was no other junk on the line. */
913 _cpp_parse_expr (cpp_reader *pfile, bool is_if)
912 _cpp_parse_expr (cpp_reader *pfile, bool is_if) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dinternal.h526 extern bool _cpp_parse_expr (cpp_reader *);
H A Dexpr.c500 _cpp_parse_expr checks there was no other junk on the line. */
684 _cpp_parse_expr (cpp_reader *pfile)
683 _cpp_parse_expr (cpp_reader *pfile) function

Completed in 253 milliseconds