Home
last modified time | relevance | path

Searched refs:cpp_force_token_locations (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-c.cc712 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in ix86_pragma_target_parse()
729 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in ix86_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-c.cc263 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in aarch64_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-c.cc467 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in arm_pragma_target_parse()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-opts.c1446 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in c_finish_options()
1468 cpp_force_token_locations (parse_in, cmd_map->start_location); in c_finish_options()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc1494 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in c_finish_options()
1517 cpp_force_token_locations (parse_in, line_table->highest_line); in c_finish_options()
H A Dc-cppbuiltin.cc608 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in c_cpp_builtins_optimize_pragma()
H A DChangeLog3825 * c-opts.c (c_finish_options): Adjust cpp_force_token_locations call.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1308 extern void cpp_force_token_locations (cpp_reader *, location_t);
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1445 extern void cpp_force_token_locations (cpp_reader *, location_t);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-c.cc460 cpp_force_token_locations (parse_in, BUILTINS_LOCATION); in s390_pragma_target_parse()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc613 cpp_force_token_locations (cpp_in, BUILTINS_LOCATION); in gfc_cpp_init()
H A DChangeLog-2018432 * cpp.c (gfc_cpp_init): Adjust cpp_force_token_locations call.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c582 cpp_force_token_locations (cpp_in, BUILTINS_LOCATION); in gfc_cpp_init()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c3819 cpp_force_token_locations (cpp_reader *r, location_t loc) in cpp_force_token_locations() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc4664 cpp_force_token_locations (cpp_reader *r, location_t loc) in cpp_force_token_locations() function
H A DChangeLog1582 * include/cpplib.h (cpp_force_token_locations): Take location, not
4837 (cpp_force_token_locations): New.