Lines Matching full:nullptr
6817 [Qt] Add NullPtr.cpp introduced in r71155 to the Qt build system.
6819 This fix is required for builds where HAVE(NULLPTR) is false
7000 * wtf/NullPtr.h: Added a HAVE(NULLPTR) definition for use with
7002 as one of the ones that has nullptr.
7003 * wtf/NullPtr.cpp: Updated condition to match.
7007 nullptr, because assignment of 0 will otherwise encounter
7014 if the compiler has nullptr, because assignment of 0 would be
7021 * JavaScriptCore.xcodeproj/project.pbxproj: Added NullPtr.cpp,
7339 (JSC::msToGregorianDateTime): Modified to set timeZone to nullptr since timeZone is now
10713 nullptr variable isn't needed, so we provide one for it.
10716 undefined symbol nullptr
10720 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def: Export nullptr.
10722 * JavaScriptCore.vcproj/WTF/WTF.vcproj: Added NullPtr.cpp and let VS
10725 * wtf/NullPtr.cpp: Added.
11842 Make a nullptr that works with OwnPtr and RefPtr
11845 * JavaScriptCore.xcodeproj/project.pbxproj: Added NullPtr.h.
11847 * wtf/NullPtr.h: Added.
11849 * wtf/OwnArrayPtr.h: Add an overload of = taking nullptr.