Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp919 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 Compiler
4310 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 …]
H A DCompiler.h282 bool visitBool(const Expr *E);