Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Denable_if.cpp258 using VoidFnTy = void (*)(); typedef
265 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()