/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/ |
D | not_equal.pass.cpp | 29 constexpr bool operator!=(const X &, const nullptr_t &) { in operator !=() 33 constexpr bool operator!=(const nullptr_t &, const X &) { in operator !=()
|
D | equal.pass.cpp | 29 constexpr bool operator==(const X &, const nullptr_t &) { in operator ==() 33 constexpr bool operator==(const nullptr_t &, const X &) { in operator ==()
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-cxx-std-suppression.h | 116 typedef decltype(nullptr) nullptr_t; typedef 141 shared_ptr<_Tp>::shared_ptr(nullptr_t) { in shared_ptr() argument
|
/external/libcxxabi/test/ |
D | catch_reference_nullptr.pass.cpp | 30 using nullptr_t = decltype(nullptr); in main() typedef
|
/external/libmojo/base/android/ |
D | scoped_java_ref.h | 49 JavaRef(std::nullptr_t) : JavaRef() {} in JavaRef() 93 JavaRef(std::nullptr_t) : JavaRef<jobject>(nullptr) {} in JavaRef() 122 JavaParamRef(std::nullptr_t) : JavaRef<T>(nullptr) {} in JavaParamRef()
|
/external/clang/test/CodeGenCXX/ |
D | nullptr.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
D | mangle-ms-cxx11.cpp | 73 namespace std { typedef decltype(__nullptr) nullptr_t; } typedef 74 void Null(std::nullptr_t) {} in Null()
|
/external/libcxx/test/support/ |
D | min_allocator.h | 151 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 168 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 192 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 262 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceMemory.cpp | 41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current()
|
/external/clang/test/SemaCXX/ |
D | warn-consumed-analysis.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
D | nullability.cpp | 8 typedef decltype(nullptr) nullptr_t; typedef
|
D | nullptr.cpp | 4 typedef decltype(nullptr) nullptr_t; typedef
|
D | conversion.cpp | 204 typedef decltype(nullptr) nullptr_t; typedef
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | JITSymbol.h | 37 JITSymbol(std::nullptr_t) in JITSymbol()
|
/external/clang/test/Lexer/ |
D | cxx0x_keyword_as_cxx98.cpp | 9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
|
/external/skia/src/utils/win/ |
D | SkTScopedComPtr.h | 41 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {} in SkTScopedComPtr()
|
/external/clang/lib/Headers/ |
D | stddef.h | 109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
|
/external/libchrome/base/memory/ |
D | weak_ptr.h | 214 WeakPtr(std::nullptr_t) : ptr_(nullptr) {} in WeakPtr()
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
D | p1-11.cpp | 4 typedef decltype(nullptr) nullptr_t; typedef
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | RuntimeDyld.h | 66 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {} in SymbolInfo()
|
/external/skia/include/core/ |
D | SkRefCnt.h | 253 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp()
|
D | SkBitmap.h | 308 void allocPixels(const SkImageInfo& info, std::nullptr_t, SkColorTable*) { in allocPixels()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 60 TypedDINodeRef(std::nullptr_t) {} in TypedDINodeRef()
|
/external/clang/test/Analysis/ |
D | nullptr.cpp | 87 typedef decltype(nullptr) nullptr_t; typedef
|
/external/libchrome/base/ |
D | logging.cc | 472 void MakeCheckOpValueString(std::ostream* os, std::nullptr_t) { in MakeCheckOpValueString()
|