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

  /src/external/gpl3/gcc/dist/libcpp/
lex.cc 2044 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token));
4364 cpp_token_len (const cpp_token *token)
4504 unsigned int len = cpp_token_len (token) + 1;
4727 unsigned int len = cpp_token_len (token) + 2;
4363 cpp_token_len (const cpp_token *token) function
  /src/external/gpl3/gcc.old/dist/libcpp/
lex.cc 1839 unsigned char *buf = XNEWVEC (unsigned char, cpp_token_len (token));
4044 cpp_token_len (const cpp_token *token)
4184 unsigned int len = cpp_token_len (token) + 1;
4407 unsigned int len = cpp_token_len (token) + 2;
4043 cpp_token_len (const cpp_token *token) function

Completed in 132 milliseconds