Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp211 if (!this->jumpFalse(LabelElse)) in visitIfStmt()
223 if (!this->jumpFalse(LabelEnd)) in visitIfStmt()
H A DByteCodeEmitter.h64 bool jumpFalse(const LabelTy &Label);
H A DEvalEmitter.h66 bool jumpFalse(const LabelTy &Label);
H A DByteCodeEmitter.cpp176 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in ByteCodeEmitter
H A DEvalEmitter.cpp77 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() function in EvalEmitter