Home
last modified time | relevance | path

Searched refs:import_module (Results 1 – 7 of 7) sorted by relevance

/netbsd/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
H A Dtarget_info.py160 mod = importlib.import_module(mod_path)
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td1842 let Spellings = [Clang<"import_module">];
H A DAttrDocs.td5099 Clang supports the ``__attribute__((import_module(<module_name>)))``
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h7231 extern void import_module (module_state *, location_t, bool export_p,
H A DChangeLog-2020385 * module.cc (import_module, declare_module)
H A Dmodule.cc18918 import_module (module_state *import, location_t from_loc, bool exporting_p, in import_module() function
H A Dparser.cc14668 import_module (mod, token->location, exporting, attrs, parse_in); in cp_parser_import_declaration()