Searched defs:__null (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWconversion-null-2.C57 i != __null; // { dg-warning "" } __null used in arithmetic local
59 k != __null; // No warning: decay conversion local
71 __null && __null; // No warning: converting NULL to bool is OK local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr49938.C28 explicit scoped_array(C* p = __null):array_(p) {} argument
H A Dpr57235.C47 explicit scoped_ptr (C * p = __null):ptr_ (p) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr23478.C201 c5.f2 (xx12 (), __null, __null); local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dcopyprop.C108 explicit scoped_ptr(C* p = __null) : ptr_(p) { delete ptr_; } argument
109 void reset(C* p = __null) { argument
435 public: explicit linked_ptr(T* ptr = __null) { argument
[all...]

Completed in 82 milliseconds