Home
last modified time | relevance | path

Searched refs:cond_out (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/gcmole/
Dgcmole.cc1033 Environment cond_out = VisitStmt(stmt->getCond(), env); in DECL_VISIT_STMT() local
1034 Environment then_out = VisitStmt(stmt->getThen(), cond_out); in DECL_VISIT_STMT()
1035 Environment else_out = VisitStmt(stmt->getElse(), cond_out); in DECL_VISIT_STMT()