Searched refs:cpp_get_token_1 (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libcpp/ |
| HD | macro.c | 166 static const cpp_token* cpp_get_token_1 (cpp_reader *, source_location *); 780 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args() 837 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args() 2071 token = cpp_get_token_1 (pfile, &location); in expand_arg() 2228 cpp_get_token_1 (cpp_reader *pfile, source_location *location) in cpp_get_token_1() function 2382 return cpp_get_token_1 (pfile, NULL); in cpp_get_token() 2429 result = cpp_get_token_1 (pfile, loc); in cpp_get_token_with_location()
|
| /dragonfly/contrib/gcc-8.0/libcpp/ |
| HD | macro.c | 326 static const cpp_token* cpp_get_token_1 (cpp_reader *, source_location *); 1052 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args() 1109 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args() 2500 token = cpp_get_token_1 (pfile, &location); in expand_arg() 2699 cpp_get_token_1 (cpp_reader *pfile, source_location *location) in cpp_get_token_1() function 2860 return cpp_get_token_1 (pfile, NULL); in cpp_get_token() 2904 return cpp_get_token_1 (pfile, loc); in cpp_get_token_with_location()
|