Home
last modified time | relevance | path

Searched refs:parse_assertion (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c123 static cpp_hashnode *parse_assertion (cpp_reader *, struct answer **, int);
1889 parse_assertion (cpp_reader *pfile, struct answer **answerp, int type) in parse_assertion() function
1953 node = parse_assertion (pfile, &answer, T_IF); in _cpp_test_assertion()
1976 node = parse_assertion (pfile, &new_answer, T_ASSERT); in do_assert()
2021 node = parse_assertion (pfile, &answer, T_UNASSERT); in do_unassert()
H A DChangeLog288 (parse_assertion): Likewise.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-2000696 * cpplib.c (do_define, glue_header_name, parse_assertion): Similarly.
1591 (parse_assertion): Get first character of identifiers correct.
1966 * tradcpp.c (struct answer, parse_assertion, parse_answer,
3745 parse_answer, parse_assertion): Similarly.
5164 parse_answer, parse_assertion, find_answer): New functions.
5182 (parse_assertion, parse_answer, find_answer, _cpp_test_assertion):
5202 (parse_assertion, TYPE_NAME): Delete.
14932 * cppexp.c (parse_assertion): Update for new name of
15042 * cppexp.c (parse_assertion, lex, parse_escape,
17454 * cppexp.c (parse_assertion): Supply extra argument to
[all …]
H A DChangeLog-1998386 (parse_assertion): New function.
397 (cpp_read_check_assertion): Simply call parse_assertion to
H A DChangeLog-200110092 parse_assertion): Update.
22923 do_pragma_poison, parse_assertion, do_assert): Similarly.
H A DChangeLog-199915898 parse_assertion): '\r' might be a backslash-newline marker, or
H A DChangeLog-200225531 do_elif, do_endif, parse_answer, parse_assertion, do_assert,