STLExtras.h | 74 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref 82 : callback(callback_fn<typename std::remove_reference<Callable>::type>), 97 static Ret callback_fn(intptr_t callable) { function in class:llvm::function_ref 104 : callback(callback_fn<typename std::remove_reference<Callable>::type>), 115 static Ret callback_fn(intptr_t callable, Param1 param1) { function in class:llvm::function_ref 123 : callback(callback_fn<typename std::remove_reference<Callable>::type>), 136 static Ret callback_fn(intptr_t callable, Param1 param1, Param2 param2) { function in class:llvm::function_ref 145 : callback(callback_fn<typename std::remove_reference<Callable>::type>), 160 static Ret callback_fn(intptr_t callable, Param1 param1, Param2 param2, function in class:llvm::function_ref 171 : callback(callback_fn<typename std::remove_reference<Callable>::type>) [all...] |