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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement.h 748 class CompoundAsmStatement : public CompoundStatement
753 CompoundAsmStatement *syntaxCopy();
blockexit.d 505 override void visit(CompoundAsmStatement s)
visitor.h 57 class CompoundAsmStatement;
427 virtual void visit(CompoundAsmStatement *s) { visit((CompoundStatement *)s); }
statement.d 2010 extern (C++) final class CompoundAsmStatement : CompoundStatement
2020 override CompoundAsmStatement syntaxCopy()
2027 return new CompoundAsmStatement(loc, a, stc);
parsetimevisitor.d 133 void visit(AST.CompoundAsmStatement s) { visit(cast(AST.CompoundStatement)s); }
statementsem.d 3908 override void visit(CompoundAsmStatement cas)
3910 //printf("CompoundAsmStatement()::semantic()\n");
parse.d 6902 auto s = new AST.CompoundAsmStatement(loc, statements, stc);

Completed in 33 milliseconds