/third_party/typescript/tests/baselines/reference/ |
D | assignmentCompatWithObjectMembers3.types | 5 class S implements S2 { foo: string; } 19 interface S2 { foo: string; bar?: string } 27 var s2: S2; 28 >s2 : S2 43 var a2: S2 = { foo: '' }; 44 >a2 : S2 66 >s = s2 : S2 68 >s2 : S2 71 >s = a2 : S2 73 >a2 : S2 [all …]
|
D | assignmentCompatWithObjectMembers.types | 22 interface S2 { foo: string; } 28 var s2: S2; 29 >s2 : S2 65 >s = s2 : S2 67 >s2 : S2 76 >s2 : S2 80 >t2 = s2 : S2 82 >s2 : S2 86 >s2 : S2 91 >s2 : S2 [all …]
|
D | assignmentCompatWithObjectMembersStringNumericNames.types | 22 interface S2 { '1': string; bar?: string } 30 var s2: S2; 31 >s2 : S2 69 >s = s2 : S2 71 >s2 : S2 80 >s2 : S2 84 >t2 = s2 : S2 86 >s2 : S2 90 >s2 : S2 95 >s2 : S2 [all …]
|
D | assignmentCompatWithObjectMembers4.types | 35 interface S2 { foo: Derived; } 41 var s2: S2; 42 >s2 : S2 80 >s = s2 : S2 82 >s2 : S2 91 >s2 : S2 95 >t2 = s2 : S2 97 >s2 : S2 101 >s2 : S2 106 >s2 : S2 [all …]
|
D | assignmentCompatWithObjectMembersNumericNames.types | 19 interface S2 { 1: string; bar?: string } 27 var s2: S2; 28 >s2 : S2 66 >s = s2 : S2 68 >s2 : S2 77 >s2 : S2 81 >t2 = s2 : S2 83 >s2 : S2 87 >s2 : S2 92 >s2 : S2 [all …]
|
D | assignmentCompatWithObjectMembers2.types | 19 interface S2 { foo: string; bar?: string } 27 var s2: S2; 28 >s2 : S2 66 >s = s2 : S2 68 >s2 : S2 77 >s2 : S2 81 >t2 = s2 : S2 83 >s2 : S2 87 >s2 : S2 92 >s2 : S2 [all …]
|
D | superAccess.symbols | 8 private S2: string = "test"; 9 >S2 : Symbol(MyBase.S2, Decl(superAccess.ts, 1, 26)) 26 …var l4 = super.S2; // Expected => Error: Only public instance methods of the base class are acc… 28 >super.S2 : Symbol(MyBase.S2, Decl(superAccess.ts, 1, 26)) 30 >S2 : Symbol(MyBase.S2, Decl(superAccess.ts, 1, 26))
|
D | assignmentCompatWithObjectMembers3.symbols | 5 class S implements S2 { foo: string; } 7 >S2 : Symbol(S2, Decl(assignmentCompatWithObjectMembers3.ts, 6, 9)) 23 interface S2 { foo: string; bar?: string } 24 >S2 : Symbol(S2, Decl(assignmentCompatWithObjectMembers3.ts, 6, 9)) 25 >foo : Symbol(S2.foo, Decl(assignmentCompatWithObjectMembers3.ts, 8, 14)) 26 >bar : Symbol(S2.bar, Decl(assignmentCompatWithObjectMembers3.ts, 8, 27)) 33 var s2: S2; 35 >S2 : Symbol(S2, Decl(assignmentCompatWithObjectMembers3.ts, 6, 9)) 51 var a2: S2 = { foo: '' }; 53 >S2 : Symbol(S2, Decl(assignmentCompatWithObjectMembers3.ts, 6, 9))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | StringSwitch.h | 92 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 94 return Case(S0, Value).Cases(S1, S2, Value); in Cases() 97 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 99 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases() 102 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 104 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases() 107 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 110 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases() 113 StringSwitch &Cases(StringLiteral S0, StringLiteral S1, StringLiteral S2, in Cases() argument 116 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases() [all …]
|
D | SetOperations.h | 22 bool set_union(S1Ty &S1, const S2Ty &S2) { in set_union() argument 25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() 39 void set_intersect(S1Ty &S1, const S2Ty &S2) { in set_intersect() argument 43 if (!S2.count(E)) S1.erase(E); // Erase element if not in S2 in set_intersect() 50 S1Ty set_difference(const S1Ty &S1, const S2Ty &S2) { in set_difference() argument 54 if (!S2.count(*SI)) // if the element is not in set2 in set_difference() 62 void set_subtract(S1Ty &S1, const S2Ty &S2) { in set_subtract() argument 63 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract()
|
/third_party/skia/third_party/externals/tint/test/struct/ |
D | type_constructor.wgsl.expected.glsl | 10 struct S2 { 17 S2 i; 29 S3 nested_empty = S3(0, S1(0, 0, 0, 0), S2(0, S1(0, 0, 0, 0))); 32 S2 tint_symbol_3 = S2(6, tint_symbol_2); 35 S2 tint_symbol_5 = S2(6, nonempty); 43 S2 tint_symbol_9 = S2(0, S1(0, 0, 0, 0)); 46 S2 tint_symbol_11 = S2(1, tint_symbol_10); 49 S2 tint_symbol_13 = S2(1, tint_symbol_12);
|
D | type_constructor.wgsl.expected.spvasm | 20 OpName %S2 "S2" 21 OpMemberName %S2 0 "e" 22 OpMemberName %S2 1 "f" 32 OpMemberDecorate %S2 0 Offset 0 33 OpMemberDecorate %S2 1 Offset 4 48 %S2 = OpTypeStruct %int %S1 49 %S3 = OpTypeStruct %int %S1 %S2 59 %28 = OpConstantComposite %S2 %int_6 %27 61 %43 = OpConstantNull %S2 62 %45 = OpConstantComposite %S2 %int_1 %21 [all …]
|
D | type_constructor.wgsl.expected.hlsl | 7 struct S2 { 14 S2 i; 29 const S2 tint_symbol_2 = {6, tint_symbol_1}; 32 const S2 tint_symbol_4 = {6, nonempty}; 40 const S2 tint_symbol_8 = (S2)0; 43 const S2 tint_symbol_10 = {1, tint_symbol_9}; 46 const S2 tint_symbol_12 = {1, tint_symbol_11};
|
D | type_constructor.wgsl.expected.wgsl | 8 struct S2 { 16 i : S2; 30 let nested_nonempty : S3 = S3(1, S1(2, 3, 4, 5), S2(6, S1(7, 8, 9, 10))); 31 …let nested_nonempty_with_expr : S3 = S3(1, S1(2, x, (x + 1), nested_nonempty.i.f.d), S2(6, nonempt… 35 let subexpr_nested_empty : S1 = S2().f; 36 let subexpr_nested_nonempty : S1 = S2(1, S1(2, 3, 4, 5)).f; 37 let subexpr_nested_nonempty_with_expr : S1 = S2(1, S1(2, x, (x + 1), nested_nonempty.i.f.d)).f;
|
D | type_constructor.wgsl | 8 struct S2 { 16 i : S2; 34 let nested_nonempty : S3 = S3(1, S1(2, 3, 4, 5), S2(6, S1(7, 8, 9, 10))); 36 S3(1, S1(2, x, x + 1, nested_nonempty.i.f.d), S2(6, nonempty)); 42 let subexpr_nested_empty : S1 = S2().f; 43 let subexpr_nested_nonempty : S1 = S2(1, S1(2, 3, 4, 5)).f; 45 S2(1, S1(2, x, x + 1, nested_nonempty.i.f.d)).f;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringSwitch.h | 115 const char (&S2)[N2], const T& Value) { in Cases() 116 return Case(S0, Value).Cases(S1, S2, Value); in Cases() 122 const char (&S2)[N2], const char (&S3)[N3], in Cases() 124 return Case(S0, Value).Cases(S1, S2, S3, Value); in Cases() 130 const char (&S2)[N2], const char (&S3)[N3], in Cases() 132 return Case(S0, Value).Cases(S1, S2, S3, S4, Value); in Cases() 139 const char (&S2)[N2], const char (&S3)[N3], in Cases() 142 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, Value); in Cases() 149 const char (&S2)[N2], const char (&S3)[N3], in Cases() 152 return Case(S0, Value).Cases(S1, S2, S3, S4, S5, S6, Value); in Cases() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.8bitstorage-uint.frag.out | 59 Name 89 "S2" 60 MemberName 89(S2) 0 "x" 61 MemberName 89(S2) 1 "y" 62 MemberName 89(S2) 2 "z" 69 Name 94 "S2" 70 MemberName 94(S2) 0 "x" 71 MemberName 94(S2) 1 "y" 72 MemberName 94(S2) 2 "z" 129 MemberDecorate 89(S2) 0 ColMajor 130 MemberDecorate 89(S2) 0 Offset 0 [all …]
|
D | spv.16bitstorage-uint.frag.out | 60 Name 89 "S2" 61 MemberName 89(S2) 0 "x" 62 MemberName 89(S2) 1 "y" 63 MemberName 89(S2) 2 "z" 70 Name 94 "S2" 71 MemberName 94(S2) 0 "x" 72 MemberName 94(S2) 1 "y" 73 MemberName 94(S2) 2 "z" 130 MemberDecorate 89(S2) 0 ColMajor 131 MemberDecorate 89(S2) 0 Offset 0 [all …]
|
D | spv.16bitstorage.frag.out | 60 Name 88 "S2" 61 MemberName 88(S2) 0 "x" 62 MemberName 88(S2) 1 "y" 63 MemberName 88(S2) 2 "z" 70 Name 93 "S2" 71 MemberName 93(S2) 0 "x" 72 MemberName 93(S2) 1 "y" 73 MemberName 93(S2) 2 "z" 130 MemberDecorate 88(S2) 0 ColMajor 131 MemberDecorate 88(S2) 0 Offset 0 [all …]
|
D | spv.16bitstorage-int.frag.out | 60 Name 88 "S2" 61 MemberName 88(S2) 0 "x" 62 MemberName 88(S2) 1 "y" 63 MemberName 88(S2) 2 "z" 70 Name 93 "S2" 71 MemberName 93(S2) 0 "x" 72 MemberName 93(S2) 1 "y" 73 MemberName 93(S2) 2 "z" 130 MemberDecorate 88(S2) 0 ColMajor 131 MemberDecorate 88(S2) 0 Offset 0 [all …]
|
D | spv.8bitstorage-int.frag.out | 59 Name 88 "S2" 60 MemberName 88(S2) 0 "x" 61 MemberName 88(S2) 1 "y" 62 MemberName 88(S2) 2 "z" 69 Name 93 "S2" 70 MemberName 93(S2) 0 "x" 71 MemberName 93(S2) 1 "y" 72 MemberName 93(S2) 2 "z" 129 MemberDecorate 88(S2) 0 ColMajor 130 MemberDecorate 88(S2) 0 Offset 0 [all …]
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
D | poly1305-armv4.pl | 443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 480 vdup.32 $S2,r3 509 vmlal.u32 $D0,$R3,${S2}[1] 510 vmlal.u32 $D1,$R4,${S2}[1] 620 vshl.u32 $S2,$R2,#2 @ *5 624 vadd.i32 $S2,$S2,$R2 631 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]! 632 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]! 646 vshl.u32 $S2,$D2#lo,#2 653 vadd.i32 $S2,$S2,$D2#lo [all …]
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-armv4.pl | 443 my ($R0,$R1,$S1,$R2,$S2,$R3,$S3,$R4,$S4) = map("d$_",(0..9)); 480 vdup.32 $S2,r3 509 vmlal.u32 $D0,$R3,${S2}[1] 510 vmlal.u32 $D1,$R4,${S2}[1] 620 vshl.u32 $S2,$R2,#2 @ *5 624 vadd.i32 $S2,$S2,$R2 631 vst4.32 {${S2}[0],${R3}[0],${S3}[0],${R4}[0]},[$tbl0]! 632 vst4.32 {${S2}[1],${R3}[1],${S3}[1],${R4}[1]},[$tbl1]! 646 vshl.u32 $S2,$D2#lo,#2 653 vadd.i32 $S2,$S2,$D2#lo [all …]
|
/third_party/glslang/Test/ |
D | spv.8bitstorage_Error-int.frag | 34 struct S2 { 41 S2 x; 46 S2 x; 51 S2 x; 54 void func3(S2 x) { 57 S2 func4() { 84 S2 f1;
|
D | spv.16bitstorage_Error.frag | 34 struct S2 { 41 S2 x; 46 S2 x; 51 S2 x; 54 void func3(S2 x) { 57 S2 func4() { 84 S2 f1;
|