Searched defs:trueLabel (Results 1 – 4 of 4) sorted by relevance
214 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch()
56 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch()
1395 compiler::Label *trueLabel = etsg->AllocLabel(); in Compile() local
2252 auto *trueLabel = AllocLabel(); in ThrowTypeErrorIfFalse() local