Home
last modified time | relevance | path

Searched refs:_cpp_equiv_tokens (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/gcc/libcpp/
H A Dinternal.h545 extern int _cpp_equiv_tokens (const cpp_token *, const cpp_token *);
H A Dlex.c1417 _cpp_equiv_tokens (const cpp_token *a, const cpp_token *b) in _cpp_equiv_tokens() function
H A Dmacro.c1253 if (!_cpp_equiv_tokens (&macro1->exp.tokens[i], &macro2->exp.tokens[i])) in warn_of_redefinition()
H A Ddirectives.c1911 if (! _cpp_equiv_tokens (&answer->first[i], &candidate->first[i])) in find_answer()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h541 extern int _cpp_equiv_tokens PARAMS ((const cpp_token *,
H A Dcppmacro.c1286 if (!_cpp_equiv_tokens (&macro1->exp.tokens[i], &macro2->exp.tokens[i]))
H A Dcpplib.c1679 if (! _cpp_equiv_tokens (&answer->first[i], &candidate->first[i]))
H A Dcpplex.c1540 _cpp_equiv_tokens (a, b) in _cpp_equiv_tokens() function
H A DChangeLog.44576 * cpplex.c (_cpp_equiv_tokens): Check arg_no in the
5274 _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive,
H A DChangeLog.33192 _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
H A DChangeLog.69230 _cpp_equiv_tokens): Handle it.