Home
last modified time | relevance | path

Searched refs:as_text (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c3320 const unsigned char *as_text = NULL; in parse_params() local
3326 as_text = cpp_token_as_text (pfile, token); in parse_params()
3327 cpp_error (pfile, CPP_DL_ERROR, msgs[ix], as_text); in parse_params()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc3523 const unsigned char *as_text = NULL; in parse_params() local
3529 as_text = cpp_token_as_text (pfile, token); in parse_params()
3530 cpp_error (pfile, CPP_DL_ERROR, msgs[ix], as_text); in parse_params()