Searched refs:fptr (Results 1 – 1 of 1) sorted by relevance
260 typedef Expected (*fptr)(); in Run() typedef261 fptr f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(code_ptr)); in Run()264 f = reinterpret_cast<fptr>(reinterpret_cast<uintptr_t>(f) + 1); in Run()