Home
last modified time | relevance | path

Searched refs:handle_pragma_unit (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dlex.c46 static void handle_pragma_unit (cpp_reader *);
334 c_register_pragma (0, "unit", handle_pragma_unit); in init_cp_pragma()
486 handle_pragma_unit (cpp_reader* dfile ATTRIBUTE_UNUSED ) in handle_pragma_unit() function
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dlex.c56 static void handle_pragma_unit PARAMS ((cpp_reader *));
586 cpp_register_pragma (parse_in, 0, "unit", handle_pragma_unit); in init_cp_pragma()
965 handle_pragma_unit (dfile) in handle_pragma_unit() function