Home
last modified time | relevance | path

Searched refs:declare_module (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h7234 extern void declare_module (module_state *, location_t, bool export_p,
H A Dmodule.cc18953 declare_module (module_state *module, location_t from_loc, bool exporting_p, in declare_module() function
19528 declare_module (module, cpp_main_loc (reader), true, NULL, reader); in preprocessed_module()
H A DChangeLog-20214722 (declare_module): Adjust test condition.
H A DChangeLog-2020385 * module.cc (import_module, declare_module)
H A Dparser.cc14602 declare_module (mod, token->location, exporting, attrs, parse_in); in cp_parser_module_declaration()