Searched refs:CtorDtorTy (Results 1 – 4 of 4) sorted by relevance
102 typedef void (*CtorDtorTy)(); in runViaLayer() typedef107 CtorDtorTy CtorDtor = in runViaLayer()108 reinterpret_cast<CtorDtorTy>( in runViaLayer()
127 using CtorDtorTy = void (*)(); in runViaLayer() local132 CtorDtorTy CtorDtor = in runViaLayer()133 reinterpret_cast<CtorDtorTy>(static_cast<uintptr_t>(*AddrOrErr)); in runViaLayer()
145 using CtorDtorTy = void (*)(); in run() typedef161 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run()
141 using CtorDtorTy = void (*)(); in run() typedef157 auto CtorDtor = reinterpret_cast<CtorDtorTy>( in run()