Home
last modified time | relevance | path

Searched refs:o3 (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DcallChain.js18 declare const o3: { b: ((...args: any[]) => { c: string }) | undefined };
19 o3.b?.().c;
20 o3.b?.(1).c;
21 o3.b?.(...[1, 2]).c;
22 o3.b?.(1, ...[2, 3], 4).c;
23 o3.b?.()["c"];
24 o3.b?.(1)["c"];
25 o3.b?.(...[1, 2])["c"];
26 o3.b?.(1, ...[2, 3], 4)["c"];
27 o3["
[all...]
H A DcontrolFlowOptionalChain.js60 declare const o3: { x: 1, y: string } | { x: 2, y: number } | undefined;
61 if (o3?.x === 1) {
62 o3;
63 o3.x;
64 o3?.x;
67 o3;
68 o3?.x;
69 o3.x;
71 o3;
72 o3
[all...]
H A DelementAccessChain.2.js9 declare const o3: { b: undefined | { c: string } };
10 o3["b"]?.c;
11 o3.b?.["c"];
19 (_a = o3["b"]) === null || _a === void 0 ? void 0 : _a.c;
20 (_b = o3.b) === null || _b === void 0 ? void 0 : _b["c"];
H A DobjectSpreadNegative.js35 let o3 = { a: 1, b: 'no' }
38 { b: 'ok', ...o3, ...o4 }
40 { ...o3, b: 'ok', ...o4 }
44 { a: 'wrong type?', ...o3 };
46 { ...o3, ['in the middle']: 13, b: 'maybe?', ...o4 }
117 var o3 = { a: 1, b: 'no' };
119 var combinedBefore = __assign(__assign({ b: 'ok' }, o3), o4);
120 var combinedMid = __assign(__assign(__assign({}, o3), { b: 'ok' }), o4);
122 var changeTypeBefore = __assign({ a: 'wrong type?' }, o3);
123 var computedMiddle = __assign(__assign(__assign({}, o3), (_
[all...]
H A Dparentheses.js4 declare const o3: { b: ((...args: any[]) => (...args: any[]) => number) };
9 (o3?.b())(o1 ?? 1);
17 (o3 === null || o3 === void 0 ? void 0 : o3.b())(o1 !== null && o1 !== void 0 ? o1 : 1);
H A DescapedReservedCompilerNamedIdentifier.js18 var o3 = {
21 var b3 = o3["___proto__"];
50 var o3 = {
53 var b3 = o3["___proto__"];
81 declare var o3: {
H A DcallChain.2.js8 declare const o3: { b: (() => { c: string }) | undefined };
9 o3.b?.().c;
16 (_a = o3.b) === null || _a === void 0 ? void 0 : _a.call(o3).c;
H A DindexSignatures1.js160 declare let o3: { [key: TaggedString1 | TaggedString2]: string };
175 o3[s0]; // Error
176 o3[s1];
177 o3[s2];
178 o3[s3];
179 o3[s4];
188 o1 = o3;
192 o2 = o3;
195 o3 = o1;
196 o3
[all...]
H A DdeleteChain.js10 declare const o3: { b: undefined | { c: string } };
11 delete o3.b?.c;
12 delete (o3.b?.c);
34 (_a = o3.b) === null || _a === void 0 ? true : delete _a.c;
35 ((_b = o3.b) === null || _b === void 0 ? true : delete _b.c);
H A DelementAccessChain.js9 declare const o3: { b: undefined | { c: string } };
10 o3["b"]?.c;
11 o3.b?.["c"];
39 (_a = o3["b"]) === null || _a === void 0 ? void 0 : _a.c;
40 (_b = o3.b) === null || _b === void 0 ? void 0 : _b["c"];
H A DinstanceofOperatorWithInvalidOperands.js33 var o3: C; variable
44 var rb10 = x instanceof o3;
80 var o3; variable
90 var rb10 = x instanceof o3;
H A DpropertyAccessChain.2.js8 declare const o3: { b: undefined | { c: string } };
9 o3.b?.c;
16 (_a = o3.b) === null || _a === void 0 ? void 0 : _a.c;
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl326 xor %g5, %o1, %o3
328 movxtod %o3, %f2
407 ldx [$inp + 24], %o3
417 srlx %o3, $iright, %g1
419 sllx %o3, $ileft, %o3
421 or %o4, %o3, %o3
428 xor %g5, %o3, %o5
442 movxtod %o3,
[all...]
/third_party/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl326 xor %g5, %o1, %o3
328 movxtod %o3, %f2
407 ldx [$inp + 24], %o3
417 srlx %o3, $iright, %g1
419 sllx %o3, $ileft, %o3
421 or %o4, %o3, %o3
428 xor %g5, %o3, %o5
442 movxtod %o3,
[all...]
/third_party/node/deps/openssl/openssl/crypto/
H A Dsparccpuid.S83 clr %o3
158 clr %o3
215 1: add %o1,%o2,%o3
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
217 cmp %o2,%o3
219 mov %o3,%o2 ! cas is always fetching to dest. register
286 .word 0x97410000 !rd %tick,%o3
294 sub %o3,%o2,%o2
295 sub %o4,%o3,
[all...]
/third_party/openssl/crypto/
H A Dsparccpuid.S83 clr %o3
158 clr %o3
215 1: add %o1,%o2,%o3
216 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3
217 cmp %o2,%o3
219 mov %o3,%o2 ! cas is always fetching to dest. register
286 .word 0x97410000 !rd %tick,%o3
294 sub %o3,%o2,%o2
295 sub %o4,%o3,
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.hpp78 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3) in makeVector() argument
84 vec.push_back(o3); in makeVector()
89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector() argument
95 vec.push_back(o3); in makeVector()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantUtil.hpp78 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3) in makeVector() argument
84 vec.push_back(o3); in makeVector()
89 std::vector<T> makeVector (const T& o1, const T& o2, const T& o3, const T& o4) in makeVector() argument
95 vec.push_back(o3); in makeVector()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl66 sllx %o3, 32, %o3
68 or %o4, %o3, %o3
69 .word 0x95b262ab ! xmulx %o1, %o3, %o2
70 .word 0x99b262cb ! xmulxhi %o1, %o3, %o4
74 srlx %o4, 32, %o3
77 st %o3, [%o0+12]
H A Dsparcv8plus.S188 srl %o3,%g0,%o3 ! clruw %o3
196 mulx %o3,%g2,%g2
205 mulx %o3,%g3,%g3
214 mulx %o3,%g2,%g2
222 mulx %o3,%g3,%g3
240 mulx %o3,%g2,%g2
250 mulx %o3,%g2,%g2
260 mulx %o3,
[all...]
/third_party/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl66 sllx %o3, 32, %o3
68 or %o4, %o3, %o3
69 .word 0x95b262ab ! xmulx %o1, %o3, %o2
70 .word 0x99b262cb ! xmulxhi %o1, %o3, %o4
74 srlx %o4, 32, %o3
77 st %o3, [%o0+12]
H A Dsparcv8plus.S188 srl %o3,%g0,%o3 ! clruw %o3
196 mulx %o3,%g2,%g2
205 mulx %o3,%g3,%g3
214 mulx %o3,%g2,%g2
222 mulx %o3,%g3,%g3
240 mulx %o3,%g2,%g2
250 mulx %o3,%g2,%g2
260 mulx %o3,
[all...]
/third_party/json/docs/examples/
H A Dupdate__range.cpp13 json o3 = o1; in main() local
19 o3.update(o2.begin(), o2.end(), true); in main()
21 // output updated object o1 and o3 in main()
23 std::cout << std::setw(2) << o3 << '\n'; in main()
H A Dupdate.cpp13 json o3 = o1; in main() local
19 o3.update(o2, true); in main()
21 // output updated object o1 and o3 in main()
23 std::cout << std::setw(2) << o3 << '\n'; in main()
/third_party/spirv-tools/test/diff/diff_files/
H A Dindex_signedness_autogen.cpp37 OpMemberName %13 2 "o3"
147 OpMemberName %13 2 "o3"
265 OpMemberName %13 2 "o3" in TEST()

Completed in 8 milliseconds

1234