Home
last modified time | relevance | path

Searched refs:forced_token_location (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h583 location_t forced_token_location; member
H A Dlex.c2772 if (pfile->forced_token_location) in _cpp_lex_direct()
2773 result->src_loc = pfile->forced_token_location; in _cpp_lex_direct()
3821 r->forced_token_location = loc; in cpp_force_token_locations()
3829 r->forced_token_location = 0; in cpp_stop_forcing_token_locations()
H A Dinit.c273 pfile->forced_token_location = 0; in cpp_create_reader()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h598 location_t forced_token_location; member
H A Dinit.cc281 pfile->forced_token_location = 0; in cpp_create_reader()
H A Dlex.cc3594 if (pfile->forced_token_location) in _cpp_lex_direct()
3595 result->src_loc = pfile->forced_token_location; in _cpp_lex_direct()
4666 r->forced_token_location = loc; in cpp_force_token_locations()
4674 r->forced_token_location = 0; in cpp_stop_forcing_token_locations()
H A DChangeLog1581 to forced_token_location and drop its pointerness.