Home
last modified time | relevance | path

Searched refs:referenceType (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/compiler/
Dtracing.ts232 const referenceType = type as TypeReference; constant
234 instantiatedType: referenceType.target?.id,
235 typeArguments: referenceType.resolvedTypeArguments?.map(t => t.id),
236 referenceLocation: getLocation(referenceType.node),
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp848 auto referenceType = referenceFormat.type; in iterate() local
854 referenceType = GL_UNSIGNED_INT; in iterate()
869 …eferenceTextureName = createTexture(referenceInternalFormat, referenceFormat.format, referenceType, in iterate()
892 prepareTexturingProgramSources(referenceInternalFormat, referenceFormat.format, referenceType); in iterate()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp132 const TType& referenceType = left->getType(); in addBinaryMath() local
140 node = addBuiltInFunctionCall(loc, EOpConvUint64ToPtr, true, node, referenceType); in addBinaryMath()
146 const TType& referenceType = right->getType(); in addBinaryMath() local
155 node = addBuiltInFunctionCall(loc, EOpConvUint64ToPtr, true, node, referenceType); in addBinaryMath()
/third_party/node/tools/lint-md/
Dlint-md.mjs7615 const referenceType = getData('referenceType') || 'shortcut';
7617 node.referenceType = referenceType;
7624 setData('referenceType');
7629 const referenceType = getData('referenceType') || 'shortcut';
7631 node.referenceType = referenceType;
7638 setData('referenceType');
7672 setData('referenceType', 'collapsed');
7681 setData('referenceType', 'full');
8484 const type = node.referenceType;
8667 const type = node.referenceType;
[all …]
/third_party/typescript/lib/
DtypingsInstaller.js4051 var referenceType = type;
4053 … instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
4054 …typeArguments: (_f = referenceType.resolvedTypeArguments) === null || _f === void 0 ? void 0 : _f.…
4055 referenceLocation: getLocation(referenceType.node),
Dtsc.js3435 var referenceType = type;
3437 … instantiatedType: (_e = referenceType.target) === null || _e === void 0 ? void 0 : _e.id,
3438 …typeArguments: (_f = referenceType.resolvedTypeArguments) === null || _f === void 0 ? void 0 : _f.…
3439 referenceLocation: getLocation(referenceType.node),