Home
last modified time | relevance | path

Searched defs:visitAggregate (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DValidateSwitch.cpp162 bool ValidateSwitch::visitAggregate(Visit visit, TIntermAggregate *) in visitAggregate() function in ValidateSwitch
DAnalyzeCallDepth.cpp165 bool AnalyzeCallDepth::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in AnalyzeCallDepth
DintermOut.cpp245 bool TOutputTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TOutputTraverser
DparseConst.cpp102 bool TConstTraverser::visitAggregate(Visit visit, TIntermAggregate* node) in visitAggregate() function in TConstTraverser
DValidateLimitations.cpp145 bool ValidateLimitations::visitAggregate(Visit, TIntermAggregate* node) in visitAggregate() function in ValidateLimitations
DOutputASM.cpp1115 bool OutputASM::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in glsl::OutputASM
3701 bool LoopUnrollable::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate() function in glsl::LoopUnrollable
Dintermediate.h710 virtual bool visitAggregate(Visit visit, TIntermAggregate*) {return true;} in visitAggregate() function
/external/clang/lib/CodeGen/
DCGObjCMac.cpp4755 void IvarLayoutBuilder::visitAggregate(Iterator begin, Iterator end, in visitAggregate() function in IvarLayoutBuilder