Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.cpp1077 if (!this->visitBool(LHS)) in VisitLogicalBinOp()
1082 if (!this->visitBool(RHS)) in VisitLogicalBinOp()
1099 if (!this->visitBool(LHS)) in VisitLogicalBinOp()
1104 if (!this->visitBool(RHS)) in VisitLogicalBinOp()
2429 if (!this->visitBool(Condition)) { in VisitAbstractConditionalOperator()
4138 template <class Emitter> bool Compiler<Emitter>::visitBool(const Expr *E) { in visitBool() function in Compiler
5424 if (!this->visitBool(IS->getCond())) in visitIfStmt()
5474 if (!this->visitBool(Cond)) in visitWhileStmt()
5515 if (!this->visitBool(Cond)) in visitDoStmt()
5555 if (!this->visitBool(Cond)) in visitForStmt()
[all …]
H A DCompiler.h304 bool visitBool(const Expr *E);