Home
last modified time | relevance | path

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 Dc-lex.cc511 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 Dc-ppoutput.cc320 = cpp_get_token_with_location (pfile, &spelling_loc); in scan_translation_unit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c458 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 Dc-ppoutput.c184 const cpp_token *token = cpp_get_token_with_location (pfile, &loc); in scan_translation_unit()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc2204 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 DChangeLog-20078111 (c_lex_with_flags): Use cpp_get_token_with_location.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dinput.c2044 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 Dcpplib.h1021 extern const cpp_token *cpp_get_token_with_location (cpp_reader *,
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1103 extern const cpp_token *cpp_get_token_with_location (cpp_reader *,
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dexpr.cc1334 op.token = cpp_get_token_with_location (pfile, &virtual_location); in _cpp_parse_expr()
H A Ddirectives.cc1495 pragma_token = token = cpp_get_token_with_location (pfile, in do_pragma()
H A DChangeLog4337 (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 Dmacro.cc3256 cpp_get_token_with_location (cpp_reader *pfile, location_t *loc) in cpp_get_token_with_location() function
H A Dlex.cc5357 = cpp_get_token_with_location (pfile, &spelling); in cpp_directive_only_process()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dexpr.c1308 op.token = cpp_get_token_with_location (pfile, &virtual_location); in _cpp_parse_expr()
H A Ddirectives.c1454 pragma_token = token = cpp_get_token_with_location (pfile, in do_pragma()
H A Dmacro.c3059 cpp_get_token_with_location (cpp_reader *pfile, location_t *loc) in cpp_get_token_with_location() function