Home
last modified time | relevance | path

Searched refs:handle_pragma_interface (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/cp/
Dlex.c47 static void handle_pragma_interface (cpp_reader *);
335 c_register_pragma (0, "interface", handle_pragma_interface); in init_cp_pragma()
337 c_register_pragma ("GCC", "interface", handle_pragma_interface); in init_cp_pragma()
493 handle_pragma_interface (cpp_reader* dfile ATTRIBUTE_UNUSED ) in handle_pragma_interface() function
DChangeLog-20041960 * lex.c (handle_pragma_interface): Apply get_fileinfo to the
2047 * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
2178 (handle_pragma_interface): Don't set interface_only and
2239 * lex.c (handle_pragma_interface):
4959 * lex.c (handle_pragma_interface): Deprecate.
4976 * lex.c (handle_pragma_interface): Deprecate.
6229 * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
6607 * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
DChangeLog861 (handle_pragma_interface): Call get_fileinfo on input_filename,
3011 (handle_pragma_interface): Test for error_mark_node instead of
DChangeLog-20012825 * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):