Searched refs:visitAggregate (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.h31 virtual bool visitAggregate(Visit, TIntermAggregate*);
H A DIntermTraverse.cpp143 visit = it->visitAggregate(PreVisit, this);
160 visit = it->visitAggregate(InVisit, this);
175 visit = it->visitAggregate(InVisit, this);
186 it->visitAggregate(PostVisit, this);
H A DValidateLimitations.h38 virtual bool visitAggregate(Visit, TIntermAggregate*);
H A DValidateSwitch.h38 bool visitAggregate(Visit, TIntermAggregate *) override;
H A DValidateSwitch.cpp162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) function in class:ValidateSwitch
H A DparseConst.cpp44 bool visitAggregate(Visit visit, TIntermAggregate*);
102 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate* node) function in class:TConstTraverser
H A DAnalyzeCallDepth.cpp165 bool AnalyzeCallDepth::visitAggregate(Visit visit, TIntermAggregate *node) function in class:AnalyzeCallDepth
H A DOutputASM.h258 virtual bool visitAggregate(Visit visit, TIntermAggregate*);
363 bool visitAggregate(Visit visit, TIntermAggregate *node);
H A DintermOut.cpp42 bool visitAggregate(Visit visit, TIntermAggregate*);
245 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate* node) function in class:TOutputTraverser
H A DValidateLimitations.cpp145 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate* node) function in class:ValidateLimitations
H A Dintermediate.h710 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} function in class:TIntermTraverser
H A DOutputASM.cpp1115 bool OutputASM::visitAggregate(Visit visit, TIntermAggregate *node) function in class:glsl::OutputASM
3701 bool LoopUnrollable::visitAggregate(Visit visit, TIntermAggregate *node) function in class:glsl::LoopUnrollable
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2048 void visitAggregate(Iterator begin, Iterator end,
4745 visitAggregate(RD->field_begin(), RD->field_end(), offset,
4755 void IvarLayoutBuilder::visitAggregate(Iterator begin, Iterator end, function in class:IvarLayoutBuilder
5043 builder.visitAggregate(ivars.begin(), ivars.end(), CharUnits::Zero(),

Completed in 199 milliseconds