Home
last modified time | relevance | path

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

12345678910>>...26

/third_party/mesa3d/src/microsoft/compiler/
Ddxil_function.c80 enum overload_type overload; member
101 if (f->descr.overload < descr->overload) in func_compare_to_name_and_overload()
103 if (f->descr.overload > descr->overload) in func_compare_to_name_and_overload()
112 enum overload_type overload) in allocate_function_from_predefined() argument
116 return dxil_alloc_func(mod, name, overload, in allocate_function_from_predefined()
127 const char *name, enum overload_type overload) in dxil_get_function() argument
129 struct func_descr descr = { name, overload }; in dxil_get_function()
135 return allocate_function_from_predefined(mod, name, overload); in dxil_get_function()
146 const char *name, enum overload_type overload) in dxil_add_function() argument
151 f->descr.overload = overload; in dxil_add_function()
[all …]
/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 …]
/third_party/boost/libs/asio/include/boost/asio/execution/
Dset_value.hpp94 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
106 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
119 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
130 call_traits<R, void(Vs...)>::overload == call_member,
142 call_traits<R, void(Vs...)>::overload == call_free,
157 call_traits<R, void()>::overload == call_member,
169 call_traits<R, void()>::overload == call_free,
183 void(BOOST_ASIO_VARIADIC_TARGS(n))>::overload == call_member, \
196 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::overload == call_free, \
218 call_traits<R&, void(const Vs&...)>::overload == call_member,
[all …]
Dsubmit.hpp134 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
149 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
165 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
180 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = adapter);
190 call_traits<S, void(R)>::overload == call_member,
202 call_traits<S, void(R)>::overload == call_free,
214 call_traits<S, void(R)>::overload == adapter,
228 call_traits<S&, void(R&)>::overload == call_member,
240 call_traits<const S&, void(R&)>::overload == call_member,
252 call_traits<S&, void(R&)>::overload == call_free,
[all …]
Dconnect.hpp166 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
184 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
203 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
230 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = adapter);
240 call_traits<S, void(R)>::overload == call_member,
252 call_traits<S, void(R)>::overload == call_free,
264 call_traits<S, void(R)>::overload == adapter,
277 call_traits<S&, void(R&)>::overload == call_member,
289 call_traits<const S&, void(R&)>::overload == call_member,
301 call_traits<S&, void(R&)>::overload == call_free,
[all …]
Dschedule.hpp94 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
106 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
119 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
134 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
148 call_traits<S>::overload == identity,
161 call_traits<S>::overload == call_member,
173 call_traits<S>::overload == call_free,
185 call_traits<S&>::overload == call_member,
197 call_traits<const S&>::overload == call_member,
209 call_traits<S&>::overload == call_free,
[all …]
Dset_done.hpp91 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
103 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
116 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
124 call_traits<R>::overload == call_member,
136 call_traits<R>::overload == call_free,
148 call_traits<R&>::overload == call_member,
160 call_traits<const R&>::overload == call_member,
172 call_traits<R&>::overload == call_free,
184 call_traits<const R&>::overload == call_free,
219 asio_execution_set_done_fn::call_traits<R>::overload !=
Dstart.hpp88 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
100 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
113 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
121 call_traits<R>::overload == call_member,
133 call_traits<R>::overload == call_free,
145 call_traits<R&>::overload == call_member,
157 call_traits<const R&>::overload == call_member,
169 call_traits<R&>::overload == call_free,
181 call_traits<const R&>::overload == call_free,
216 asio_execution_start_fn::call_traits<R>::overload !=
Dset_error.hpp91 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
103 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
116 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
124 call_traits<R, void(E)>::overload == call_member,
136 call_traits<R, void(E)>::overload == call_free,
148 call_traits<R&, void(const E&)>::overload == call_member,
160 call_traits<const R&, void(const E&)>::overload == call_member,
172 call_traits<R&, void(const E&)>::overload == call_free,
184 call_traits<const R&, void(const E&)>::overload == call_free,
219 asio_execution_set_error_fn::call_traits<R, void(E)>::overload !=
/third_party/boost/boost/asio/execution/
Dset_value.hpp94 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
106 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
119 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
130 call_traits<R, void(Vs...)>::overload == call_member,
142 call_traits<R, void(Vs...)>::overload == call_free,
157 call_traits<R, void()>::overload == call_member,
169 call_traits<R, void()>::overload == call_free,
183 void(BOOST_ASIO_VARIADIC_TARGS(n))>::overload == call_member, \
196 call_traits<R, void(BOOST_ASIO_VARIADIC_TARGS(n))>::overload == call_free, \
218 call_traits<R&, void(const Vs&...)>::overload == call_member,
[all …]
Dsubmit.hpp134 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
149 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
165 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
180 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = adapter);
190 call_traits<S, void(R)>::overload == call_member,
202 call_traits<S, void(R)>::overload == call_free,
214 call_traits<S, void(R)>::overload == adapter,
228 call_traits<S&, void(R&)>::overload == call_member,
240 call_traits<const S&, void(R&)>::overload == call_member,
252 call_traits<S&, void(R&)>::overload == call_free,
[all …]
Dconnect.hpp166 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
184 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
203 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
230 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = adapter);
240 call_traits<S, void(R)>::overload == call_member,
252 call_traits<S, void(R)>::overload == call_free,
264 call_traits<S, void(R)>::overload == adapter,
277 call_traits<S&, void(R&)>::overload == call_member,
289 call_traits<const S&, void(R&)>::overload == call_member,
301 call_traits<S&, void(R&)>::overload == call_free,
[all …]
Dschedule.hpp94 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
106 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
119 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
134 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
148 call_traits<S>::overload == identity,
161 call_traits<S>::overload == call_member,
173 call_traits<S>::overload == call_free,
185 call_traits<S&>::overload == call_member,
197 call_traits<const S&>::overload == call_member,
209 call_traits<S&>::overload == call_free,
[all …]
Dstart.hpp88 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
100 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
113 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
121 call_traits<R>::overload == call_member,
133 call_traits<R>::overload == call_free,
145 call_traits<R&>::overload == call_member,
157 call_traits<const R&>::overload == call_member,
169 call_traits<R&>::overload == call_free,
181 call_traits<const R&>::overload == call_free,
216 asio_execution_start_fn::call_traits<R>::overload !=
Dset_done.hpp91 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
103 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
116 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
124 call_traits<R>::overload == call_member,
136 call_traits<R>::overload == call_free,
148 call_traits<R&>::overload == call_member,
160 call_traits<const R&>::overload == call_member,
172 call_traits<R&>::overload == call_free,
184 call_traits<const R&>::overload == call_free,
219 asio_execution_set_done_fn::call_traits<R>::overload !=
Dset_error.hpp91 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
103 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
116 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
124 call_traits<R, void(E)>::overload == call_member,
136 call_traits<R, void(E)>::overload == call_free,
148 call_traits<R&, void(const E&)>::overload == call_member,
160 call_traits<const R&, void(const E&)>::overload == call_member,
172 call_traits<R&, void(const E&)>::overload == call_free,
184 call_traits<const R&, void(const E&)>::overload == call_free,
219 asio_execution_set_error_fn::call_traits<R, void(E)>::overload !=
/third_party/boost/boost/asio/
Dprefer.hpp154 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
174 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
203 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_require_member);
228 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_require_free);
256 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_prefer_member);
287 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_prefer_free);
317 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
330 call_traits<Impl, T, void(P0)>::overload != ill_formed
337 >::overload != ill_formed
340 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = two_props);
[all …]
Drequire.hpp137 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
157 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
186 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
211 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
217 call_traits<Impl, T, void(P0)>::overload != ill_formed
224 >::overload != ill_formed
227 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = two_props);
253 call_traits<Impl, T, void(P0)>::overload != ill_formed
260 >::overload != ill_formed
263 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = n_props);
[all …]
/third_party/boost/libs/asio/include/boost/asio/
Dprefer.hpp154 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
174 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
203 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_require_member);
228 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_require_free);
256 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_prefer_member);
287 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_prefer_free);
317 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
330 call_traits<Impl, T, void(P0)>::overload != ill_formed
337 >::overload != ill_formed
340 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = two_props);
[all …]
Drequire.hpp137 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = ill_formed);
157 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = identity);
186 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_member);
211 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = call_free);
217 call_traits<Impl, T, void(P0)>::overload != ill_formed
224 >::overload != ill_formed
227 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = two_props);
253 call_traits<Impl, T, void(P0)>::overload != ill_formed
260 >::overload != ill_formed
263 BOOST_ASIO_STATIC_CONSTEXPR(overload_type, overload = n_props);
[all …]
/third_party/boost/tools/docca/example/include/docca/
Dexample.hpp155 overload(int arg1);
165 overload(int arg1, int arg2);
176 overload(int arg1, int arg2, int arg3);
356 overload(int arg1);
366 overload(int arg1, int arg2);
377 overload(int arg1, int arg2, int arg3);
559 overload(int arg1);
569 overload(int arg1, int arg2);
580 overload(int arg1, int arg2, int arg3);
/third_party/boost/libs/beast/doc/docca/example/include/docca/
Dexample.hpp155 overload(int arg1);
165 overload(int arg1, int arg2);
176 overload(int arg1, int arg2, int arg3);
356 overload(int arg1);
366 overload(int arg1, int arg2);
377 overload(int arg1, int arg2, int arg3);
559 overload(int arg1);
569 overload(int arg1, int arg2);
580 overload(int arg1, int arg2, int arg3);
/third_party/skia/third_party/externals/tint/src/
Dintrinsic_table.cc170 overload(o), in MatchState()
180 OverloadInfo const& overload; member in tint::__anon8a4178ea0111::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 …]

12345678910>>...26