Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmangle-ms-cxx11.cpp10 namespace std { typedef decltype(__nullptr) nullptr_t; } typedef
11 void Null(std::nullptr_t) {} in Null()
Dnullptr.cpp12 typedef decltype(nullptr) nullptr_t; typedef
/external/chromium_org/third_party/WebKit/Source/wtf/
DNullPtr.h43 typedef decltype(nullptr) nullptr_t; typedef
DPassOwnPtr.h47 PassOwnPtr(std::nullptr_t) : m_ptr(0) { } in PassOwnPtr()
DOwnPtr.h46 OwnPtr(std::nullptr_t) : m_ptr(0) { } in OwnPtr()
/external/clang/lib/Headers/
Dstddef.h82 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
/external/clang/test/Lexer/
Dcxx0x_keyword_as_cxx98.cpp9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
/external/clang/test/SemaCXX/
Dnullptr.cpp4 typedef decltype(nullptr) nullptr_t; typedef
/external/clang/test/Analysis/
Dnullptr.cpp85 typedef decltype(nullptr) nullptr_t; typedef
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp4 typedef decltype(nullptr) nullptr_t; typedef
/external/clang/test/CXX/drs/
Ddr1xx.cpp295 using nullptr_t = decltype(nullptr); typedef