Home
last modified time | relevance | path

Searched refs:get_originating_module (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmangle.cc504 if (modules_p () && get_originating_module (tmpl, true) >= 0) in is_std_substitution()
758 if (modules_p () && get_originating_module (decl, true) >= 0) in unmangled_name_p()
922 int m = get_originating_module (decl, true); in maybe_write_module()
H A Derror.cc205 if (unsigned m = get_originating_module (decl)) in dump_module_suffix()
H A DChangeLog2288 (get_originating_module): Adjust.
H A Dname-lookup.cc201 else if (!get_originating_module (decl)) in init_global_partition()
H A Dcp-tree.h7214 extern int get_originating_module (tree, bool for_mangle = false) ATTRIBUTE_PURE;
H A Dmodule.cc18256 if (unsigned mod = get_originating_module (decl)) in path_of_instantiation()
18387 get_originating_module (tree decl, bool for_mangle) in get_originating_module() function
H A DChangeLog-20213834 (get_originating_module, module_may_redeclare): Likewise.
H A DChangeLog-2020522 (get_originating_module): Stubs.