Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/
DRemoveDynamicIndexing.cpp229 TIntermBlock *useLastBlock = new TIntermBlock(); in GetIndexFunctionDefinition() local
244 useLastBlock->getSequence()->push_back(assignLastNode); in GetIndexFunctionDefinition()
252 useLastBlock->getSequence()->push_back(returnLastNode); in GetIndexFunctionDefinition()
256 bodyNode->getSequence()->push_back(useLastBlock); in GetIndexFunctionDefinition()