Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dunique_function.h50 template <typename FnT> class unique_function; variable
56 unique_function(std::nullptr_t) {} in unique_function() function
63 unique_function(CallableT &&Callable) in unique_function() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DFunctionExtras.h57 template <typename FunctionT> class unique_function; variable