Home
last modified time | relevance | path

Searched refs:Fun0 (Results 1 – 25 of 88) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dcrash-lambda-12645424.cpp17 template<typename T, template<typename> class Fun0, template<typename> class... Funs> struct C<T,
18 typedef typename C<typename Fun0<T>::type, Funs...>::type type;
/dports/devel/fc++/FC++.1.5/
H A Dreuse.h79 Fun0<R> operator()( const F& f ) {
82 return Fun0<R>( 1, ref );
117 Fun0<R> operator()( const F& f, const X& x ) {
120 return Fun0<R>( 1, ref );
158 Fun0<R> operator()( const F& f, const X& x, const Y& y ) {
161 return Fun0<R>( 1, ref );
206 Fun0<R> operator()( const F& f, const X& x, const Y& y, const Z& z ) {
209 return Fun0<R>( 1, ref );
H A Dfunction.h51 struct Fun0;
60 class Fun0 {
64 template <class T> friend class Fun0; variable
66 friend Fun0<Rd> explicit_convert0( const Fun0<Rs>& f );
88 Fun0( int, Impl i ) : ref(i) {}
95 Fun0( const Fun0& x ) : ref(x.ref) {}
96 Fun0& operator=( const Fun0& x ) { ref = x.ref; return *this; }
98 typedef Fun0 This;
158 Fun0<Rd> explicit_convert0( const Fun0<Rs>& f ) {
194 struct Fun0Constructor<Rd,Fun0<Rs> > {
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_consul/src/
H A Drabbitmq_peer_discovery_consul_sup.erl22 Fun0 = fun() -> {ok, {Flags, []}} end,
34 rabbit_peer_discovery_util:maybe_backend_configured(?BACKEND_CONFIG_KEY, Fun0, Fun1, Fun2).
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_k8s/src/
H A Drabbitmq_peer_discovery_k8s_sup.erl23 Fun0 = fun() -> {ok, {Flags, []}} end,
35 rabbit_peer_discovery_util:maybe_backend_configured(?BACKEND_CONFIG_KEY, Fun0, Fun1, Fun2).
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbitmq_peer_discovery_etcd/src/
H A Drabbitmq_peer_discovery_etcd_sup.erl23 Fun0 = fun() -> {ok, {Flags, []}} end,
43 rabbit_peer_discovery_util:maybe_backend_configured(?BACKEND_CONFIG_KEY, Fun0, Fun1, Fun2).
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dbs_bincomp_SUITE.erl199 Fun0 = fun(List) ->
202 <<>> = Fun0([]),
203 <<1>> = Fun0([1]),
204 <<1,2>> = Fun0([1,2]),
205 <<1,2,3>> = Fun0([1,2,3]),
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/test/
H A Dbs_bincomp_SUITE.erl199 Fun0 = fun(List) ->
202 <<>> = Fun0([]),
203 <<1>> = Fun0([1]),
204 <<1,2>> = Fun0([1,2]),
205 <<1,2,3>> = Fun0([1,2,3]),
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/x86/
H A Dhipe_x86_ra_finalise.erl108 #jmp_fun{'fun'=Fun0} ->
109 Fun = ra_opnd(Fun0, Map),
138 #pseudo_call{'fun'=Fun0} ->
139 Fun = ra_opnd(Fun0, Map),
153 #pseudo_tailcall{'fun'=Fun0,stkargs=StkArgs0} ->
154 Fun = ra_opnd(Fun0, Map),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/x86/
H A Dhipe_x86_ra_finalise.erl108 #jmp_fun{'fun'=Fun0} ->
109 Fun = ra_opnd(Fun0, Map),
138 #pseudo_call{'fun'=Fun0} ->
139 Fun = ra_opnd(Fun0, Map),
153 #pseudo_tailcall{'fun'=Fun0,stkargs=StkArgs0} ->
154 Fun = ra_opnd(Fun0, Map),

1234