Searched refs:visitBool (Results 1 – 2 of 2) sorted by relevance
919 if (!this->visitBool(LHS)) in VisitLogicalBinOp()924 if (!this->visitBool(RHS)) in VisitLogicalBinOp()941 if (!this->visitBool(LHS)) in VisitLogicalBinOp()946 if (!this->visitBool(RHS)) in VisitLogicalBinOp()1859 if (!this->visitBool(Condition)) in VisitAbstractConditionalOperator()3263 template <class Emitter> bool Compiler<Emitter>::visitBool(const Expr *E) { in visitBool() function in Compiler4310 if (!this->visitBool(IS->getCond())) in visitIfStmt()4354 if (!this->visitBool(Cond)) in visitWhileStmt()4392 if (!this->visitBool(Cond)) in visitDoStmt()4427 if (!this->visitBool(Cond)) in visitForStmt()[all …]
282 bool visitBool(const Expr *E);