Home
last modified time | relevance | path

Searched refs:handle_pragma_implementation (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlex.c43 static void handle_pragma_implementation (cpp_reader *);
283 c_register_pragma (0, "implementation", handle_pragma_implementation); in init_cp_pragma()
285 c_register_pragma ("GCC", "implementation", handle_pragma_implementation); in init_cp_pragma()
461 handle_pragma_implementation (cpp_reader* /*dfile*/) in handle_pragma_implementation() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlex.cc44 static void handle_pragma_implementation (cpp_reader *);
284 c_register_pragma (0, "implementation", handle_pragma_implementation); in init_cp_pragma()
286 c_register_pragma ("GCC", "implementation", handle_pragma_implementation); in init_cp_pragma()
661 handle_pragma_implementation (cpp_reader* /*dfile*/) in handle_pragma_implementation() function
H A DChangeLog-20041962 (handle_pragma_implementation): Likewise. Disable "appears
2048 (handle_pragma_implementation): Likewise.
2180 (handle_pragma_implementation): Adjust comment.
4960 (handle_pragma_implementation): Likewise.
4977 (handle_pragma_implementation): Likewise.
6230 (handle_pragma_implementation): Likewise.
6608 (handle_pragma_implementation): Likewise.
H A DChangeLog-20082421 (handle_pragma_implementation): Copy filename using xstrdup.
2620 (handle_pragma_implementation): Remove test of
H A DChangeLog-2012999 handle_pragma_interface, handle_pragma_implementation,
H A DChangeLog-20062924 (handle_pragma_implementation): Likewise.
H A DChangeLog-2005181 * lex.c (handle_pragma_implementation): Likewise.
H A DChangeLog-2007264 * lex.c (handle_pragma_implementation): Use cpp_included_before.
H A DChangeLog-20012825 * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
H A DChangeLog-2013293 (handle_pragma_implementation): Likewise.
H A DChangeLog-20114318 (handle_pragma_implementation): Use filename_cmp instead of
H A DChangeLog-20193925 (handle_pragma_implementation): Same.
H A DChangeLog-2000437 (handle_pragma_implementation): No need to ggc_strdup main_filename.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20002481 (init_cp_pragma, finish_parse, handle_pragma_implementation): Update.