| /third_party/glslang/glslang/MachineIndependent/ |
| D | parseConst.cpp | 48 …constructorType(constructType), singleConstantParam(singleConstParam), error(false), isMatrix(fals… in TConstTraverser() 58 TOperator constructorType; member in glslang::TConstTraverser 82 constructorType = node->getOp(); in visitAggregate() 103 constructorType = EOpNull; in visitAggregate() 200 …eConstTree(TIntermNode* root, TConstUnionArray unionArray, TOperator constructorType, const TType&… in parseConstTree() argument 205 TConstTraverser it(unionArray, singleConstantParam, constructorType, t); in parseConstTree()
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| D | parseConst.cpp | 28 constructorType(constructType), in TConstTraverser() 51 TOperator constructorType; member in TConstTraverser 122 constructorType = node->getOp(); in visitAggregate() 142 constructorType = EOpNull; in visitAggregate() 239 …ceLoc& line, TIntermNode* root, ConstantUnion* unionArray, TOperator constructorType, TType t, boo… in parseConstTree() argument 244 TConstTraverser it(unionArray, singleConstantParam, constructorType, infoSink, t); in parseConstTree()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | FunctionLookup.h | 34 const TType &constructorType() const; 48 const TType *constructorType,
|
| D | FunctionLookup.cpp | 47 const TType *constructorType, in TFunctionLookup() argument 49 : mName(name), mConstructorType(constructorType), mThisNode(nullptr), mSymbol(symbol) in TFunctionLookup() 149 const TType &TFunctionLookup::constructorType() const in constructorType() function in sh::TFunctionLookup
|
| D | ParseContext.cpp | 4218 TType type = fnCall->constructorType(); in addConstructor()
|
| /third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | FunctionLookup.h | 34 const TType &constructorType() const; 48 const TType *constructorType,
|
| D | FunctionLookup.cpp | 47 const TType *constructorType, in TFunctionLookup() argument 49 : mName(name), mConstructorType(constructorType), mThisNode(nullptr), mSymbol(symbol) in TFunctionLookup() 149 const TType &TFunctionLookup::constructorType() const in constructorType() function in sh::TFunctionLookup
|
| D | ParseContext.cpp | 3611 TType type = fnCall->constructorType(); in addConstructor()
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 2276 const constructorType = getTypeOfSymbol(classSymbol); 2277 if (getPropertyOfType(constructorType, name)) { 39366 const constructorType = getTypeOfSymbol(resolvedSymbol); 39367 if (constructorType && isConstructorType(constructorType)) {
|
| /third_party/typescript/lib/ |
| D | tsc.js | 37552 var constructorType = getTypeOfSymbol(classSymbol); 37553 if (getPropertyOfType(constructorType, name)) { 66583 var constructorType = getTypeOfSymbol(resolvedSymbol); 66584 if (constructorType && isConstructorType(constructorType)) {
|
| D | typingsInstaller.js | 45902 var constructorType = getTypeOfSymbol(classSymbol); 45903 if (getPropertyOfType(constructorType, name)) { 79463 var constructorType = getTypeOfSymbol(resolvedSymbol); 79464 if (constructorType && isConstructorType(constructorType)) {
|
| D | typescript.js | 46107 var constructorType = getTypeOfSymbol(classSymbol); 46108 if (getPropertyOfType(constructorType, name)) { 79668 var constructorType = getTypeOfSymbol(resolvedSymbol); 79669 if (constructorType && isConstructorType(constructorType)) {
|
| D | typescriptServices.js | 46107 var constructorType = getTypeOfSymbol(classSymbol); 46108 if (getPropertyOfType(constructorType, name)) { 79668 var constructorType = getTypeOfSymbol(resolvedSymbol); 79669 if (constructorType && isConstructorType(constructorType)) {
|
| D | tsserverlibrary.js | 46107 var constructorType = getTypeOfSymbol(classSymbol); 46108 if (getPropertyOfType(constructorType, name)) { 79668 var constructorType = getTypeOfSymbol(resolvedSymbol); 79669 if (constructorType && isConstructorType(constructorType)) {
|
| D | tsserver.js | 45913 var constructorType = getTypeOfSymbol(classSymbol); 45914 if (getPropertyOfType(constructorType, name)) { 79474 var constructorType = getTypeOfSymbol(resolvedSymbol); 79475 if (constructorType && isConstructorType(constructorType)) {
|