Home
last modified time | relevance | path

Searched refs:T4 (Results 1 - 25 of 74) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
H A DenumConstantMemberWithTemplateLiteralsEmitDeclaration.js16 enum T4 {
58 var T4; variable
59 (function (T4) {
60 T4["a"] = "1";
61 T4["b"] = "11";
62 T4["c"] = "12";
63 T4["d"] = "21";
64 T4["e"] = "211";
65 })(T4 || (T4
[all...]
H A DenumConstantMemberWithTemplateLiterals.js16 enum T4 {
62 var T4; variable
63 (function (T4) {
64 T4["a"] = "1";
65 T4["b"] = "11";
66 T4["c"] = "12";
67 T4["d"] = "21";
68 T4["e"] = "211";
69 })(T4 || (T4
[all...]
H A DenumConstantMemberWithStringEmitDeclaration.js18 enum T4 {
49 var T4; variable
50 (function (T4) {
51 T4["a"] = "1";
52 })(T4 || (T4 = {}));
73 declare enum T4 {
H A DenumConstantMemberWithString.js22 enum T4 {
57 var T4; variable
58 (function (T4) {
59 T4["a"] = "1";
60 })(T4 || (T4 = {}));
H A DoptionalTupleElements1.js5 type T4 = [number?, string?, boolean?];
10 type L4 = T4["length"];
14 function f1(t1: T1, t2: T2, t3: T3, t4: T4) {
35 let t4: T4;
86 type T4 = [number?, string?, boolean?];
90 type L4 = T4["length"];
92 declare function f1(t1: T1, t2: T2, t3: T3, t4: T4): void;
95 declare let t4: T4;
H A DcircularIndexedAccessErrors.js18 interface T4<T extends T4<T>> {
19 x: T4<T>["x"]; // Error
71 interface T4<T extends T4<T>> {
72 x: T4<T>["x"];
H A DcloduleTest2.js23 module T4 {
67 var T4; variable
68 (function (T4) {
77 })(T4 || (T4 = {}));
H A DunionsOfTupleTypes1.js5 type T4 = [boolean] | [string, ...number[]];
22 type T40 = T4[0]; // string | boolean
23 type T41 = T4[1]; // number | undefined
24 type T42 = T4[2]; // number | undefined
25 type T4N = T4[number]; // string | number | boolean
27 function f1(t1: T1, t2: T2, t3: T3, t4: T4, x: number) {
H A DcircularTypeAliasForUnionWithClass.js14 var v4: T4;
15 type T4 = string | I4;
17 [x: string]: T4;
H A DcircularTypeAliasForUnionWithInterface.js26 var v4: T4;
27 type T4 = string | I4;
29 [x: string]: T4;
H A DexcessivelyLargeTupleSpread.js13 type T4 = [...T3, ...T3];
14 type T5 = [...T4, ...T4];
H A DdirectDependenceBetweenTypeAliases.js23 type T4 = [number, T4]
H A DmappedTypeErrors2.js14 type T4<K extends 'a'|'b'> = T3[K] // Error
40 type T4<K extends 'a' | 'b'> = T3[K];
H A DinterfaceExtendsObjectIntersectionErrors.js5 type T4 = [string, number];
11 interface I4 extends T4 { 0: number }
20 class C4 extends Constructor<T4>() { 0: number }
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-type-util.h143 template <typename T1, typename T2, typename T3, typename T4>
146 typedef Types3<T2, T3, T4> Tail;
149 template <typename T1, typename T2, typename T3, typename T4, typename T5>
152 typedef Types4<T2, T3, T4, T5> Tail;
155 template <typename T1, typename T2, typename T3, typename T4, typename T5,
159 typedef Types5<T2, T3, T4, T5, T6> Tail;
162 template <typename T1, typename T2, typename T3, typename T4, typename T5,
166 typedef Types6<T2, T3, T4, T5, T6, T7> Tail;
169 template <typename T1, typename T2, typename T3, typename T4, typename T5,
173 typedef Types7<T2, T3, T4, T
[all...]
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) =
817 vpunpckhqdq $T1,$T0,$T4 # 4
821 vpsrlq \$40,$T4,$T4 # 4
829 vpor 32(%rcx),$T4,$T4 # padbit, yes, always
910 vpmuludq $T4,$D4,$D4 # d4 = h4*r0
913 vpmuludq 0x20(%rsp),$T4,$H0 # h4*s1
936 vpmuludq $T4,$H4,$H0 # h4*s2
947 vpmuludq $T4,
[all...]
/third_party/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl344 my ($H0,$H1,$H2,$H3,$H4, $T0,$T1,$T2,$T3,$T4, $D0,$D1,$D2,$D3,$D4, $MASK) =
817 vpunpckhqdq $T1,$T0,$T4 # 4
821 vpsrlq \$40,$T4,$T4 # 4
829 vpor 32(%rcx),$T4,$T4 # padbit, yes, always
910 vpmuludq $T4,$D4,$D4 # d4 = h4*r0
913 vpmuludq 0x20(%rsp),$T4,$H0 # h4*s1
936 vpmuludq $T4,$H4,$H0 # h4*s2
947 vpmuludq $T4,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DAlignOf.h107 typename T2 = char, typename T3 = char, typename T4 = char,
111 T1 t1; T2 t2; T3 t3; T4 t4; T5 t5; T6 t6; T7 t7; T8 t8; T9 t9; T10 t10;
117 typename T2 = char, typename T3 = char, typename T4 = char,
121 char arr1[sizeof(T1)], arr2[sizeof(T2)], arr3[sizeof(T3)], arr4[sizeof(T4)],
135 typename T2 = char, typename T3 = char, typename T4 = char,
139 alignof(llvm::detail::AlignerImpl<T1, T2, T3, T4, T5,
141 sizeof(::llvm::detail::SizerImpl<T1, T2, T3, T4, T5,
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dlayout_benchmark.cc102 #define OFFSET_BENCHMARK(NAME, OFFSET, T1, T2, T3, T4) \
103 auto& NAME##_##OFFSET##_##T1##_##T2##_##T3##_##T4 = \
104 NAME<OFFSET, T1, T2, T3, T4>; \
105 BENCHMARK(NAME##_##OFFSET##_##T1##_##T2##_##T3##_##T4)
/third_party/mesa3d/include/CL/
H A Dcl.hpp7419 typename T4, typename T5, typename T6, typename T7,
7451 T4 t4 = NullType(), in operator ()()
7486 SetArg<4, T4>::set(kernel_, t4); in operator ()()
7536 typename T4,
7571 T4,
7623 T4,
7658 T4 arg4, in operator ()()
7731 typename T4,
7763 T4,
7797 T4,
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Drune.c31 T4 = ((1<<(Bit4+1))-1) ^ 0xFF, /* 1111 0000 */ enumerator
121 if(c < T4) { in charntorune()
136 * 10000-1FFFFF => T4 Tx Tx Tx in charntorune()
209 if(c < T4) { in chartorune()
221 * 10000-1FFFFF => T4 Tx Tx Tx in chartorune()
304 * 10000-1FFFFF => T4 Tx Tx Tx in runetochar()
306 str[0] = (char)(T4 | (c >> 3*Bitx)); in runetochar()
352 if (c < T4 || n > 3) in fullrune()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl312 my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25");
361 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]);
367 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]);
376 &veor ($T5,$T5,$T4);
379 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]);
382 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]);
385 &veor ($T5,$T5,$T4); # sigma1(X[14..15])
391 &vshr_u32 ($T4,&Dlo(@X[0]),$sigma1[0]);
394 &vsli_32 ($T4,&Dlo(@X[0]),32-$sigma1[0]);
400 &veor ($T5,$T5,$T4);
[all...]
/third_party/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl312 my ($T0,$T1,$T2,$T3,$T4,$T5)=("q8","q9","q10","q11","d24","d25");
361 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[0]);
367 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[0]);
376 &veor ($T5,$T5,$T4);
379 &vshr_u32 ($T4,&Dhi(@X[3]),$sigma1[1]);
382 &vsli_32 ($T4,&Dhi(@X[3]),32-$sigma1[1]);
385 &veor ($T5,$T5,$T4); # sigma1(X[14..15])
391 &vshr_u32 ($T4,&Dlo(@X[0]),$sigma1[0]);
394 &vsli_32 ($T4,&Dlo(@X[0]),32-$sigma1[0]);
400 &veor ($T5,$T5,$T4);
[all...]
/third_party/googletest/googletest/test/
H A Dgtest_pred_impl_unittest.cc1231 template <typename T1, typename T2, typename T3, typename T4>
1232 bool PredFunction4(T1 v1, T2 v2, T3 v3, T4 v4) { in PredFunction4()
1247 template <typename T1, typename T2, typename T3, typename T4>
1248 bool operator()(const T1& v1, const T2& v2, const T3& v3, const T4& v4) { in operator ()()
1254 template <typename T1, typename T2, typename T3, typename T4>
1258 const T3& v3, const T4& v4) { in PredFormatFunction4()
1269 template <typename T1, typename T2, typename T3, typename T4>
1273 const T4& v4) const { in operator ()()
1647 template <typename T1, typename T2, typename T3, typename T4, typename T5>
1648 bool PredFunction5(T1 v1, T2 v2, T3 v3, T4 v
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp2398 auto *T4 = I32Reg(); in lowerAlloca() local
2403 _subu(T4, SP, T3); in lowerAlloca()
2407 _and(T5, T4, AlignAmount); in lowerAlloca()
2410 _mov(Dest, T4); in lowerAlloca()
2528 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
2565 _srlv(T4, T3, T2); in lowerInt64Arithmetic()
2566 _or(T_Hi, T1, T4); in lowerInt64Arithmetic()
2587 auto *T4 = I32Reg(); in lowerInt64Arithmetic() local
2618 _sllv(T4, T3, T2); in lowerInt64Arithmetic()
2619 _or(T_Lo, T1, T4); in lowerInt64Arithmetic()
2640 auto *T4 = I32Reg(); lowerInt64Arithmetic() local
3155 auto *T4 = I32Reg(); lowerBr() local
3193 auto *T4 = I32Reg(); lowerBr() local
3231 auto *T4 = I32Reg(); lowerBr() local
3269 auto *T4 = I32Reg(); lowerBr() local
4137 auto *T4 = I32Reg(); lower64Icmp() local
4149 auto *T4 = I32Reg(); lower64Icmp() local
4183 auto *T4 = I32Reg(); lower64Icmp() local
4198 auto *T4 = I32Reg(); lower64Icmp() local
4235 auto *T4 = I32Reg(); lower64Icmp() local
4250 auto *T4 = I32Reg(); lower64Icmp() local
4558 auto *T4 = makeReg(IceType_i32); lowerIntrinsic() local
4631 auto *T4 = makeReg(IceType_i32); lowerIntrinsic() local
4695 auto *T4 = I32Reg(); lowerIntrinsic() local
4788 auto *T4 = I32Reg(); lowerIntrinsic() local
4885 auto *T4 = I32Reg(); lowerIntrinsic() local
4900 auto *T4 = I32Reg(); lowerIntrinsic() local
4920 auto *T4 = I32Reg(); lowerIntrinsic() local
4988 auto *T4 = I32Reg(); lowerIntrinsic() local
5016 auto *T4 = I32Reg(); lowerIntrinsic() local
[all...]

Completed in 26 milliseconds

123