Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dpointer_to_unary_function.h36 ptr_fun(_Result (*__f)(_Arg)) { in ptr_fun() function
H A Dpointer_to_binary_function.h36 ptr_fun(_Result (*__f)(_Arg1, _Arg2)) { in ptr_fun() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional303 pointer_to_unary_function<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C+…
314 pointer_to_binary_function<Arg1,Arg2,Result> ptr_fun(Result (*f)(Arg1,Arg2)); // deprecated in C+…
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2375 SYMBOL(ptr_fun, std::, <functional>)