/third_party/skia/third_party/externals/spirv-cross/reference/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 3 struct myType 8 const myType _21[5] = myType[](myType(0.0), myType(1.0), myType(0.0), myType(1.0), myType(0.0)); 16 myType elt = _21[index];
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 3 struct myType 8 const myType _21[5] = myType[](myType(0.0), myType(1.0), myType(0.0), myType(1.0), myType(0.0));
|
/third_party/skia/third_party/externals/spirv-cross/shaders/asm/frag/ |
D | single-function-private-lut.asm.frag | 13 OpName %myType "myType" 14 OpMemberName %myType 0 "data" 26 %myType = OpTypeStruct %float 29 %_arr_myType_uint_5 = OpTypeArray %myType %uint_5 33 %18 = OpConstantComposite %myType %float_0 35 %20 = OpConstantComposite %myType %float_1 47 %_ptr_Function_myType = OpTypePointer Function %myType 48 %_ptr_Private_myType = OpTypePointer Private %myType 71 %47 = OpLoad %myType %46
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 13 OpName %myType "myType" 14 OpMemberName %myType 0 "data" 26 %myType = OpTypeStruct %float 29 %_arr_myType_uint_5 = OpTypeArray %myType %uint_5 33 %18 = OpConstantComposite %myType %float_0 35 %20 = OpConstantComposite %myType %float_1 47 %_ptr_Function_myType = OpTypePointer Function %myType 48 %_ptr_Private_myType = OpTypePointer Private %myType 71 %47 = OpLoad %myType %46
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 13 OpName %myType "myType" 14 OpMemberName %myType 0 "data" 26 %myType = OpTypeStruct %float 29 %_arr_myType_uint_5 = OpTypeArray %myType %uint_5 33 %18 = OpConstantComposite %myType %float_0 35 %20 = OpConstantComposite %myType %float_1 47 %_ptr_Function_myType = OpTypePointer Function %myType 48 %_ptr_Private_myType = OpTypePointer Private %myType 71 %47 = OpLoad %myType %46
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 47 struct myType 66 …spvUnsafeArray<myType, 5> _21 = spvUnsafeArray<myType, 5>({ myType{ 0.0 }, myType{ 1.0 }, myType{ … 71 myType elt = _21[index];
|
/third_party/typescript/tests/baselines/reference/ |
D | argumentsAsPropertyName.types | 14 function myFunction(myType: MyType) { 15 >myFunction : (myType: MyType) => void 16 >myType : MyType 27 use(myType.arguments[i]); 28 >use(myType.arguments[i]) : any 30 >myType.arguments[i] : string 31 >myType.arguments : string[] 32 >myType : MyType
|
D | argumentsAsPropertyName.symbols | 15 function myFunction(myType: MyType) { 17 >myType : Symbol(myType, Decl(argumentsAsPropertyName.ts, 7, 20)) 25 use(myType.arguments[i]); 27 >myType.arguments : Symbol(arguments, Decl(argumentsAsPropertyName.ts, 1, 15)) 28 >myType : Symbol(myType, Decl(argumentsAsPropertyName.ts, 7, 20))
|
D | argumentsAsPropertyName.js | 9 function myFunction(myType: MyType) { 11 use(myType.arguments[i]); 19 function myFunction(myType) { 21 use(myType.arguments[i]);
|
D | jsdocInTypeScript.symbols | 25 declare const myType: MyType; // should error, no such type 26 >myType : Symbol(myType, Decl(jsdocInTypeScript.ts, 15, 13))
|
D | jsdocInTypeScript.types | 24 declare const myType: MyType; // should error, no such type 25 >myType : any
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/frag/ |
D | single-function-private-lut.asm.frag | 47 struct myType 66 …spvUnsafeArray<myType, 5> _21 = spvUnsafeArray<myType, 5>({ myType{ 0.0 }, myType{ 1.0 }, myType{ …
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.7/control-flow_analysis_for_bracketed_element_access/ |
D | control-flow_analysis_for_bracketed_element_access_1.ts | 25 type myType = "a" | 3 | "b"; alias 27 var arg1: myType = "a"; 29 var arg1: myType = "b"; 31 var arg1: myType = 3;
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/leading_middle_rest_elements_in_tuple_types/ |
D | leading_middle_rest_elements_in_tuple_types2.ts | 25 type myType = Function | object; alias 27 let tup1: [myType, string?] = [() => { }]; 30 let tup2: [arg1: myType, arg2?: string] = [() => { }]; 33 let tup3: [myType, string, ...unknown[]];
|
D | leading_middle_rest_elements_in_tuple_types3.ts | 32 type myType = h_i | h_f; alias 34 let tup1: [...myType[], boolean]; 39 let tup2: [string, ...myType[], boolean]; 44 let tup3: [string, boolean, ...myType[]];
|
D | leading_middle_rest_elements_in_tuple_types1.ts | 25 type myType = Function | object; alias 27 let tup: [myType, string, boolean] = [() => { }, 'a', true];
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 1 struct myType 6 static const myType _18 = { 0.0f }; 7 static const myType _20 = { 1.0f }; 8 static const myType _21[5] = { { 0.0f }, { 1.0f }, { 0.0f }, { 1.0f }, { 0.0f } }; 47 myType elt = _21[index];
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/property_access/ |
D | property_access_1.ts | 25 var myType = { variable 29 var h_s = myType['h_str']; 31 var h_b = myType['h_bool'];
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/asm/frag/ |
D | single-function-private-lut.asm.frag | 1 struct myType 6 static const myType _18 = { 0.0f }; 7 static const myType _20 = { 1.0f }; 8 static const myType _21[5] = { { 0.0f }, { 1.0f }, { 0.0f }, { 1.0f }, { 0.0f } };
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.2/relaxed_rules_between_optional_properties_and_string_index_signatures/ |
D | relaxed_rules.ts | 31 type myType = { alias 36 const eg: myType = { 'a': 10 };
|
/third_party/typescript/tests/cases/compiler/ |
D | argumentsAsPropertyName.ts | 8 function myFunction(myType: MyType) { 10 use(myType.arguments[i]);
|
D | jsdocInTypeScript.ts | 19 declare const myType: MyType; // should error, no such type constant
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.8/improved_inference_for_infer_types_in_template_string_types/ |
D | improved_inference_for_infer_types_in_template_string_types.ts | 27 type myType<T, V> = T extends [infer U extends V, ...unknown[]] ? U : false; alias 28 function func<T, V>(arr: any[], x: myType<[T, ...any], V>) {
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.7/8_Type_guards_inferred_from_in_operator/ |
D | 8_Type_guards_inferred_from_in_operator.ts | 26 type myType = { [T in 'key1' | 'key2' | 'key3']: string }; alias 27 let mt: myType = {
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.2/dotted_property_for_types_with_string_index_signatures/ |
D | dotted_property_for_types_with_string_index_signatures.ts | 26 type myType = { [arg: string]: string }; alias 27 let my_t: myType = {
|