Home
last modified time | relevance | path

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

/external/javapoet/src/test/java/com/squareup/javapoet/
DTypeSpecTest.java1198 CodeBlock ifBlock = CodeBlock.builder() in codeBlocks() local
1208 .add("$L", ifBlock) in codeBlocks()
/external/angle/src/compiler/translator/
DOutputSPIRV.cpp1688 const spirv::IdRef ifBlock = conditional->blockIds.front(); in startShortCircuit() local
1689 const spirv::IdRef trueBlock = node->getOp() == EOpLogicalAnd ? ifBlock : mergeBlock; in startShortCircuit()
1690 const spirv::IdRef falseBlock = node->getOp() == EOpLogicalOr ? ifBlock : mergeBlock; in startShortCircuit()