Home
last modified time | relevance | path

Searched defs:_Arg2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/
H A Dpointer_to_binary_function.h27 …_LIBCPP_HIDE_FROM_ABI explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) : __f_(__f… in pointer_to_binary_function() argument
32 inline _LIBCPP_HIDE_FROM_ABI pointer_to_binary_function<_Arg1, _Arg2, _Result> ptr_fun(_Result (*__… in ptr_fun() argument
/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dpointer_to_binary_function.h29 …_LIBCPP_HIDE_FROM_ABI explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) : __f_(__f… in pointer_to_binary_function() argument
35 ptr_fun(_Result (*__f)(_Arg1, _Arg2)) { in ptr_fun() argument