Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DIntermNode.h568 class TIntermAggregateBase
571 virtual ~TIntermAggregateBase() {} in ~TIntermAggregateBase()
580 TIntermAggregateBase() {} in TIntermAggregateBase() function
588 class TIntermAggregate : public TIntermOperator, public TIntermAggregateBase
673 class TIntermBlock : public TIntermNode, public TIntermAggregateBase
775 class TIntermDeclaration : public TIntermNode, public TIntermAggregateBase
DIntermNode.cpp464 bool TIntermAggregateBase::replaceChildNodeInternal(TIntermNode *original, TIntermNode *replacement) in replaceChildNodeInternal()
473 bool TIntermAggregateBase::replaceChildNodeWithMultiple(TIntermNode *original, in replaceChildNodeWithMultiple()
488 bool TIntermAggregateBase::insertChildNodes(TIntermSequence::size_type position, in insertChildNodes()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_util/
DIntermTraverse.h168 NodeReplaceWithMultipleEntry(TIntermAggregateBase *parentIn, in NodeReplaceWithMultipleEntry()
174 TIntermAggregateBase *parent;