Home
last modified time | relevance | path

Searched refs:printDepsConditional (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c468 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional() function
513 printDepsConditional(sc, this, "depsDebug "); in include()
694 printDepsConditional(sc, this, "depsVersion "); in include()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.d591 printDepsConditional(sc, this, "depsDebug "); in include()
870 printDepsConditional(sc, this, "depsVersion "); in include()
985 private void printDepsConditional(Scope* sc, DVCondition condition, const(char)[] depType) in printDepsConditional() function