Home
last modified time | relevance | path

Searched defs:nullptr_t (Results 1 – 7 of 7) 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/clang/lib/Headers/
Dstddef.h57 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/webkit/Source/JavaScriptCore/wtf/
DPassOwnArrayPtr.h47 PassOwnArrayPtr(std::nullptr_t) : m_ptr(0) { } in PassOwnArrayPtr()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp4 typedef decltype(nullptr) nullptr_t; typedef
/external/clang/test/SemaCXX/
Dnullptr.cpp4 typedef decltype(nullptr) nullptr_t; typedef