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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h64 bool jumpFalse(const LabelTy &Label);
H A DEvalEmitter.h66 bool jumpFalse(const LabelTy &Label);
H A DByteCodeStmtGen.cpp205 if (!this->jumpFalse(LabelElse))
217 if (!this->jumpFalse(LabelEnd))
H A DByteCodeEmitter.cpp156 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { function in class:ByteCodeEmitter
H A DEvalEmitter.cpp77 bool EvalEmitter::jumpFalse(const LabelTy &Label) { function in class:EvalEmitter

Completed in 135 milliseconds