Searched refs:VoidFnTy (Results 1 – 1 of 1) sorted by relevance
258 using VoidFnTy = void (*)(); typedef265 auto A = reinterpret_cast<VoidFnTy>(foo); in testIt()266 auto AAmp = reinterpret_cast<VoidFnTy>(&foo); in testIt()282 auto A = (VoidFnTy)foo; in testItCStyle()283 auto AAmp = (VoidFnTy)&foo; in testItCStyle()