Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.h55 bool jumpFalse(const LabelTy &Label);
H A DEvalEmitter.h66 bool jumpFalse(const LabelTy &Label);
H A DByteCodeEmitter.cpp231 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in ByteCodeEmitter
H A DEvalEmitter.cpp127 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in EvalEmitter
H A DCompiler.cpp1101 if (!this->jumpFalse(LabelFalse)) in VisitLogicalBinOp()
2442 if (!this->jumpFalse(LabelFalse)) in VisitAbstractConditionalOperator()
3611 if (!this->jumpFalse(EndLabel)) in VisitCXXNewExpr()
5434 if (!this->jumpFalse(LabelElse)) in visitIfStmt()
5446 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()
5480 if (!this->jumpFalse(EndLabel)) in visitWhileStmt()
5557 if (!this->jumpFalse(EndLabel)) in visitForStmt()
5613 if (!this->jumpFalse(EndLabel)) in visitCXXForRangeStmt()