Home
last modified time | relevance | path

Searched refs:function_pointer (Results 1 – 25 of 31) 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/cronet/base/
Dnative_library_mac.mm23 const void* function_pointer) {
25 if (!dladdr(function_pointer, &info))
102 void* function_pointer = nullptr;
108 function_pointer =
111 function_pointer = dlsym(library->dylib, name);
116 if (function_pointer && library->objc_status == OBJC_UNKNOWN)
117 library->objc_status = GetObjCStatusForImage(function_pointer);
119 return function_pointer;
/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.c249 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer) in vlVdpGetProcAddress() argument
255 if (!function_pointer) in vlVdpGetProcAddress()
258 if (!vlGetFuncFTAB(function_id, function_pointer)) in vlVdpGetProcAddress()
261 … 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.cc27 [[maybe_unused]] Function<int> function_pointer; variable
32 [[maybe_unused]] Function<void (*)()> function_pointer;
39 [[maybe_unused]] Function<decltype(&SomeFunction)> function_pointer;
44 [[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/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]]
/external/sdv/vsomeip/third_party/boost/function_types/example/
Dinterface.hpp121 : ft::function_pointer
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12965 …Object(FunctionEnum function_enum, const glw::GLchar *function_name, glw::GLvoid *function_pointer,
13205 …ryBase(FunctionEnum function_enum, const glw::GLchar *function_name, glw::GLvoid *function_pointer, in unaryBase() argument
13207 : functionObject(function_enum, function_name, function_pointer, res_type) in unaryBase()
13237 …ary(FunctionEnum function_enum, const glw::GLchar *function_name, functionPointer function_pointer) in unary() argument
13238 …: unaryBase(function_enum, function_name, (glw::GLvoid *)function_pointer, typeInfo<ResT>::variabl… in unary()
13268 …ent(FunctionEnum function_enum, const glw::GLchar *function_name, functionPointer function_pointer, in unaryByComponent() argument
13270 … : unaryBase(function_enum, function_name, (glw::GLvoid *)function_pointer, res_type, arg_type) in unaryByComponent()
13302 … functionPointer function_pointer, const Utils::_variable_type res_type, in unaryWithOutputByComponent() argument
13304 … : unaryBase(function_enum, function_name, (glw::GLvoid *)function_pointer, res_type, arg_type) in unaryWithOutputByComponent()
13368 …ryBase(FunctionEnum function_enum, const glw::GLchar *function_name, glw::GLvoid *function_pointer, in binaryBase() argument
[all …]
/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/
Dmutex.cc2803 FunctionPointer function_pointer; in CallVoidPtrFunction() local
2804 std::memcpy(&function_pointer, c->callback_, sizeof(function_pointer)); in CallVoidPtrFunction()
2805 return (*function_pointer)(c->arg_); in CallVoidPtrFunction()

12