/external/sdv/vsomeip/third_party/boost/function_types/test/synthesis/ |
D | transformation.cpp | 33 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 > ));
|
D | variadic_function_synthesis.cpp | 37 ft::function_pointer<mpl::vector<int>, ft::variadic>::type, expected_v_1 * 41 ft::function_pointer<mpl::vector<int>, ft::non_variadic>::type
|
D | function_pointer.cpp | 22 is_same< ft::function_pointer< mpl::vector<int,int,int> >::type, expected >
|
/external/clang/test/CodeGenCXX/ |
D | mangle-ms-return-qualifiers.cpp | 173 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()
|
D | mangle-ms-template-callback.cpp | 46 void function_pointer(C<void(*)(void)>) {} in function_pointer() function
|
/external/sdv/vsomeip/third_party/boost/function_types/test/custom_ccs/ |
D | nonmember_ccs_exact.cpp | 34 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 >
|
D | nonmember_ccs.cpp | 36 ft::function_pointer<mpl::vector<void,int>, cc>::type
|
/external/sdv/vsomeip/third_party/boost/function_types/include/boost/function_types/ |
D | function_pointer.hpp | 20 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/ |
D | device.c | 257 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/ |
D | runner.cc | 96 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()
|
D | runner.h | 58 int (*function_pointer)(int argc, char** argv));
|
/external/libhevc/encoder/ |
D | ihevce_defs.h | 876 #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/ |
D | function_test.cc | 42 [[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/ |
D | pow-exp.ll | 36 define double @function_pointer(double ()* %fptr, double %p1) { 42 ; CHECK-LABEL: @function_pointer
|
D | log-pow.ll | 25 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/ |
D | atomic_fetch_add.verify.cpp | 46 void function_pointer() { in function_pointer() function
|
D | atomic_fetch_sub.verify.cpp | 46 void function_pointer() { in function_pointer() function
|
D | atomic_fetch_add_explicit.verify.cpp | 49 void function_pointer() { in function_pointer() function
|
D | atomic_fetch_sub_explicit.verify.cpp | 49 void function_pointer() { in function_pointer() function
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/atomics/atomics.types.operations/atomics.types.operations.req/ |
D | atomic_fetch_sub.verify.cpp | 46 void function_pointer() { in function_pointer() function
|
D | atomic_fetch_add.verify.cpp | 46 void function_pointer() { in function_pointer() function
|
D | atomic_fetch_add_explicit.verify.cpp | 49 void function_pointer() { in function_pointer() function
|
D | atomic_fetch_sub_explicit.verify.cpp | 49 void function_pointer() { in function_pointer() function
|
/external/sdv/vsomeip/third_party/boost/function_types/test/ |
D | Jamfile | 47 [ compile synthesis/function_pointer.cpp ]
|
/external/sdv/vsomeip/third_party/boost/function_types/doc/ |
D | function_types.qbk | 38 …_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]]
|