Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc849 bitmap imports = get_import_bitmap (); in search_namespace_only()
3524 bitmap imports = get_import_bitmap (); in check_module_override()
6215 bitmap imports = get_import_bitmap (); in finish_nonmember_using_decl()
7307 bitmap imports = get_import_bitmap (); in consider_binding_level()
7926 bitmap imports = get_import_bitmap (); in lookup_elaborated_type()
H A Dcp-tree.h7241 extern bitmap get_import_bitmap ();
H A Dmodule.cc18215 get_import_bitmap () in get_import_bitmap() function
18235 return get_import_bitmap (); in path_of_instantiation()
H A DChangeLog-2020332 * module.cc (get_import_bitmap): Stub.