Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp461 LabelTy LabelFalse = this->getLabel(); // Label for the false expr. in VisitAbstractConditionalOperator() local
465 if (!this->jumpFalse(LabelFalse)) in VisitAbstractConditionalOperator()
473 this->emitLabel(LabelFalse); in VisitAbstractConditionalOperator()