Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
DMicrosoftCompatibility-cxx98.cpp10 typedef void (*FnPtrTy)(); typedef
11 void (*PR23733_1)() = static_cast<FnPtrTy>((void *)0); // expected-warning {{static_cast between po…
12 void (*PR23733_2)() = FnPtrTy((void *)0);
13 void (*PR23733_3)() = (FnPtrTy)((void *)0);
14 void (*PR23733_4)() = reinterpret_cast<FnPtrTy>((void *)0);