Searched refs:CtorDtorTy (Results 1 – 3 of 3) sorted by relevance
102 typedef void (*CtorDtorTy)(); in runViaLayer() typedef107 CtorDtorTy CtorDtor = in runViaLayer()108 reinterpret_cast<CtorDtorTy>( in runViaLayer()
147 using CtorDtorTy = void (*)(); in runViaLayer() local152 CtorDtorTy CtorDtor = in runViaLayer()153 reinterpret_cast<CtorDtorTy>(static_cast<uintptr_t>(*AddrOrErr)); in runViaLayer()
152 using CtorDtorTy = void (*)(); in run() typedef168 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run()