Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/scope-manager/src/scope/
DScopeBase.ts479 public referenceType(node: TSESTree.Identifier): void { method in ScopeBase
/third_party/typescript/src/compiler/
Dtracing.ts219 const referenceType = type as TypeReference; constant
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp132 const TType& referenceType = left->getType(); in addBinaryMath() local
146 const TType& referenceType = right->getType(); in addBinaryMath() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp848 auto referenceType = referenceFormat.type; in iterate() local