Home
last modified time | relevance | path

Searched refs:DVCondition (Results 1 – 25 of 31) sorted by relevance

12

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dcond.h58 class DVCondition : public Condition
65 DVCondition *syntaxCopy();
69 class DebugCondition : public DVCondition
79 class VersionCondition : public DVCondition
H A Dcond.d488 extern (C++) class DVCondition : Condition
502 override final DVCondition syntaxCopy() in syntaxCopy()
515 extern (C++) final class DebugCondition : DVCondition
624 extern (C++) final class VersionCondition : DVCondition
986 private void printDepsConditional(Scope* sc, DVCondition condition, const(char)[] depType) in printDepsConditional()
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dcond.c56 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
64 Condition *DVCondition::syntaxCopy() in syntaxCopy()
85 : DVCondition(mod, level, ident) in DebugCondition()
90 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
285 : DVCondition(mod, level, ident) in VersionCondition()
H A Dcond.h59 class DVCondition : public Condition
66 DVCondition(Module *mod, unsigned level, Identifier *ident);
72 class DebugCondition : public DVCondition
85 class VersionCondition : public DVCondition
H A Dvisitor.h296 class DVCondition; variable
588 virtual void visit(DVCondition *c) { visit((Condition *)c); } in visit()
589 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); } in visit()
590 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); } in visit()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dcond.c56 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
64 Condition *DVCondition::syntaxCopy() in syntaxCopy()
85 : DVCondition(mod, level, ident) in DebugCondition()
90 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
285 : DVCondition(mod, level, ident) in VersionCondition()
H A Dcond.h59 class DVCondition : public Condition
66 DVCondition(Module *mod, unsigned level, Identifier *ident);
72 class DebugCondition : public DVCondition
85 class VersionCondition : public DVCondition
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dcond.c56 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
64 Condition *DVCondition::syntaxCopy() in syntaxCopy()
85 : DVCondition(mod, level, ident) in DebugCondition()
90 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
285 : DVCondition(mod, level, ident) in VersionCondition()
H A Dcond.h59 class DVCondition : public Condition
66 DVCondition(Module *mod, unsigned level, Identifier *ident);
72 class DebugCondition : public DVCondition
85 class VersionCondition : public DVCondition
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dcond.h63 class DVCondition : public Condition
70 DVCondition(Module *mod, unsigned level, Identifier *ident);
76 class DebugCondition : public DVCondition
89 class VersionCondition : public DVCondition
H A Dcond.c427 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
435 Condition *DVCondition::syntaxCopy() in syntaxCopy()
456 : DVCondition(mod, level, ident) in DebugCondition()
461 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
656 : DVCondition(mod, level, ident) in VersionCondition()
H A Dvisitor.h298 class DVCondition; variable
592 virtual void visit(DVCondition *c) { visit((Condition *)c); } in visit()
593 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); } in visit()
594 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); } in visit()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dcond.h64 class DVCondition : public Condition
71 DVCondition(Module *mod, unsigned level, Identifier *ident);
77 class DebugCondition : public DVCondition
89 class VersionCondition : public DVCondition
H A Dcond.c432 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
440 Condition *DVCondition::syntaxCopy() in syntaxCopy()
456 : DVCondition(mod, level, ident) in DebugCondition()
461 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
651 : DVCondition(mod, level, ident) in VersionCondition()
H A Dvisitor.h299 class DVCondition; variable
594 virtual void visit(DVCondition *c) { visit((Condition *)c); } in visit()
595 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); } in visit()
596 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); } in visit()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dcond.h64 class DVCondition : public Condition
71 DVCondition(Module *mod, unsigned level, Identifier *ident);
77 class DebugCondition : public DVCondition
89 class VersionCondition : public DVCondition
H A Dcond.c432 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
440 Condition *DVCondition::syntaxCopy() in syntaxCopy()
456 : DVCondition(mod, level, ident) in DebugCondition()
461 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
651 : DVCondition(mod, level, ident) in VersionCondition()
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dcond.h63 class DVCondition : public Condition
70 DVCondition(Module *mod, unsigned level, Identifier *ident);
76 class DebugCondition : public DVCondition
89 class VersionCondition : public DVCondition
H A Dcond.c427 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
435 Condition *DVCondition::syntaxCopy() in syntaxCopy()
456 : DVCondition(mod, level, ident) in DebugCondition()
461 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
656 : DVCondition(mod, level, ident) in VersionCondition()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dcond.h64 class DVCondition : public Condition
71 DVCondition(Module *mod, unsigned level, Identifier *ident);
77 class DebugCondition : public DVCondition
89 class VersionCondition : public DVCondition
H A Dcond.c432 DVCondition::DVCondition(Module *mod, unsigned level, Identifier *ident) in DVCondition() function
440 Condition *DVCondition::syntaxCopy() in syntaxCopy()
456 : DVCondition(mod, level, ident) in DebugCondition()
461 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
651 : DVCondition(mod, level, ident) in VersionCondition()
H A Dvisitor.h299 class DVCondition; variable
594 virtual void visit(DVCondition *c) { visit((Condition *)c); } in visit()
595 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); } in visit()
596 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); } in visit()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dcond.h63 class DVCondition : public 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) in DVCondition() function
442 Condition *DVCondition::syntaxCopy() in syntaxCopy()
463 : DVCondition(mod, level, ident) in DebugCondition()
468 void printDepsConditional(Scope *sc, DVCondition* condition, const char* depType) in printDepsConditional()
663 : DVCondition(mod, level, ident) in VersionCondition()
H A Dvisitor.h298 class DVCondition; variable
592 virtual void visit(DVCondition *c) { visit((Condition *)c); } in visit()
593 virtual void visit(DebugCondition *c) { visit((DVCondition *)c); } in visit()
594 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); } in visit()

12