Home
last modified time | relevance | path

Searched defs:visitStmt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement_rewrite_walker.d32 final void visitStmt(ref Statement s) in visitStmt() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp113 bool ByteCodeStmtGen<Emitter>::visitStmt(const Stmt *S) { in visitStmt() function in ByteCodeStmtGen
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c63 void visitStmt(Statement *&s) { ps = &s; s->accept(this); } in visitStmt() function