Home
last modified time | relevance | path

Searched refs:function_pointer (Results 1 – 25 of 33) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/function_types/test/synthesis/
Dtransformation.cpp33 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<func1>::type > ));
34 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<func_ptr1>::type > ));
35 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<func_ref1>::type > ));
36 BOOST_MPL_ASSERT(( is_same< func_ptr1, ft::function_pointer<mem_func_ptr1>::type > ));
59 BOOST_MPL_ASSERT(( is_same< func_ptr2, ft::function_pointer<func2>::type > ));
60 BOOST_MPL_ASSERT(( is_same< func_ptr2, ft::function_pointer<func_ptr2>::type > ));
61 BOOST_MPL_ASSERT(( is_same< func_ptr2, ft::function_pointer<func_ref2>::type > ));
62 BOOST_MPL_ASSERT(( is_same< func_ptr2, ft::function_pointer<mem_func_ptr2>::type > ));
Dvariadic_function_synthesis.cpp37 ft::function_pointer<mpl::vector<int>, ft::variadic>::type, expected_v_1 *
41 ft::function_pointer<mpl::vector<int>, ft::non_variadic>::type
Dfunction_pointer.cpp22 is_same< ft::function_pointer< mpl::vector<int,int,int> >::type, expected >
/external/clang/test/CodeGenCXX/
Dmangle-ms-return-qualifiers.cpp173 typedef int (*function_pointer)(int); typedef
175 function_pointer g1() { return 0; } in g1()
178 const function_pointer g2() { return 0; } in g2()
181 function_pointer* g3() { return 0; } in g3()
184 const function_pointer* g4() { return 0; } in g4()
Dmangle-ms-template-callback.cpp46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
/external/sdv/vsomeip/third_party/boost/function_types/test/custom_ccs/
Dnonmember_ccs_exact.cpp34 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void>,cc>::type, cc >
42 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void> >::type, dc >
50 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void>,cc>::type, dc >
58 ft::is_callable_builtin< ft::function_pointer<mpl::vector<void> >::type, cc >
Dnonmember_ccs.cpp36 ft::function_pointer<mpl::vector<void,int>, cc>::type
/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/
Dfunction_pointer.hpp20 template<typename Types, typename Tag = null_tag> struct function_pointer struct
24 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,function_pointer,(Types,Tag))
/external/mesa3d/src/gallium/frontends/vdpau/
Ddevice.c257 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress() argument
263 if (!function_pointer) in vlVdpGetProcAddress()
266 if (!vlGetFuncFTAB(function_id, function_pointer)) in vlVdpGetProcAddress()
269 … VDPAU_MSG(VDPAU_TRACE, "[VDPAU] Got proc address %p for id %d\n", *function_pointer, function_id); in vlVdpGetProcAddress()
/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
Drunner.cc96 int (*function_pointer)(int argc, char** argv)) in ProcessRunner()
99 function_pointer_(reinterpret_cast<void*>(function_pointer)) {} in ProcessRunner()
326 int (*function_pointer)(int, char**) = in RunInprocess() local
328 int exit_code = __W_EXITCODE(function_pointer(argv.size(), argv.data()), 0); in RunInprocess()
Drunner.h58 int (*function_pointer)(int argc, char** argv));
/external/libhevc/encoder/
Dihevce_defs.h876 #define PAD_BUF_HOR(pu1_start, stride, ht, p_x, p_y, function_pointer) \ argument
878 function_pointer(pu1_start, stride, ht, p_x); \
881 #define PAD_BUF_VER(pu1_start, stride, wd, p_x, p_y, function_pointer) \ argument
883 function_pointer(pu1_start, stride, wd, p_y); \
/external/pigweed/pw_function/
Dfunction_test.cc42 [[maybe_unused]] Function<int> function_pointer; variable
47 [[maybe_unused]] Function<void (*)()> function_pointer;
54 [[maybe_unused]] Function<decltype(&SomeFunction)> function_pointer;
59 [[maybe_unused]] Function<void (&)()> function_pointer;
/external/llvm/test/Transforms/InstCombine/
Dpow-exp.ll36 define double @function_pointer(double ()* %fptr, double %p1) {
42 ; CHECK-LABEL: @function_pointer
Dlog-pow.ll25 define double @function_pointer(double ()* %fptr, double %p1) {
31 ; CHECK-LABEL: @function_pointer
/external/cronet/tot/third_party/libc++/src/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_add.verify.cpp46 void function_pointer() { in function_pointer() function
Datomic_fetch_sub.verify.cpp46 void function_pointer() { in function_pointer() function
Datomic_fetch_add_explicit.verify.cpp49 void function_pointer() { in function_pointer() function
Datomic_fetch_sub_explicit.verify.cpp49 void function_pointer() { in function_pointer() function
/external/cronet/stable/third_party/libc++/src/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/
Datomic_fetch_sub.verify.cpp46 void function_pointer() { in function_pointer() function
Datomic_fetch_add.verify.cpp46 void function_pointer() { in function_pointer() function
Datomic_fetch_add_explicit.verify.cpp49 void function_pointer() { in function_pointer() function
Datomic_fetch_sub_explicit.verify.cpp49 void function_pointer() { in function_pointer() function
/external/sdv/vsomeip/third_party/boost/function_types/test/
DJamfile47 [ compile synthesis/function_pointer.cpp ]
/external/sdv/vsomeip/third_party/boost/function_types/doc/
Dfunction_types.qbk38 …_function_pointer [link boost_functiontypes.reference.synthesis.function_pointer function_pointer]]
587 [section:function_pointer function_pointer]
590 struct function_pointer;
594 #include <boost/function_types/function_pointer.hpp>
599 [[[^function_pointer<Types,Tag>::type]][Synthesized type]]

12