/third_party/typescript/tests/baselines/reference/ |
D | downlevelLetConst16.js | 4 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 …]
|
D | downlevelLetConst16.types | 2 '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 …]
|
D | downlevelLetConst16.symbols | 2 '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 …]
|
D | downlevelLetConst14.types | 2 '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 …]
|
D | downlevelLetConst15.types | 2 '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 …]
|
D | downlevelLetConst16.errors.txt | 10 '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 …]
|
D | downlevelLetConst14.js | 3 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 …]
|
D | downlevelLetConst15.js | 3 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 …]
|
D | downlevelLetConst17.types | 2 '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 …]
|
D | downlevelLetConst14.symbols | 2 '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 …]
|
D | downlevelLetConst15.symbols | 2 '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 …]
|
D | downlevelLetConst17.js | 4 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 …]
|
D | downlevelLetConst17.symbols | 2 '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 …]
|
D | functionWithUseStrictAndSimpleParameterList.types | 7 "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 …]
|
D | functionWithUseStrictAndSimpleParameterList_es2016.types | 7 "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 …]
|
D | functionWithUseStrictAndSimpleParameterList_es2016.errors.txt | 1 …meterList_es2016.ts(1,12): error TS1346: This parameter is not allowed with 'use strict' directive. 2 …functionWithUseStrictAndSimpleParameterList_es2016.ts(2,5): error TS1347: 'use strict' directive c… 3 …eterList_es2016.ts(15,15): error TS1346: This parameter is not allowed with 'use strict' directive. 4 …unctionWithUseStrictAndSimpleParameterList_es2016.ts(16,5): error TS1347: 'use strict' directive c… 5 …eterList_es2016.ts(19,16): error TS1346: This parameter is not allowed with 'use strict' directive. 6 …eterList_es2016.ts(19,23): error TS1346: This parameter is not allowed with 'use strict' directive. 7 …unctionWithUseStrictAndSimpleParameterList_es2016.ts(20,5): error TS1347: 'use strict' directive c… 8 …eterList_es2016.ts(23,23): error TS1346: This parameter is not allowed with 'use strict' directive. 9 …unctionWithUseStrictAndSimpleParameterList_es2016.ts(24,5): error TS1347: 'use strict' directive c… 10 …eterList_es2016.ts(27,31): error TS1346: This parameter is not allowed with 'use strict' directive. [all …]
|
D | capturedLetConstInLoop3_ES6.js | 3 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 …]
|
D | fallFromLastCase2.types | 2 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 …]
|
/third_party/typescript/tests/cases/compiler/ |
D | downlevelLetConst16.ts | 6 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 …]
|
D | downlevelLetConst14.ts | 3 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 …]
|
D | downlevelLetConst15.ts | 3 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/ |
D | test_suite_ctr_drbg.data | 33 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/ |
D | copy_prop_arrays.cpp | 116 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() 168 return get_def_use_mgr()->WhileEachUser(ptr_inst, [this](Instruction* use) { in HasNoStores() argument 169 if (use->opcode() == SpvOpLoad) { in HasNoStores() 171 } else if (use->opcode() == SpvOpAccessChain) { in HasNoStores() 172 return HasNoStores(use); in HasNoStores() 173 } else if (use->IsDecoration() || use->opcode() == SpvOpName) { in HasNoStores() 175 } else if (use->opcode() == SpvOpStore) { in HasNoStores() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | copy_prop_arrays.cpp | 116 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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | copy_prop_arrays.cpp | 116 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 …]
|