Searched defs:callback_fn (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSTLExtras.h74 static Ret callback_fn(intptr_t callable, Params ...params) { function in class:llvm::function_ref
85 : callback(callback_fn<typename std::remove_reference<Callable>::type>),

Completed in 78 milliseconds