/third_party/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 962 return addConstructor(loc, base, type); in handleDotDereference() 968 return addConstructor(loc, base, scalarType); in handleDotDereference() 971 return addConstructor(loc, addConstructor(loc, base, scalarType), vectorType); in handleDotDereference() 4613 argOffset = addConstructor(loc, initList, arrayType); in decomposeSampleMethods() 5707 arg1 = addConstructor(loc, arg1, truncType); in addGenMulArgumentConversion() 5712 arg0 = addConstructor(loc, arg0, truncType); in addGenMulArgumentConversion() 5720 arg0 = addConstructor(loc, arg0, truncType); in addGenMulArgumentConversion() 5725 arg1 = addConstructor(loc, arg1, truncType); in addGenMulArgumentConversion() 5733 arg0 = addConstructor(loc, arg0, truncType); in addGenMulArgumentConversion() 5737 arg1 = addConstructor(loc, arg1, truncType); in addGenMulArgumentConversion() [all …]
|
D | hlslParseHelper.h | 153 TIntermTyped* addConstructor(const TSourceLoc&, TIntermTyped*, const TType&);
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.h | 196 TIntermTyped* addConstructor(TIntermNode*, const TType*, TOperator, TFunction*, const TSourceLoc&);
|
D | ParseHelper.cpp | 2101 TIntermTyped* TParseContext::addConstructor(TIntermNode* arguments, const TType* type, TOperator op… in addConstructor() function in TParseContext 3570 callNode = addConstructor(paramNode, &type, op, fnCall, loc); in addFunctionCallOrMethod()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 569 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
|
D | ParseContext.cpp | 3609 TIntermTyped *TParseContext::addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line) in addConstructor() function in sh::TParseContext 5865 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseHelper.h | 442 TIntermTyped* addConstructor(const TSourceLoc&, TIntermNode*, const TType&);
|
D | ParseHelper.cpp | 1079 return addConstructor(loc, base, type); in handleDotSwizzle() 1340 result = addConstructor(loc, arguments, type); in handleFunctionCall() 7676 return addConstructor(loc, initList, arrayType); in convertInitializerList() 7724 return addConstructor(loc, emulatedConstructorArguments, type); in convertInitializerList() 7736 TIntermTyped* TParseContext::addConstructor(const TSourceLoc& loc, TIntermNode* node, const TType& … in addConstructor() function in glslang::TParseContext
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ParseContext.h | 633 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
|
D | ParseContext.cpp | 4216 TIntermTyped *TParseContext::addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line) in addConstructor() function in sh::TParseContext 6882 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
|
/third_party/typescript/src/compiler/transformers/ |
D | es2015.ts | 830 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 881 …function addConstructor(statements: Statement[], node: ClassExpression | ClassDeclaration, name: I…
|
/third_party/typescript/lib/ |
D | tsc.js | 74968 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 74988 function addConstructor(statements, node, name, extendsClauseElement) { function
|
D | typingsInstaller.js | 90084 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 90122 function addConstructor(statements, node, name, extendsClauseElement) { function
|
D | typescriptServices.js | 90289 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 90327 function addConstructor(statements, node, name, extendsClauseElement) { function
|
D | tsserverlibrary.js | 90289 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 90327 function addConstructor(statements, node, name, extendsClauseElement) { function
|
D | tsserver.js | 90095 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 90133 function addConstructor(statements, node, name, extendsClauseElement) { function
|
D | typescript.js | 90289 addConstructor(statements, node, constructorLikeName, extendsClauseElement); 90327 function addConstructor(statements, node, name, extendsClauseElement) { function
|