HomeSort by: relevance | last modified time | path
    Searched refs:StaticIfCondition (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
cond.h 90 class StaticIfCondition : public Condition
95 StaticIfCondition *syntaxCopy();
cond.d 894 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);
visitor.h 310 class StaticIfCondition;
576 virtual void visit(StaticIfCondition *c) { visit((Condition *)c); }
parsetimevisitor.d 286 void visit(AST.StaticIfCondition c) { visit(cast(AST.Condition)c); }
transitivevisitor.d 1189 override void visit(AST.StaticIfCondition c)
1191 //printf("Visiting StaticIfCondition\n");
hdrgen.d 2792 override void visit(StaticIfCondition c)
parse.d 2304 condition = new AST.StaticIfCondition(loc, exp);

Completed in 75 milliseconds