Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DReactor.hpp3357 using fptrTy = decltype(fptr); in Call() typedef
3363 auto fptr = *reinterpret_cast<fptrTy *>(fptrptr); in Call()
3381 using fptrTy = decltype(fptr); in Call() typedef
3387 auto fptr = *reinterpret_cast<fptrTy *>(fptrptr); in Call()