Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.h54 bool jumpTrue(const LabelTy &Label);
H A DEvalEmitter.h65 bool jumpTrue(const LabelTy &Label);
H A DByteCodeEmitter.cpp227 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in ByteCodeEmitter
H A DEvalEmitter.cpp119 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in EvalEmitter
H A DCompiler.cpp1079 if (!this->jumpTrue(LabelTrue)) in VisitLogicalBinOp()
3590 if (!this->jumpTrue(EndLabel)) in VisitCXXNewExpr()
5521 if (!this->jumpTrue(StartLabel)) in visitDoStmt()
5713 if (!this->jumpTrue(CaseLabels[CS])) in visitSwitchStmt()
6795 if (!this->jumpTrue(LabelTrue)) in emitComplexBoolCast()