Searched refs:VoidFooTy (Results 1 – 1 of 1) sorted by relevance
268 using VoidFooTy = void (*)(void *); in testIt() typedef269 auto B = reinterpret_cast<VoidFooTy>(foo); in testIt()270 auto BAmp = reinterpret_cast<VoidFooTy>(&foo); in testIt()285 using VoidFooTy = void (*)(void *); in testItCStyle() typedef286 auto B = (VoidFooTy)foo; in testItCStyle()287 auto BAmp = (VoidFooTy)&foo; in testItCStyle()