Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.h113 virtual TIntermNode *getChildNode(size_t index) const = 0;
205 TIntermNode *getChildNode(size_t index) const final;
244 TIntermNode *getChildNode(size_t index) const final;
286 TIntermNode *getChildNode(size_t index) const final;
361 TIntermNode *getChildNode(size_t index) const final;
435 TIntermNode *getChildNode(size_t index) const final;
486 TIntermNode *getChildNode(size_t index) const final;
536 TIntermNode *getChildNode(size_t index) const final;
615 TIntermNode *getChildNode(size_t index) const final;
684 TIntermNode *getChildNode(size_t index) const final;
[all …]
DValidateAST.cpp93 TIntermNode *child = node->getChildNode(i); in visitNode()
124 if (node->getChildNode(i) == nullptr) in expectNonNullChildren()
DIntermNode.cpp212 TIntermNode *TIntermSymbol::getChildNode(size_t index) const in getChildNode() function in sh::TIntermSymbol
223 TIntermNode *TIntermConstantUnion::getChildNode(size_t index) const in getChildNode() function in sh::TIntermConstantUnion
234 TIntermNode *TIntermLoop::getChildNode(size_t index) const in getChildNode() function in sh::TIntermLoop
281 TIntermNode *TIntermBranch::getChildNode(size_t index) const in getChildNode() function in sh::TIntermBranch
299 TIntermNode *TIntermSwizzle::getChildNode(size_t index) const in getChildNode() function in sh::TIntermSwizzle
318 TIntermNode *TIntermBinary::getChildNode(size_t index) const in getChildNode() function in sh::TIntermBinary
340 TIntermNode *TIntermUnary::getChildNode(size_t index) const in getChildNode() function in sh::TIntermUnary
359 TIntermNode *TIntermGlobalQualifierDeclaration::getChildNode(size_t index) const in getChildNode() function in sh::TIntermGlobalQualifierDeclaration
378 TIntermNode *TIntermFunctionDefinition::getChildNode(size_t index) const in getChildNode() function in sh::TIntermFunctionDefinition
400 TIntermNode *TIntermAggregate::getChildNode(size_t index) const in getChildNode() function in sh::TIntermAggregate
[all …]
DParseContext.cpp5942 memNode = memNode->getChildNode(0)->getAsTyped(); in checkAtomicMemoryBuiltinFunctions()
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DNestedMapData.java307 current = current.followSymLinkToTheBitterEnd().getChildNode(chunk); in getChild()
322 current = currentSymLink.getChildNode(chunk); in createChild()
337 private NestedMapData getChildNode(String name) { in getChildNode() method in NestedMapData
/external/angle/src/compiler/translator/tree_util/
DReplaceVariable.cpp120 TIntermNode *param = node->getChildNode(paramIndex); in convertASTFunction()
DIntermTraverse.cpp41 node->getChildNode(childIndex)->traverse(this); in traverse()
/external/icu/icu4c/source/i18n/
Dtznames_impl.h156 CharacterNode* getChildNode(CharacterNode *parent, UChar c) const;
Dtznames_impl.cpp346 TextTrieMap::getChildNode(CharacterNode *parent, UChar c) const { in getChildNode() function in TextTrieMap
430 node = getChildNode(node, c); in search()
438 node = getChildNode(node, c); in search()