Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc3428 bool module_p : 1; /* /The/ module of this TU. */ member in module_state
3471 return module_p; in is_module()
3669 module_p = header_p = interface_p = partition_p = false; in module_state()
18943 gcc_checking_assert (!import->module_p); in import_module()
18973 gcc_checking_assert (module->module_p); in declare_module()
19316 bool export_p = (module->module_p in name_pending_imports()
19385 module->module_p = true; in preprocess_module()
19448 if (!(import->module_p in preprocess_module()
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc4928 bool module_p = CPP_OPTION (pfile, module_directives); in cpp_directive_only_process() local
5327 if (bol && module_p && !pfile->state.skipping in cpp_directive_only_process()