Searched refs:_cpp_equiv_tokens (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | internal.h | 716 extern int _cpp_equiv_tokens (const cpp_token *, const cpp_token *);
|
H A D | directives.c | 2273 if (!_cpp_equiv_tokens (&answer->exp.tokens[i], in find_answer()
|
H A D | lex.c | 3423 _cpp_equiv_tokens (const cpp_token *a, const cpp_token *b) in _cpp_equiv_tokens() function
|
H A D | macro.c | 3206 if (!_cpp_equiv_tokens (¯o1->exp.tokens[i], ¯o2->exp.tokens[i])) in warn_of_redefinition()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | internal.h | 749 extern int _cpp_equiv_tokens (const cpp_token *, const cpp_token *);
|
H A D | directives.cc | 2387 if (!_cpp_equiv_tokens (&answer->exp.tokens[i], in find_answer()
|
H A D | macro.cc | 3409 if (!_cpp_equiv_tokens (¯o1->exp.tokens[i], ¯o2->exp.tokens[i])) in cpp_compare_macros()
|
H A D | lex.cc | 4267 _cpp_equiv_tokens (const cpp_token *a, const cpp_token *b) in _cpp_equiv_tokens() function
|
H A D | ChangeLog | 3607 (_cpp_equiv_tokens): Check spellings of identifiers and macro 5420 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens, 5474 (_cpp_equiv_tokens): Check arg_no for CPP_PASTE tokens.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2000 | 4582 * cpplex.c (_cpp_equiv_tokens): Check arg_no in the 5280 _cpp_equiv_tokens, _cpp_equiv_toklists, _cpp_process_directive, 18458 _cpp_slice_toklist, _cpp_squeeze_toklist, _cpp_equiv_tokens,
|
H A D | ChangeLog-2001 | 9230 _cpp_equiv_tokens): Handle it.
|
H A D | ChangeLog-2003 | 25444 (_cpp_equiv_tokens, cpp_interpret_charconst): Update.
|