Home
last modified time | relevance | path

Searched refs:overload (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c95 enum overload_type overload; member
116 if (f->descr.overload < descr->overload) in func_compare_to_name_and_overload()
118 if (f->descr.overload > descr->overload) in func_compare_to_name_and_overload()
127 enum overload_type overload) in allocate_function_from_predefined() argument
131 return dxil_alloc_func(mod, name, overload, in allocate_function_from_predefined()
142 const char *name, enum overload_type overload) in dxil_get_function() argument
144 struct func_descr descr = { name, overload }; in dxil_get_function()
150 return allocate_function_from_predefined(mod, name, overload); in dxil_get_function()
161 const char *name, enum overload_type overload) in dxil_add_function() argument
166 f->descr.overload = overload; in dxil_add_function()
[all …]
Ddxil_function.h49 const char *dxil_overload_suffix( enum overload_type overload);
52 dxil_get_overload_type(struct dxil_module *mod, enum overload_type overload);
73 dxil_alloc_func(struct dxil_module *mod, const char *name, enum overload_type overload,
80 dxil_alloc_func_with_rettype(struct dxil_module *mod, const char *name, enum overload_type overload,
92 enum overload_type overload);
/third_party/typescript/tests/baselines/reference/
DpromisePermutations.errors.txt1 tests/cases/compiler/promisePermutations.ts(74,70): error TS2769: No overload matches this call.
2 The last overload gave the following error.
6 tests/cases/compiler/promisePermutations.ts(79,19): error TS2769: No overload matches this call.
7 The last overload gave the following error.
11 tests/cases/compiler/promisePermutations.ts(82,19): error TS2769: No overload matches this call.
12 The last overload gave the following error.
16 tests/cases/compiler/promisePermutations.ts(83,19): error TS2769: No overload matches this call.
17 The last overload gave the following error.
21 tests/cases/compiler/promisePermutations.ts(84,19): error TS2769: No overload matches this call.
22 The last overload gave the following error.
[all …]
DmixingStaticAndInstanceOverloads.errors.txt1 tests/cases/compiler/mixingStaticAndInstanceOverloads.ts(5,12): error TS2388: Function overload mus…
2 tests/cases/compiler/mixingStaticAndInstanceOverloads.ts(11,5): error TS2387: Function overload mus…
3 tests/cases/compiler/mixingStaticAndInstanceOverloads.ts(16,12): error TS2388: Function overload mu…
4 tests/cases/compiler/mixingStaticAndInstanceOverloads.ts(17,5): error TS2387: Function overload mus…
5 tests/cases/compiler/mixingStaticAndInstanceOverloads.ts(22,5): error TS2387: Function overload mus…
6 tests/cases/compiler/mixingStaticAndInstanceOverloads.ts(23,12): error TS2388: Function overload mu…
16 !!! error TS2388: Function overload must not be static.
24 !!! error TS2387: Function overload must be static.
31 !!! error TS2388: Function overload must not be static.
34 !!! error TS2387: Function overload must be static.
[all …]
DpromisePermutations3.errors.txt4 tests/cases/compiler/promisePermutations3.ts(73,70): error TS2769: No overload matches this call.
5 The last overload gave the following error.
12 tests/cases/compiler/promisePermutations3.ts(81,19): error TS2769: No overload matches this call.
13 The last overload gave the following error.
17 tests/cases/compiler/promisePermutations3.ts(82,19): error TS2769: No overload matches this call.
18 The last overload gave the following error.
22 tests/cases/compiler/promisePermutations3.ts(83,19): error TS2769: No overload matches this call.
23 The last overload gave the following error.
28 tests/cases/compiler/promisePermutations3.ts(90,19): error TS2769: No overload matches this call.
29 The last overload gave the following error.
[all …]
DmixedStaticAndInstanceClassMembers.errors.txt1 tests/cases/compiler/mixedStaticAndInstanceClassMembers.ts(4,5): error TS2387: Function overload mu…
2 tests/cases/compiler/mixedStaticAndInstanceClassMembers.ts(12,12): error TS2388: Function overload
3 tests/cases/compiler/mixedStaticAndInstanceClassMembers.ts(13,5): error TS2387: Function overload m…
12 !!! error TS2387: Function overload must be static.
22 !!! error TS2388: Function overload must not be static.
25 !!! error TS2387: Function overload must be static.
DmemberFunctionOverloadMixingStaticAndInstance.errors.txt1 …unctionOverloadMixingStaticAndInstance.ts(3,12): error TS2388: Function overload must not be stati…
3 …berFunctionOverloadMixingStaticAndInstance.ts(8,5): error TS2387: Function overload must be static.
5 …nctionOverloadMixingStaticAndInstance.ts(13,12): error TS2388: Function overload must not be stati…
7 …erFunctionOverloadMixingStaticAndInstance.ts(18,5): error TS2387: Function overload must be static.
16 !!! error TS2388: Function overload must not be static.
25 !!! error TS2387: Function overload must be static.
34 !!! error TS2388: Function overload must not be static.
43 !!! error TS2387: Function overload must be static.
DfunctionParameterArityMismatch.errors.txt2 tests/cases/compiler/functionParameterArityMismatch.ts(4,1): error TS2575: No overload expects 2 ar…
4 tests/cases/compiler/functionParameterArityMismatch.ts(11,1): error TS2575: No overload expects 1 a…
5 tests/cases/compiler/functionParameterArityMismatch.ts(12,1): error TS2575: No overload expects 3 a…
6 tests/cases/compiler/functionParameterArityMismatch.ts(13,1): error TS2575: No overload expects 5 a…
19 !!! error TS2575: No overload expects 2 arguments, but overloads do exist that expect either 1 or 3…
30 !!! error TS2575: No overload expects 1 arguments, but overloads do exist that expect either 0 or 2…
33 !!! error TS2575: No overload expects 3 arguments, but overloads do exist that expect either 2 or 4…
36 !!! error TS2575: No overload expects 5 arguments, but overloads do exist that expect either 4 or 6…
DpromisePermutations2.errors.txt4 tests/cases/compiler/promisePermutations2.ts(78,19): error TS2769: No overload matches this call.
5 The last overload gave the following error.
18 tests/cases/compiler/promisePermutations2.ts(87,19): error TS2769: No overload matches this call.
19 The last overload gave the following error.
24 tests/cases/compiler/promisePermutations2.ts(96,19): error TS2769: No overload matches this call.
25 The last overload gave the following error.
30 tests/cases/compiler/promisePermutations2.ts(105,19): error TS2769: No overload matches this call.
31 The last overload gave the following error.
35 tests/cases/compiler/promisePermutations2.ts(108,19): error TS2769: No overload matches this call.
36 The last overload gave the following error.
[all …]
DoverloadResolution.errors.txt1 …expressions/functionCalls/overloadResolution.ts(27,5): error TS2769: No overload matches this call.
11 …expressions/functionCalls/overloadResolution.ts(84,5): error TS2769: No overload matches this call.
16 …xpressions/functionCalls/overloadResolution.ts(85,11): error TS2769: No overload matches this call.
42 // Ambiguous call picks the first overload in declaration order
54 !!! error TS2769: No overload matches this call.
60 …// Generic and non - generic overload where generic overload is the only candidate when called wit…
68 …// Generic and non - generic overload where generic overload is the only candidate when called wit…
71 …// Generic and non - generic overload where non - generic overload is the only candidate when call…
76 …// Generic and non - generic overload where non - generic overload is the only candidate when call…
90 …// Generic overloads with differing arity called with type arguments matching each overload type p…
[all …]
DoverloadResolutionConstructors.errors.txt1 …functionCalls/overloadResolutionConstructors.ts(27,9): error TS2769: No overload matches this call.
11 …functionCalls/overloadResolutionConstructors.ts(91,9): error TS2769: No overload matches this call.
16 …unctionCalls/overloadResolutionConstructors.ts(92,15): error TS2769: No overload matches this call.
47 // Ambiguous call picks the first overload in declaration order
54 !!! error TS2769: No overload matches this call.
60 …// Generic and non - generic overload where generic overload is the only candidate when called wit…
70 …// Generic and non - generic overload where generic overload is the only candidate when called wit…
73 …// Generic and non - generic overload where non - generic overload is the only candidate when call…
78 …// Generic and non - generic overload where non - generic overload is the only candidate when call…
94 …// Generic overloads with differing arity called with type arguments matching each overload type p…
[all …]
DtaggedTemplateStringsWithOverloadResolution3_ES6.errors.txt1 …gedTemplateStringsWithOverloadResolution3_ES6.ts(9,9): error TS2769: No overload matches this call.
8 …edTemplateStringsWithOverloadResolution3_ES6.ts(62,9): error TS2769: No overload matches this call.
13 …dTemplateStringsWithOverloadResolution3_ES6.ts(63,18): error TS2769: No overload matches this call.
22 // Ambiguous call picks the first overload in declaration order
32 !!! error TS2769: No overload matches this call.
50 // Generic and non-generic overload where generic overload is the only candidate
53 // Generic and non-generic overload where non-generic overload is the only candidate
67 …// Generic overloads with differing arity tagging with arguments matching each overload type param…
72 … Generic overloads with differing arity tagging with argument count that doesn't match any overload
96 !!! error TS2769: No overload matches this call.
[all …]
DtaggedTemplateStringsWithOverloadResolution3.errors.txt1 …/taggedTemplateStringsWithOverloadResolution3.ts(9,9): error TS2769: No overload matches this call.
8 …taggedTemplateStringsWithOverloadResolution3.ts(62,9): error TS2769: No overload matches this call.
13 …aggedTemplateStringsWithOverloadResolution3.ts(63,18): error TS2769: No overload matches this call.
22 // Ambiguous call picks the first overload in declaration order
32 !!! error TS2769: No overload matches this call.
50 // Generic and non-generic overload where generic overload is the only candidate
53 // Generic and non-generic overload where non-generic overload is the only candidate
67 …// Generic overloads with differing arity tagging with arguments matching each overload type param…
72 … Generic overloads with differing arity tagging with argument count that doesn't match any overload
96 !!! error TS2769: No overload matches this call.
[all …]
DfunctionOverloadErrors.errors.txt8 tests/cases/conformance/functions/functionOverloadErrors.ts(94,10): error TS2394: This overload sig…
9 tests/cases/conformance/functions/functionOverloadErrors.ts(99,10): error TS2394: This overload sig…
10 tests/cases/conformance/functions/functionOverloadErrors.ts(103,10): error TS2394: This overload si…
15 //Function overload signature with initializer
21 //Multiple function overload signatures that are identical
32 //Multiple function overload signatures that differ only by return type
39 //Function overload with rest param and another with only an optional parameter
44 //Function overload with rest param and another with only optional parameters
124 !!! error TS2394: This overload signature is not compatible with its implementation signature.
129 …mentation whose parameter types are not assignable to all corresponding overload signature paramet…
[all …]
DoverloadResolutionClassConstructors.errors.txt1 …ionCalls/overloadResolutionClassConstructors.ts(27,9): error TS2769: No overload matches this call.
38 // Ambiguous call picks the first overload in declaration order
50 !!! error TS2769: No overload matches this call.
56 …// Generic and non - generic overload where generic overload is the only candidate when called wit…
65 …// Generic and non - generic overload where generic overload is the only candidate when called wit…
68 …// Generic and non - generic overload where non - generic overload is the only candidate when call…
71 …// Generic and non - generic overload where non - generic overload is the only candidate when call…
86 …// Generic overloads with differing arity called with type arguments matching each overload type p…
95 …eric overloads with differing arity called with type argument count that doesn't match any overload
DsymbolProperty42.errors.txt1 tests/cases/conformance/es6/Symbols/symbolProperty42.ts(3,12): error TS2388: Function overload must…
2 tests/cases/conformance/es6/Symbols/symbolProperty42.ts(4,5): error TS2387: Function overload must …
10 !!! error TS2388: Function overload must not be static.
13 !!! error TS2387: Function overload must be static.
DgeneratorOverloads3.errors.txt1 tests/cases/conformance/es6/yieldExpressions/generatorOverloads3.ts(2,5): error TS1222: An overload
2 tests/cases/conformance/es6/yieldExpressions/generatorOverloads3.ts(3,5): error TS1222: An overload
9 !!! error TS1222: An overload signature cannot be declared as a generator.
12 !!! error TS1222: An overload signature cannot be declared as a generator.
DoverloadResolutionConstructors.types43 // Ambiguous call picks the first overload in declaration order
59 // Generic and non - generic overload where generic overload is the only candidate when called with…
82 // Generic and non - generic overload where generic overload is the only candidate when called with…
90 // Generic and non - generic overload where non - generic overload is the only candidate when calle…
97 // Generic and non - generic overload where non - generic overload is the only candidate when calle…
147 // Generic overloads with differing arity called with type arguments matching each overload type pa…
170 …eric overloads with differing arity called with type argument count that doesn't match any overload
DoverloadResolutionClassConstructors.types34 // Ambiguous call picks the first overload in declaration order
58 // Generic and non - generic overload where generic overload is the only candidate when called with…
80 // Generic and non - generic overload where generic overload is the only candidate when called with…
88 // Generic and non - generic overload where non - generic overload is the only candidate when calle…
95 // Generic and non - generic overload where non - generic overload is the only candidate when calle…
141 // Generic overloads with differing arity called with type arguments matching each overload type pa…
161 …eric overloads with differing arity called with type argument count that doesn't match any overload
DgeneratorOverloads1.errors.txt1 …nce/es6/yieldExpressions/generatorOverloads1.ts(2,13): error TS1222: An overload signature cannot …
2 …nce/es6/yieldExpressions/generatorOverloads1.ts(3,13): error TS1222: An overload signature cannot …
9 !!! error TS1222: An overload signature cannot be declared as a generator.
12 !!! error TS1222: An overload signature cannot be declared as a generator.
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc170 overload(o), in MatchState()
180 OverloadInfo const& overload; member in tint::__anoncbbba3890111::MatchState
866 const OverloadInfo& overload,
871 const OverloadInfo& overload,
875 const OverloadInfo& overload,
909 return state.overload.open_types[index_].name; in String()
913 return state.overload.open_numbers[index_].name; in String()
924 const OverloadInfo* overload; in Lookup() member
934 auto& overload = intrinsic.overloads[o]; in Lookup() local
935 if (auto* match = Match(intrinsic_type, overload, args, match_score)) { in Lookup()
[all …]
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dpermutate.go59 func (p *Permuter) Permute(overload *sem.Overload) ([]Permutation, error) {
76 Decl: overload.Decl,
77 Function: overload.Function,
78 CanBeUsedInStage: overload.CanBeUsedInStage,
80 for i, p := range overload.Parameters {
90 if overload.ReturnType != nil {
91 retTys, err := state.permutateFQN(*overload.ReturnType)
118 for i, param := range overload.Parameters {
138 for _, t := range overload.TemplateParams {
201 return nil, fmt.Errorf("%v %v %w\nState: %v", overload.Decl.Source, overload.Decl, err, state)
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
Dresolve.go247 overload := &sem.Overload{
260 overload.CanBeUsedInStage.Vertex = true
262 overload.CanBeUsedInStage.Fragment = true
264 overload.CanBeUsedInStage.Compute = true
272 overload.CanBeUsedInStage = sem.StageUses{
279 overload.IsDeprecated = true
289 f.Overloads = append(f.Overloads, overload)
296 overload.OpenTypes = append(overload.OpenTypes, param)
298 overload.OpenNumbers = append(overload.OpenNumbers, param)
303 if r.s.MaxOpenTypes < len(overload.OpenTypes) {
[all …]
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/comp/
Dtype-alias.comp14 vec4 overload(S0 s0)
19 vec4 overload(S1 s1)
44 outputs[gl_GlobalInvocationID.x] = overload(s0) + overload(s1);
/third_party/skia/third_party/externals/spirv-cross/shaders/comp/
Dtype-alias.comp14 vec4 overload(S0 s0)
19 vec4 overload(S1 s1)
44 outputs[gl_GlobalInvocationID.x] = overload(s0) + overload(s1);

12345678910>>...16