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

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
statement_rewrite_walker.d 32 final void visitStmt(ref Statement s)
46 visitStmt(s.s);
56 visitStmt((*s.statements)[i]);
73 visitStmt((*s.statements)[i]);
81 visitStmt(s.statement);
87 visitStmt(s._body);
93 visitStmt(s._body);
99 visitStmt(s._init);
101 visitStmt(s._body);
107 visitStmt(s._body)
    [all...]
semantic3.d 960 nw.visitStmt(funcdecl.fbody);
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeStmtGen.cpp 102 if (!visitStmt(Body))
113 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) {
138 if (!visitStmt(InnerStmt))
192 if (!visitStmt(IS->getInit()))
207 if (!visitStmt(IS->getThen()))
212 if (!visitStmt(Else))
219 if (!visitStmt(IS->getThen()))
ByteCodeStmtGen.h 60 bool visitStmt(const Stmt *S);

Completed in 78 milliseconds