Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__functional/
H A Dinvoke.h37 invoke_r(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_r_v<_Result, _Fn, _Args...>) { in invoke_r() function
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfunctional.inc14 using std::invoke_r;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfunctional232 constexpr R invoke_r(F&& f, Args&&... args) // C++23
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc1590 SYMBOL(invoke_r, std::, <functional>)