Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeEmitter.h52 bool jumpTrue(const LabelTy &Label);
H A DEvalEmitter.h62 bool jumpTrue(const LabelTy &Label);
H A DEvalEmitter.cpp107 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in EvalEmitter
H A DByteCodeEmitter.cpp323 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in ByteCodeEmitter
H A DCompiler.cpp921 if (!this->jumpTrue(LabelTrue)) in VisitLogicalBinOp()
4395 if (!this->jumpTrue(StartLabel)) in visitDoStmt()
4572 if (!this->jumpTrue(CaseLabels[CS])) in visitSwitchStmt()
5377 if (!this->jumpTrue(LabelTrue)) in emitComplexBoolCast()