Home
last modified time | relevance | path

Searched refs:cpp_get_token_1 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c350 static const cpp_token* cpp_get_token_1 (cpp_reader *, location_t *);
1221 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args()
1278 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args()
2657 token = cpp_get_token_1 (pfile, &location); in expand_arg()
2856 cpp_get_token_1 (cpp_reader *pfile, location_t *location) in cpp_get_token_1() function
3017 return cpp_get_token_1 (pfile, NULL); in cpp_get_token()
3061 return cpp_get_token_1 (pfile, loc); in cpp_get_token_with_location()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc361 static const cpp_token* cpp_get_token_1 (cpp_reader *, location_t *);
1279 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args()
1336 token = cpp_get_token_1 (pfile, &virt_loc); in collect_args()
2771 token = cpp_get_token_1 (pfile, &location); in expand_arg()
2970 cpp_get_token_1 (cpp_reader *pfile, location_t *location) in cpp_get_token_1() function
3214 return cpp_get_token_1 (pfile, NULL); in cpp_get_token()
3258 return cpp_get_token_1 (pfile, loc); in cpp_get_token_with_location()
H A DChangeLog612 * macro.c (cpp_get_token_1): Call _cpp_find_header_unit.
708 * macro.c (cpp_get_token_1): Deal with deferred macro.
765 * macro.c (cpp_get_token_1): Deal with directive_file_token
1050 (cpp_get_token_1): Reformat a couple of short lines.
1727 (cpp_get_token_1): Check type not NT_VOID.
3478 (cpp_get_token_1): Store the top-most macro node in the new
4331 * macro.c (cpp_get_token_1): Do away with the use of
4621 (cpp_get_token_1): Update num_expanded_macros_counter.
4666 (cpp_get_token_1): New static function. Split and extended from
4670 (cpp_get_token): Use cpp_get_token_1
[all …]