Home
last modified time | relevance | path

Searched refs:onImport (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcompiler.h36 static bool onImport(Module *);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcompiler.h35 static bool onImport(Module *);
H A Dcompiler.d56 extern (C++) static bool onImport(Module m);
H A Ddmodule.d946 if (!this.isRoot() && Compiler.onImport(this)) in parseModule()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-compiler.cc154 Compiler::onImport (Module *) in onImport() function in Compiler
H A DChangeLog-20211004 (Compiler::onImport): New function.