Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeEmitter.h63 bool jumpTrue(const LabelTy &Label);
H A DEvalEmitter.h64 bool jumpTrue(const LabelTy &Label);
H A DByteCodeEmitter.cpp199 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in ByteCodeEmitter
H A DEvalEmitter.cpp80 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() function in EvalEmitter
H A DByteCodeStmtGen.cpp339 if (!this->jumpTrue(StartLabel)) in visitDoStmt()