Searched defs:nullptr_t (Results 1 – 11 of 11) sorted by relevance
10 namespace std { typedef decltype(__nullptr) nullptr_t; } typedef11 void Null(std::nullptr_t) {} in Null()
12 typedef decltype(nullptr) nullptr_t; typedef
43 typedef decltype(nullptr) nullptr_t; typedef
47 PassOwnPtr(std::nullptr_t) : m_ptr(0) { } in PassOwnPtr()
46 OwnPtr(std::nullptr_t) : m_ptr(0) { } in OwnPtr()
82 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
4 typedef decltype(nullptr) nullptr_t; typedef
85 typedef decltype(nullptr) nullptr_t; typedef
295 using nullptr_t = decltype(nullptr); typedef