Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBBIRuleScanner.java154 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
156 orNode.fLeftChild = operandNode; in doParseActions()
157 operandNode.fParent = orNode; in doParseActions()
169 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
171 catNode.fLeftChild = operandNode; in doParseActions()
172 operandNode.fParent = catNode; in doParseActions()
339 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
341 plusNode.fLeftChild = operandNode; in doParseActions()
342 operandNode.fParent = plusNode; in doParseActions()
347 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleScanner.java155 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
157 orNode.fLeftChild = operandNode; in doParseActions()
158 operandNode.fParent = orNode; in doParseActions()
170 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
172 catNode.fLeftChild = operandNode; in doParseActions()
173 operandNode.fParent = catNode; in doParseActions()
340 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
342 plusNode.fLeftChild = operandNode; in doParseActions()
343 operandNode.fParent = plusNode; in doParseActions()
348 RBBINode operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
[all …]
/external/icu/icu4c/source/common/
Drbbiscan.cpp223 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
228 orNode->fLeftChild = operandNode; in doParseActions()
229 operandNode->fParent = orNode; in doParseActions()
240 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
245 catNode->fLeftChild = operandNode; in doParseActions()
246 operandNode->fParent = catNode; in doParseActions()
428 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
433 plusNode->fLeftChild = operandNode; in doParseActions()
434 operandNode->fParent = plusNode; in doParseActions()
440 RBBINode *operandNode = fNodeStack[fNodeStackPtr--]; in doParseActions() local
[all …]
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp2011 TIntermNode &operandNode = *aggregateNode->getChildNode(0); in visitAggregate() local
2015 groupedTraverse(operandNode); in visitAggregate()
2020 groupedTraverse(operandNode); in visitAggregate()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp2438 TIntermNode *operandNode; in visitUnary() local
2440 operandNode = node->getOperand()->getAsBinaryNode()->getLeft(); in visitUnary()
2442 operandNode = node->getOperand(); in visitUnary()
2444 operandNode->traverse(this); in visitUnary()
2464 …(node->getOp() == glslang::EOpSpirvInst && operandNode->getAsTyped()->getQualifier().isSpirvByRefe… in visitUnary()
2467 lvalueCoherentFlags |= TranslateCoherent(operandNode->getAsTyped()->getType()); in visitUnary()
2468 } else if (operandNode->getAsTyped()->getQualifier().isSpirvLiteral()) { in visitUnary()
2498 if (operandNode->getAsTyped()->getQualifier().isSpirvLiteral()) { in visitUnary()
2502 constants.push_back(operandNode->getAsConstantUnion()); in visitUnary()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp2287 TIntermNode *operandNode; in visitUnary() local
2289 operandNode = node->getOperand()->getAsBinaryNode()->getLeft(); in visitUnary()
2291 operandNode = node->getOperand(); in visitUnary()
2293 operandNode->traverse(this); in visitUnary()
2314 lvalueCoherentFlags |= TranslateCoherent(operandNode->getAsTyped()->getType()); in visitUnary()