Home
last modified time | relevance | path

Searched defs:func_ptr (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/libs/atomic/test/
Dcf_arith_func_ptr.cpp12 typedef void (*func_ptr)(int); in main() typedef
/third_party/boost/libs/function_types/test/classification/
Dis_function.cpp15 typedef void (*func_ptr)(); typedef
Dis_function_reference.cpp15 typedef void (*func_ptr)(); typedef
Dis_callable_builtin.cpp15 typedef void (*func_ptr)(); typedef
Dis_function_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_nonmember_callable_builtin.cpp15 typedef void (*func_ptr)(); typedef
Dis_member_object_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_member_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_member_function_pointer.cpp15 typedef void (*func_ptr)(); typedef
Dis_variadic.cpp16 typedef void (*func_ptr)(...); typedef
/third_party/boost/libs/function_types/test/decomposition/
Dfunction_arity.cpp15 typedef C (*func_ptr)(int); typedef
Dparameter_types.cpp21 typedef C (*func_ptr)(C,int); typedef
Dcomponents.cpp20 typedef C (*func_ptr)(int); typedef
Dresult_type.cpp20 typedef C (*func_ptr)(); typedef
/third_party/mingw-w64/mingw-w64-crt/crt/
Dgccmain.c15 typedef void (*func_ptr) (void); typedef
/third_party/boost/boost/contract/core/
Daccess.hpp129 typedef void (*func_ptr)(); typedef in boost::contract::access::static_invariant_addr
/third_party/boost/libs/function_types/example/
Dresult_of_example.cpp39 typedef int (*func_ptr)(float, double); in main() typedef
/third_party/boost/libs/hana/test/functional/
Dapply.cpp55 ClassFunc func_ptr = &TestClass::operator(); in test_b12() local
79 ClassFunc func_ptr = &TestClass::data; in test_b34() local
/third_party/boost/boost/dll/
Dimport.hpp43 … inline library_function(const boost::shared_ptr<shared_library>& lib, T* func_ptr) BOOST_NOEXCEPT in library_function()
/third_party/boost/libs/utility/test/
Dresult_of_test.cpp165 typedef int (*func_ptr)(float, double); in main() typedef
/third_party/boost/libs/fusion/test/functional/
Dinvoke_procedure.cpp199 typedef int (* func_ptr)(int &); typedef
Dinvoke.cpp162 typedef int (* func_ptr)(int); typedef
/third_party/boost/boost/function/
Dfunction_base.hpp87 mutable func_ptr_t func_ptr; member