HomeSort by: relevance | last modified time | path
    Searched defs:as_text (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 3532 const unsigned char *as_text = NULL; local
3538 as_text = cpp_token_as_text (pfile, token);
3539 cpp_error (pfile, CPP_DL_ERROR, msgs[ix], as_text);
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 3523 const unsigned char *as_text = NULL; local
3529 as_text = cpp_token_as_text (pfile, token);
3530 cpp_error (pfile, CPP_DL_ERROR, msgs[ix], as_text);

Completed in 27 milliseconds