Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp276 if (!this->jumpFalse(LabelElse)) in visitIfStmt()
288 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()
310 if (!this->jumpFalse(EndLabel)) in visitWhileStmt()
364 if (!this->jumpFalse(EndLabel)) in visitForStmt()
H A DByteCodeEmitter.h64 bool jumpFalse(const LabelTy &Label);
H A DEvalEmitter.h65 bool jumpFalse(const LabelTy &Label);
H A DByteCodeEmitter.cpp203 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in ByteCodeEmitter
H A DEvalEmitter.cpp88 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in EvalEmitter
H A DByteCodeExprGen.cpp465 if (!this->jumpFalse(LabelFalse)) in VisitAbstractConditionalOperator()