Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1648 template <typename SPSSignature, typename ClassT, typename... MethodArgTs>
1650 wrapAsyncWithSPS(ClassT *Instance, void (ClassT::*Method)(MethodArgTs...)) { in wrapAsyncWithSPS() argument
1652 [Instance, Method](MethodArgTs &&...MethodArgs) { in wrapAsyncWithSPS()
1653 (Instance->*Method)(std::forward<MethodArgTs>(MethodArgs)...); in wrapAsyncWithSPS()