Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp382 if (!this->visitBool(IS->getCond())) in visitIfStmt()
420 if (!this->visitBool(Cond)) in visitWhileStmt()
457 if (!this->visitBool(Cond)) in visitDoStmt()
485 if (!this->visitBool(Cond)) in visitForStmt()
535 if (!this->visitBool(Cond)) in visitCXXForRangeStmt()
H A DByteCodeExprGen.cpp550 if (!this->visitBool(LHS)) in VisitLogicalBinOp()
555 if (!this->visitBool(RHS)) in VisitLogicalBinOp()
572 if (!this->visitBool(LHS)) in VisitLogicalBinOp()
577 if (!this->visitBool(RHS)) in VisitLogicalBinOp()
1132 if (!this->visitBool(Condition)) in VisitAbstractConditionalOperator()
1907 bool ByteCodeExprGen<Emitter>::visitBool(const Expr *E) { in visitBool() function in ByteCodeExprGen
2769 if (!this->visitBool(SubExpr)) in VisitUnaryOperator()
H A DByteCodeExprGen.h173 bool visitBool(const Expr *E);