Searched refs:StaticIfCondition (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h90 class StaticIfCondition : public Condition class in inherits:Condition
95 StaticIfCondition *syntaxCopy();
H A Dcond.d894 extern (C++) final class StaticIfCondition : Condition
904 override StaticIfCondition syntaxCopy()
906 return new StaticIfCondition(loc, exp.syntaxCopy());
911 // printf("StaticIfCondition::include(sc = %p) this=%p inc = %d\n", sc, this, inc);
H A Dvisitor.h310 class StaticIfCondition;
576 virtual void visit(StaticIfCondition *c) { visit((Condition *)c); }
H A Dtransitivevisitor.d1189 override void visit(AST.StaticIfCondition c)
1191 //printf("Visiting StaticIfCondition\n");
H A Dparsetimevisitor.d286 void visit(AST.StaticIfCondition c) { visit(cast(AST.Condition)c); }
H A Dhdrgen.d2792 override void visit(StaticIfCondition c)
H A Dparse.d2304 condition = new AST.StaticIfCondition(loc, exp);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h103 class StaticIfCondition : public Condition class in inherits:Condition
108 StaticIfCondition(Loc loc, Expression *exp);
H A Dcond.c699 /**************************** StaticIfCondition *******************************/
701 StaticIfCondition::StaticIfCondition(Loc loc, Expression *exp) function in class:StaticIfCondition
707 Condition *StaticIfCondition::syntaxCopy()
709 return new StaticIfCondition(loc, exp->syntaxCopy());
712 int StaticIfCondition::include(Scope *sc, ScopeDsymbol *sds)
H A Dvisitor.h301 class StaticIfCondition;
595 virtual void visit(StaticIfCondition *c) { visit((Condition *)c); }
H A Dhdrgen.c3090 void visit(StaticIfCondition *c)
H A Dparse.c1548 condition = new StaticIfCondition(loc, exp);

Completed in 159 milliseconds