Home
last modified time | relevance | path

Searched defs:T6 (Results 1 – 24 of 24) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.js73 var T6; variable
74 (function (T6) { argument
DenumConstantMemberWithTemplateLiterals.js81 var T6; variable
82 (function (T6) { argument
DsuperCallArgsMustMatch.js12 class T6 extends T5<number>{ class
52 function T6() { class in T6
/third_party/typescript/tests/cases/compiler/
DsuperCallArgsMustMatch.ts11 class T6 extends T5<number>{ class
DinferTInParentheses.ts10 type T6<T> = T extends IsNumber<((infer N))> ? true : false; alias
DexcessivelyLargeTupleSpread.ts14 type T6 = [...T5, ...T5]; alias
DdynamicNames.ts46 export declare class T6 extends T5 { class
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeErrors2.ts20 type T6<S extends 'a'|'b', L extends 'a'|'b'> = {[key in AB[S]]: true}[L]; // Error alias
/third_party/typescript/tests/cases/conformance/enums/
DenumConstantMemberWithStringEmitDeclaration.ts26 declare enum T6 { enum
DenumConstantMemberWithString.ts29 declare enum T6 { enum
DenumConstantMemberWithTemplateLiteralsEmitDeclaration.ts31 enum T6 { enum
DenumConstantMemberWithTemplateLiterals.ts34 enum T6 { enum
/third_party/typescript/tests/cases/conformance/types/typeAliases/
DdirectDependenceBetweenTypeAliases.ts29 type T6 = T7 | number alias
DtypeAliases.ts24 type T6 = I6; alias
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertex.hpp36 T6 = 9, enumerator
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.0/new_unknown_top_type/
Dnew_unknown_top_type.ts43 type T6<T> = T & {}; alias
/third_party/typescript/tests/cases/conformance/interfaces/interfaceDeclarations/
DinterfaceExtendsObjectIntersection.ts8 type T6 = [string, number]; alias
/third_party/typescript/tests/cases/conformance/types/intersection/
DintersectionReductionStrict.ts11 type T6 = typeof sym1 & symbol & typeof sym2; // never alias
DintersectionReduction.ts11 type T6 = typeof sym1 & symbol & typeof sym2; // never alias
/third_party/jerryscript/jerry-libm/
Dtrig.c786 #define T6 1.45620945432529025516e-03 /* 3F57DBC8, FEE08315 */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp2642 auto *T6 = I32Reg(); in lowerInt64Arithmetic() local
4560 auto *T6 = makeReg(IceType_i32); in lowerIntrinsic() local
4633 auto *T6 = makeReg(IceType_i32); in lowerIntrinsic() local
4697 auto *T6 = I32Reg(); in lowerIntrinsic() local
4790 auto *T6 = I32Reg(); in lowerIntrinsic() local
4922 auto *T6 = I32Reg(); in lowerIntrinsic() local
5018 auto *T6 = I32Reg(); in lowerIntrinsic() local
/third_party/openssl/test/
Dmodes_internal_test.c418 static const u8 T6[] = { variable
/third_party/mesa3d/src/mesa/main/
Dtexcompress_astc.cpp112 uint8_t T6 = (in >> (4*n+6)) & 0x1; in unpack_trit_block() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp1428 SDValue T6 = DAG.getNode(ISD::ADD, dl, ResTy, {HiVec(T0), HiVec(T3)}); in LowerHvxMulh() local