Searched refs:constructorArgs (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | constructorArgs.symbols | 1 === tests/cases/compiler/constructorArgs.ts === 3 >Options : Symbol(Options, Decl(constructorArgs.ts, 0, 0)) 6 >value : Symbol(Options.value, Decl(constructorArgs.ts, 0, 19)) 10 >Super : Symbol(Super, Decl(constructorArgs.ts, 2, 1)) 13 >value : Symbol(value, Decl(constructorArgs.ts, 5, 13)) 18 >Sub : Symbol(Sub, Decl(constructorArgs.ts, 7, 1)) 19 >Super : Symbol(Super, Decl(constructorArgs.ts, 2, 1)) 22 >options : Symbol(Sub.options, Decl(constructorArgs.ts, 10, 13)) 23 >Options : Symbol(Options, Decl(constructorArgs.ts, 0, 0)) 26 >super : Symbol(Super, Decl(constructorArgs.ts, 2, 1)) [all …]
|
D | constructorArgs.types | 1 === tests/cases/compiler/constructorArgs.ts ===
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | ClampIndirectIndices.cpp | 69 TIntermSequence constructorArgs = {max}; in visitBinary() local 71 *StaticType::GetBasic<EbtFloat, EbpHigh>(), &constructorArgs); in visitBinary() 93 TIntermSequence constructorArgs = {index}; in visitBinary() local 94 index = TIntermAggregate::CreateConstructor(*clampType, &constructorArgs); in visitBinary() 108 TIntermSequence constructorArgs = {clamped}; in visitBinary() local 110 &constructorArgs); in visitBinary()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | SeparateArrayConstructorStatements.cpp | 67 TIntermSequence constructorArgs; in visitAggregate() local 68 SplitConstructorArgs(*node->getSequence(), &constructorArgs); in visitAggregate() 70 NodeReplaceWithMultipleEntry(parentAsBlock, node, constructorArgs)); in visitAggregate()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/ |
D | SeparateArrayConstructorStatements.cpp | 67 TIntermSequence constructorArgs; in visitAggregate() local 68 SplitConstructorArgs(*node->getSequence(), &constructorArgs); in visitAggregate() 69 mMultiReplacements.emplace_back(parentAsBlock, node, std::move(constructorArgs)); in visitAggregate()
|
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | assert.js | 24 var constructorArgs = params; 25 constructorArgs.push("return " + 27 var fn = Function.apply(null, constructorArgs);
|
/third_party/skia/src/sksl/ir/ |
D | SkSLSwizzle.cpp | 382 ExpressionArray constructorArgs; in Convert() local 383 constructorArgs.reserve_back(3); in Convert() 384 constructorArgs.push_back(std::move(expr)); in Convert() 402 constructorArgs.push_back(ConstructorScalarCast::Make( in Convert() 412 constructorArgs.push_back(ConstructorScalarCast::Make( in Convert() 428 std::move(constructorArgs)); in Convert()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/ |
D | RewriteR32fImages.cpp | 241 TIntermSequence constructorArgs = {replacementCall, CreateFloatNode(1.0f, EbpMedium)}; in RewriteBuiltinFunctionCall() local 242 replacementCall = TIntermAggregate::CreateConstructor(vec4Type, &constructorArgs); in RewriteBuiltinFunctionCall()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
D | RewriteRowMajorMatrices.cpp | 339 TIntermSequence constructorArgs; in constructReadTransformExpressionHelper() local 345 constructorArgs.push_back(constructReadTransformExpressionHelper( in constructReadTransformExpressionHelper() 349 return TIntermAggregate::CreateConstructor(*transformedType, &constructorArgs); in constructReadTransformExpressionHelper()
|