Searched refs:arrayElementType (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 2269 TType arrayElementType = node->getType(); in addConstArrayNode() local 2270 arrayElementType.clearArrayness(); in addConstArrayNode() 2281 size_t arrayElementSize = arrayElementType.getObjectSize(); in addConstArrayNode()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 1715 TType arrayElementType(type); in FoldIndexing() local 1716 arrayElementType.toArrayElementType(); in FoldIndexing() 1717 size_t arrayElementSize = arrayElementType.getObjectSize(); in FoldIndexing()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 2066 TType arrayElementType(type); in FoldIndexing() local 2067 arrayElementType.toArrayElementType(); in FoldIndexing() 2068 size_t arrayElementSize = arrayElementType.getObjectSize(); in FoldIndexing()
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 35433 const arrayElementType = getIndexTypeOfType(arrayType, IndexKind.Number); 35434 if (hasStringConstituent && arrayElementType) { 35436 … if (arrayElementType.flags & TypeFlags.StringLike && !compilerOptions.noUncheckedIndexedAccess) { 35440 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 35443 …onUse.PossiblyOutOfBounds) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|
/third_party/typescript/lib/ |
D | tsc.js | 63553 var arrayElementType = getIndexTypeOfType(arrayType, 1); 63554 if (hasStringConstituent && arrayElementType) { 63555 … if (arrayElementType.flags & 402653316 && !compilerOptions.noUncheckedIndexedAccess) { 63558 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 63560 … return (use & 128) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|
D | typingsInstaller.js | 75909 var arrayElementType = getIndexTypeOfType(arrayType, 1 /* Number */); 75910 if (hasStringConstituent && arrayElementType) { 75912 …if (arrayElementType.flags & 402653316 /* StringLike */ && !compilerOptions.noUncheckedIndexedAcce… 75915 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 75917 …/* PossiblyOutOfBounds */) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|
D | typescriptServices.js | 76114 var arrayElementType = getIndexTypeOfType(arrayType, 1 /* Number */); 76115 if (hasStringConstituent && arrayElementType) { 76117 …if (arrayElementType.flags & 402653316 /* StringLike */ && !compilerOptions.noUncheckedIndexedAcce… 76120 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 76122 …/* PossiblyOutOfBounds */) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|
D | tsserverlibrary.js | 76114 var arrayElementType = getIndexTypeOfType(arrayType, 1 /* Number */); 76115 if (hasStringConstituent && arrayElementType) { 76117 …if (arrayElementType.flags & 402653316 /* StringLike */ && !compilerOptions.noUncheckedIndexedAcce… 76120 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 76122 …/* PossiblyOutOfBounds */) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|
D | tsserver.js | 75920 var arrayElementType = getIndexTypeOfType(arrayType, 1 /* Number */); 75921 if (hasStringConstituent && arrayElementType) { 75923 …if (arrayElementType.flags & 402653316 /* StringLike */ && !compilerOptions.noUncheckedIndexedAcce… 75926 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 75928 …/* PossiblyOutOfBounds */) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|
D | typescript.js | 76114 var arrayElementType = getIndexTypeOfType(arrayType, 1 /* Number */); 76115 if (hasStringConstituent && arrayElementType) { 76117 …if (arrayElementType.flags & 402653316 /* StringLike */ && !compilerOptions.noUncheckedIndexedAcce… 76120 …return getUnionType(possibleOutOfBounds ? [arrayElementType, stringType, undefinedType] : [arrayEl… 76122 …/* PossiblyOutOfBounds */) ? includeUndefinedInIndexSignature(arrayElementType) : arrayElementType;
|