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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 300 static bool paste_tokens (cpp_reader *, location_t,
1000 paste_tokens (cpp_reader *pfile, location_t location, function
1127 if (!paste_tokens (pfile, virt_loc, &lhs, rhs))
2128 which paste_tokens can use as well. */
2142 if (!paste_tokens (pfile, virt_loc, &token, rhs))
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 300 static bool paste_tokens (cpp_reader *, location_t,
991 paste_tokens (cpp_reader *pfile, location_t location, function
1118 if (!paste_tokens (pfile, virt_loc, &lhs, rhs))
2119 which paste_tokens can use as well. */
2133 if (!paste_tokens (pfile, virt_loc, &token, rhs))

Completed in 27 milliseconds