Home
last modified time | relevance | path

Searched defs:ptr_fun (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__functional/
H A Dpointer_to_unary_function.h39 ptr_fun(_Result (*__f)(_Arg)) in ptr_fun() function
H A Dpointer_to_binary_function.h39 ptr_fun(_Result (*__f)(_Arg1,_Arg2)) in ptr_fun() function
/openbsd-src/gnu/gcc/libstdc++-v3/include/bits/
H A Dstl_function.h500 ptr_fun(_Result (*__x)(_Arg)) in ptr_fun() function
525 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) in ptr_fun() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_function.h450 inline pointer_to_unary_function<_Arg, _Result> ptr_fun(_Result (*__x)(_Arg)) in ptr_fun() function
473 ptr_fun(_Result (*__x)(_Arg1, _Arg2)) { in ptr_fun() function