Home
last modified time | relevance | path

Searched defs:constructorType (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DparseConst.cpp58 TOperator constructorType; member in glslang::TConstTraverser
199 …:parseConstTree(TIntermNode* root, TConstUnionArray unionArray, TOperator constructorType, const T… in parseConstTree()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DFunctionLookup.cpp47 const TType *constructorType, in TFunctionLookup()
149 const TType &TFunctionLookup::constructorType() const in constructorType() function in sh::TFunctionLookup
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DparseConst.cpp51 TOperator constructorType; member in TConstTraverser
239 …TSourceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TType t… in parseConstTree()
/third_party/typescript/src/compiler/
Dchecker.ts44417 const constructorType = getTypeOfSymbol(resolvedSymbol); constant