Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddmodule.c75 srcfilePath = NULL; in Module()
113 srcfilePath = getcwd(NULL, 0); in Module()
265 m->srcfilePath = path; in load()
267 m->srcfilePath = getcwd(NULL, 0); in load()
H A Dmodule.h71 const char* srcfilePath; // the path prefix to the srcfile if it applies variable
H A Dparse.c6827 s = FileName::combine(mod->srcfilePath, srcfile); in parsePrimaryExp()
H A Dexpression.c6683 s = FileName::combine(sc->_module->srcfilePath, s); in resolveLoc()