Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/
Dnot_equal.pass.cpp29 constexpr bool operator!=(const X &, const nullptr_t &) { in operator !=()
33 constexpr bool operator!=(const nullptr_t &, const X &) { in operator !=()
Dequal.pass.cpp29 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/
Dsystem-header-simulator-cxx-std-suppression.h116 typedef decltype(nullptr) nullptr_t; typedef
141 shared_ptr<_Tp>::shared_ptr(nullptr_t) { in shared_ptr() argument
/external/libcxxabi/test/
Dcatch_reference_nullptr.pass.cpp30 using nullptr_t = decltype(nullptr); in main() typedef
/external/libmojo/base/android/
Dscoped_java_ref.h49 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/
Dnullptr.cpp12 typedef decltype(nullptr) nullptr_t; typedef
Dmangle-ms-cxx11.cpp73 namespace std { typedef decltype(__nullptr) nullptr_t; } typedef
74 void Null(std::nullptr_t) {} in Null()
/external/libcxx/test/support/
Dmin_allocator.h151 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/
DIceMemory.cpp41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current()
/external/clang/test/SemaCXX/
Dwarn-consumed-analysis.cpp12 typedef decltype(nullptr) nullptr_t; typedef
Dnullability.cpp8 typedef decltype(nullptr) nullptr_t; typedef
Dnullptr.cpp4 typedef decltype(nullptr) nullptr_t; typedef
Dconversion.cpp204 typedef decltype(nullptr) nullptr_t; typedef
/external/llvm/include/llvm/ExecutionEngine/Orc/
DJITSymbol.h37 JITSymbol(std::nullptr_t) in JITSymbol()
/external/clang/test/Lexer/
Dcxx0x_keyword_as_cxx98.cpp9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
/external/skia/src/utils/win/
DSkTScopedComPtr.h41 constexpr SkTScopedComPtr(std::nullptr_t) : fPtr(nullptr) {} in SkTScopedComPtr()
/external/clang/lib/Headers/
Dstddef.h109 namespace std { typedef decltype(nullptr) nullptr_t; } typedef
/external/libchrome/base/memory/
Dweak_ptr.h214 WeakPtr(std::nullptr_t) : ptr_(nullptr) {} in WeakPtr()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp4 typedef decltype(nullptr) nullptr_t; typedef
/external/llvm/include/llvm/ExecutionEngine/
DRuntimeDyld.h66 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {} in SymbolInfo()
/external/skia/include/core/
DSkRefCnt.h253 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp()
DSkBitmap.h308 void allocPixels(const SkImageInfo& info, std::nullptr_t, SkColorTable*) { in allocPixels()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h60 TypedDINodeRef(std::nullptr_t) {} in TypedDINodeRef()
/external/clang/test/Analysis/
Dnullptr.cpp87 typedef decltype(nullptr) nullptr_t; typedef
/external/libchrome/base/
Dlogging.cc472 void MakeCheckOpValueString(std::ostream* os, std::nullptr_t) { in MakeCheckOpValueString()

12