Home
last modified time | relevance | path

Searched refs:use (Results 1 – 25 of 12794) sorted by relevance

12345678910>>...512

/third_party/typescript/tests/baselines/reference/
DdownlevelLetConst16.js4 declare function use(a: any);
9 use(x);
10 use(y);
11 use(z);
14 use(x);
16 use(y);
18 use(z);
24 use(x);
26 use(y);
28 use(z);
[all …]
DdownlevelLetConst16.types2 'use strict'
3 >'use strict' : "use strict"
5 declare function use(a: any);
6 >use : (a: any) => any
19 use(x);
20 >use(x) : any
21 >use : (a: any) => any
24 use(y);
25 >use(y) : any
26 >use : (a: any) => any
[all …]
DdownlevelLetConst14.types2 'use strict'
3 >'use strict' : "use strict"
5 declare function use(a: any);
6 >use : (a: any) => any
23 use(x);
24 >use(x) : any
25 >use : (a: any) => any
33 use(z0);
34 >use(z0) : any
35 >use : (a: any) => any
[all …]
DdownlevelLetConst16.symbols2 'use strict'
4 declare function use(a: any);
5 >use : Symbol(use, Decl(downlevelLetConst16.ts, 0, 12))
17 use(x);
18 >use : Symbol(use, Decl(downlevelLetConst16.ts, 0, 12))
21 use(y);
22 >use : Symbol(use, Decl(downlevelLetConst16.ts, 0, 12))
25 use(z);
26 >use : Symbol(use, Decl(downlevelLetConst16.ts, 0, 12))
35 use(x);
[all …]
DdownlevelLetConst14.js3 declare function use(a: any);
9 use(x);
12 use(z0);
14 use(z1);
16 use(z2);
18 use(z3);
20 use(x);
21 use(z0);
22 use(z1);
23 use(z2);
[all …]
DdownlevelLetConst15.js3 declare function use(a: any);
9 use(x);
12 use(z0);
14 use(z1);
16 use(z2);
18 use(z3);
20 use(x);
21 use(z0);
22 use(z1);
23 use(z2);
[all …]
DdownlevelLetConst15.types2 'use strict'
3 >'use strict' : "use strict"
5 declare function use(a: any);
6 >use : (a: any) => any
23 use(x);
24 >use(x) : any
25 >use : (a: any) => any
33 use(z0);
34 >use(z0) : any
35 >use : (a: any) => any
[all …]
DdownlevelLetConst16.errors.txt10 'use strict'
12 declare function use(a: any);
17 use(x);
18 use(y);
19 use(z);
22 use(x);
24 use(y);
26 use(z);
32 use(x);
34 use(y);
[all …]
DdownlevelLetConst17.types2 'use strict'
3 >'use strict' : "use strict"
5 declare function use(a: any);
6 >use : (a: any) => any
16 use(x);
17 >use(x) : any
18 >use : (a: any) => any
21 use(x);
22 >use(x) : any
23 >use : (a: any) => any
[all …]
DdownlevelLetConst17.js4 declare function use(a: any);
8 use(x);
10 use(x);
13 use(x);
18 use(x);
24 use(x);
28 use(x);
34 use(x);
40 use(x);
45 use(x);
[all …]
DdownlevelLetConst14.symbols2 'use strict'
3 declare function use(a: any);
4 >use : Symbol(use, Decl(downlevelLetConst14.ts, 0, 12))
19 use(x);
20 >use : Symbol(use, Decl(downlevelLetConst14.ts, 0, 12))
26 use(z0);
27 >use : Symbol(use, Decl(downlevelLetConst14.ts, 0, 12))
33 use(z1);
34 >use : Symbol(use, Decl(downlevelLetConst14.ts, 0, 12))
42 use(z2);
[all …]
DdownlevelLetConst15.symbols2 'use strict'
3 declare function use(a: any);
4 >use : Symbol(use, Decl(downlevelLetConst15.ts, 0, 12))
19 use(x);
20 >use : Symbol(use, Decl(downlevelLetConst15.ts, 0, 12))
26 use(z0);
27 >use : Symbol(use, Decl(downlevelLetConst15.ts, 0, 12))
35 use(z1);
36 >use : Symbol(use, Decl(downlevelLetConst15.ts, 0, 12))
44 use(z2);
[all …]
DdownlevelLetConst17.symbols2 'use strict'
4 declare function use(a: any);
5 >use : Symbol(use, Decl(downlevelLetConst17.ts, 0, 12))
14 use(x);
15 >use : Symbol(use, Decl(downlevelLetConst17.ts, 0, 12))
18 use(x);
19 >use : Symbol(use, Decl(downlevelLetConst17.ts, 0, 12))
25 use(x);
26 >use : Symbol(use, Decl(downlevelLetConst17.ts, 0, 12))
34 use(x);
[all …]
DfunctionWithUseStrictAndSimpleParameterList.types7 "use strict";
8 >"use strict" : "use strict"
24 "use strict";
25 >"use strict" : "use strict"
38 'use strict';
39 >'use strict' : "use strict"
48 'use strict';
49 >'use strict' : "use strict"
57 'use strict';
58 >'use strict' : "use strict"
[all …]
DfunctionWithUseStrictAndSimpleParameterList_es2016.types7 "use strict";
8 >"use strict" : "use strict"
24 "use strict";
25 >"use strict" : "use strict"
38 'use strict';
39 >'use strict' : "use strict"
48 'use strict';
49 >'use strict' : "use strict"
57 'use strict';
58 >'use strict' : "use strict"
[all …]
DfallFromLastCase2.types2 declare function use(a: string);
3 >use : (a: string) => any
16 use("1");
17 >use("1") : any
18 >use : (a: string) => any
25 use("2");
26 >use("2") : any
27 >use : (a: string) => any
33 use("3");
34 >use("3") : any
[all …]
DdownlevelLetConst19.types2 'use strict'
3 >'use strict' : "use strict"
5 declare function use(a: any);
6 >use : (a: any) => any
18 use(x);
19 >use(x) : any
20 >use : (a: any) => any
29 use(x);
30 >use(x) : any
31 >use : (a: any) => any
[all …]
DfallFromLastCase2.symbols2 declare function use(a: string);
3 >use : Symbol(use, Decl(fallFromLastCase2.ts, 0, 0))
14 use("1");
15 >use : Symbol(use, Decl(fallFromLastCase2.ts, 0, 0))
19 use("2");
20 >use : Symbol(use, Decl(fallFromLastCase2.ts, 0, 0))
23 use("3");
24 >use : Symbol(use, Decl(fallFromLastCase2.ts, 0, 0))
37 use("1");
38 >use : Symbol(use, Decl(fallFromLastCase2.ts, 0, 0))
[all …]
DcapturedLetConstInLoop3_ES6.js3 declare function use(a: any);
11 use(v);
21 use(v);
31 use(v);
42 use(v);
53 use(v);
64 use(v);
74 use(v);
86 use(v)
97 use(v);
[all …]
/third_party/typescript/tests/cases/compiler/
DdownlevelLetConst16.ts6 declare function use(a: any); function
11 use(x);
12 use(y);
13 use(z);
16 use(x);
18 use(y);
20 use(z);
26 use(x);
28 use(y);
30 use(z);
[all …]
DdownlevelLetConst14.ts3 declare function use(a: any); function
9 use(x);
12 use(z0);
14 use(z1);
16 use(z2);
18 use(z3);
20 use(x);
21 use(z0);
22 use(z1);
23 use(z2);
[all …]
DdownlevelLetConst15.ts3 declare function use(a: any); function
9 use(x);
12 use(z0);
14 use(z1);
16 use(z2);
18 use(z3);
20 use(x);
21 use(z0);
22 use(z1);
23 use(z2);
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_ctr_drbg.data33 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #0
37 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #1
41 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #2
45 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #3
49 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #4
53 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #5
57 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #6
61 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #7
65 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #8
69 CTR_DRBG NIST Validation (AES-256 use df,True,256,128,0,0) #9
[all …]
/third_party/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp112 var_inst, [&store_inst, var_inst](Instruction* use) { in FindStoreInstruction() argument
113 if (use->opcode() == SpvOpStore && in FindStoreInstruction()
114 use->GetSingleWordInOperand(kStorePointerInOperand) == in FindStoreInstruction()
117 store_inst = use; in FindStoreInstruction()
156 return get_def_use_mgr()->WhileEachUser(ptr_inst, [this](Instruction* use) { in HasNoStores() argument
157 if (use->opcode() == SpvOpLoad) { in HasNoStores()
159 } else if (use->opcode() == SpvOpAccessChain) { in HasNoStores()
160 return HasNoStores(use); in HasNoStores()
161 } else if (use->IsDecoration() || use->opcode() == SpvOpName) { in HasNoStores()
163 } else if (use->opcode() == SpvOpStore) { in HasNoStores()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp116 var_inst, [&store_inst, var_inst](Instruction* use) { in FindStoreInstruction() argument
117 if (use->opcode() == SpvOpStore && in FindStoreInstruction()
118 use->GetSingleWordInOperand(kStorePointerInOperand) == in FindStoreInstruction()
121 store_inst = use; in FindStoreInstruction()
160 return get_def_use_mgr()->WhileEachUser(ptr_inst, [this](Instruction* use) { in HasNoStores() argument
161 if (use->opcode() == SpvOpLoad) { in HasNoStores()
163 } else if (use->opcode() == SpvOpAccessChain) { in HasNoStores()
164 return HasNoStores(use); in HasNoStores()
165 } else if (use->IsDecoration() || use->opcode() == SpvOpName) { in HasNoStores()
167 } else if (use->opcode() == SpvOpStore) { in HasNoStores()
[all …]

12345678910>>...512