Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp205 if (!this->jumpFalse(LabelElse)) in visitIfStmt()
217 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.cpp156 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