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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWzero-as-null-pointer-constant-1.C5 typedef int (A::*pointmemfun) (int); typedef
9 pointmemfun pmfs;
16 pointmemfun pmf(0); // { dg-warning "zero as null pointer" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A DWzero-as-null-pointer-constant-1.C6 typedef int (A::*pointmemfun) (int); typedef
10 pointmemfun pmfs;
17 pointmemfun pmf(0); // { dg-warning "zero as null pointer" }
22 pointmemfun pmfn(nullptr);

Completed in 79 milliseconds