Searched refs:cpp_get_token_with_location (Results 1 – 17 of 17) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 511 tok = cpp_get_token_with_location (parse_in, loc); in c_lex_with_flags() 581 tok = cpp_get_token_with_location (parse_in, &newloc); in c_lex_with_flags() 731 tok = cpp_get_token_with_location (parse_in, loc); in c_lex_with_flags()
|
H A D | c-ppoutput.cc | 320 = cpp_get_token_with_location (pfile, &spelling_loc); in scan_translation_unit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 458 tok = cpp_get_token_with_location (parse_in, loc); in c_lex_with_flags() 528 tok = cpp_get_token_with_location (parse_in, &newloc); in c_lex_with_flags() 671 tok = cpp_get_token_with_location (parse_in, loc); in c_lex_with_flags()
|
H A D | c-ppoutput.c | 184 const cpp_token *token = cpp_get_token_with_location (pfile, &loc); in scan_translation_unit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | input.cc | 2204 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2210 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2216 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2222 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2437 tok = cpp_get_token_with_location (m_parser, &loc); in ~lexer_test() 2451 tok = cpp_get_token_with_location (m_parser, &loc); in get_token()
|
H A D | ChangeLog-2007 | 8111 (c_lex_with_flags): Use cpp_get_token_with_location.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | input.c | 2044 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2050 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2056 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2062 tok = cpp_get_token_with_location (parser, &loc); in test_lexer() 2277 tok = cpp_get_token_with_location (m_parser, &loc); in ~lexer_test() 2291 tok = cpp_get_token_with_location (m_parser, &loc); in get_token()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1021 extern const cpp_token *cpp_get_token_with_location (cpp_reader *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1103 extern const cpp_token *cpp_get_token_with_location (cpp_reader *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | expr.cc | 1334 op.token = cpp_get_token_with_location (pfile, &virtual_location); in _cpp_parse_expr()
|
H A D | directives.cc | 1495 pragma_token = token = cpp_get_token_with_location (pfile, in do_pragma()
|
H A D | ChangeLog | 4337 (cpp_get_token_with_location): Adjust, as 4669 the location tweaking from cpp_get_token_with_location in here. 4704 (cpp_get_token_with_location): Use cpp_get_token_1. 6077 (cpp_get_token_with_location): Declare. 6079 (cpp_get_token_with_location): New function.
|
H A D | macro.cc | 3256 cpp_get_token_with_location (cpp_reader *pfile, location_t *loc) in cpp_get_token_with_location() function
|
H A D | lex.cc | 5357 = cpp_get_token_with_location (pfile, &spelling); in cpp_directive_only_process()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | expr.c | 1308 op.token = cpp_get_token_with_location (pfile, &virtual_location); in _cpp_parse_expr()
|
H A D | directives.c | 1454 pragma_token = token = cpp_get_token_with_location (pfile, in do_pragma()
|
H A D | macro.c | 3059 cpp_get_token_with_location (cpp_reader *pfile, location_t *loc) in cpp_get_token_with_location() function
|