Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h552 extern int _cpp_test_assertion (cpp_reader *, unsigned int *);
H A Dexpr.c664 _cpp_test_assertion (pfile, &temp); in eval_token()
H A Ddirectives.c1926 _cpp_test_assertion (cpp_reader *pfile, unsigned int *value) in _cpp_test_assertion() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h549 extern int _cpp_test_assertion PARAMS ((cpp_reader *, unsigned int *));
H A Dcppexp.c649 _cpp_test_assertion (pfile, &temp);
H A Dcpplib.c1694 _cpp_test_assertion (pfile, value) in _cpp_test_assertion() function
H A DChangeLog.45176 (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
5198 CPP_DEFINED, to use _cpp_test_assertion for assertions and
5281 _cpp_lock_pool, _cpp_unlock_pool, _cpp_test_assertion,
H A DChangeLog.75354 * cpplib.c (_cpp_test_assertion): Back up on CPP_EOF.
9734 * cpphash.h (_cpp_test_assertion): Change prototype.
9735 * cpplib.c (_cpp_test_assertion): Change prototype.
H A DChangeLog8618 * cpplib.c (_cpp_test_assertion): Default *value to 0.