Searched refs:pointfun (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWzero-as-null-pointer-constant-1.C7 typedef int (*pointfun) (int); typedef
11 pointfun pfs;
18 pointfun pf(0); // { dg-warning "zero as null pointer" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A DWzero-as-null-pointer-constant-1.C8 typedef int (*pointfun) (int); typedef
12 pointfun pfs;
19 pointfun pf(0); // { dg-warning "zero as null pointer" }
24 pointfun pfn(nullptr);

Completed in 102 milliseconds