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

  /src/external/gpl3/gcc/dist/libcpp/
macro.cc 361 static const cpp_token* cpp_get_token_1 (cpp_reader *, location_t *);
1288 token = cpp_get_token_1 (pfile, &virt_loc);
1345 token = cpp_get_token_1 (pfile, &virt_loc);
2780 token = cpp_get_token_1 (pfile, &location);
2861 cpp_get_token_1. In that case, no 'macro' field is set into
2979 cpp_get_token_1 (cpp_reader *pfile, location_t *location) function
3223 return cpp_get_token_1 (pfile, NULL);
3267 return cpp_get_token_1 (pfile, loc);
  /src/external/gpl3/gcc.old/dist/libcpp/
macro.cc 361 static const cpp_token* cpp_get_token_1 (cpp_reader *, location_t *);
1279 token = cpp_get_token_1 (pfile, &virt_loc);
1336 token = cpp_get_token_1 (pfile, &virt_loc);
2771 token = cpp_get_token_1 (pfile, &location);
2852 cpp_get_token_1. In that case, no 'macro' field is set into
2970 cpp_get_token_1 (cpp_reader *pfile, location_t *location) function
3214 return cpp_get_token_1 (pfile, NULL);
3258 return cpp_get_token_1 (pfile, loc);

Completed in 72 milliseconds