Searched refs:DVCondition (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h58 class DVCondition : public Condition class in inherits:Condition
65 DVCondition *syntaxCopy();
69 class DebugCondition : public DVCondition
79 class VersionCondition : public DVCondition
H A Dcond.d487 extern (C++) class DVCondition : Condition
501 override final DVCondition syntaxCopy()
514 extern (C++) final class DebugCondition : DVCondition
623 extern (C++) final class VersionCondition : DVCondition
985 private void printDepsConditional(Scope* sc, DVCondition condition, const(char)[] depType)
H A Dvisitor.h307 class DVCondition;
577 virtual void visit(DVCondition *c) { visit((Condition *)c); }
578 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); }
579 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); }
H A Dparsetimevisitor.d287 void visit(AST.DVCondition c) { visit(cast(AST.Condition)c); }
288 void visit(AST.DebugCondition c) { visit(cast(AST.DVCondition)c); }
289 void visit(AST.VersionCondition c) { visit(cast(AST.DVCondition)c); }
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h63 class DVCondition : public Condition class in inherits:Condition
70 DVCondition(Module *mod, unsigned level, Identifier *ident);
76 class DebugCondition : public DVCondition
89 class VersionCondition : public DVCondition
H A Dcond.c434 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) function in class:DVCondition
442 Condition *DVCondition::syntaxCopy()
463 : DVCondition(mod, level, ident)
468 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType)
663 : DVCondition(mod, level, ident)
H A Dvisitor.h298 class DVCondition;
592 virtual void visit(DVCondition *c) { visit((Condition *)c); }
593 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); }
594 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); }

Completed in 182 milliseconds