Searched refs:expanded_token_index (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 1850 expanded_token_index (cpp_reader *pfile, cpp_macro *macro, in expanded_token_index() function 2032 unsigned index = expanded_token_index (pfile, macro, src, i); in replace_args() 2086 unsigned index = expanded_token_index (pfile, macro, src, i); in replace_args() 2196 unsigned index = expanded_token_index (pfile, macro, src, i); in replace_args() 2236 index = expanded_token_index (pfile, macro, src, token_index); in replace_args()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 1909 expanded_token_index (cpp_reader *pfile, cpp_macro *macro, in expanded_token_index() function 2091 unsigned index = expanded_token_index (pfile, macro, src, i); in replace_args() 2199 unsigned index = expanded_token_index (pfile, macro, src, i); in replace_args() 2307 unsigned index = expanded_token_index (pfile, macro, src, i); in replace_args() 2347 index = expanded_token_index (pfile, macro, src, token_index); in replace_args()
|
H A D | ChangeLog | 4661 (expanded_token_index, tokens_buff_new, tokens_buff_count)
|