| /external/gemmlowp/profiling/ | 
| D | pthread_everywhere.h | 48 inline void pthread_create(pthread_t *thread, std::nullptr_t,  in pthread_create() 52 inline void pthread_join(pthread_t thread, std::nullptr_t) { thread->join(); }  in pthread_join() 53 inline void pthread_mutex_init(pthread_mutex_t *mutex, std::nullptr_t) {  in pthread_mutex_init() 59 inline void pthread_cond_init(pthread_cond_t *cond, std::nullptr_t) {  in pthread_cond_init()
  | 
| /external/swiftshader/include/vulkan/ | 
| D | vulkan_handles.hpp | 1585     VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in SurfaceKHR() 1599     SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1674     VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in DebugReportCallbackEXT() 1688     DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1763     VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in DebugUtilsMessengerEXT() 1777     DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1846     VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in DisplayKHR() 1860     DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1935     VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in SwapchainKHR() 1949     SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() [all …] 
 | 
| /external/vulkan-headers/include/vulkan/ | 
| D | vulkan_handles.hpp | 1590     VULKAN_HPP_CONSTEXPR         SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in SurfaceKHR() 1601     SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1675     VULKAN_HPP_CONSTEXPR         DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in DebugReportCallbackEXT() 1689     DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1763     VULKAN_HPP_CONSTEXPR         DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in DebugUtilsMessengerEXT() 1777     DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1845     VULKAN_HPP_CONSTEXPR         DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in DisplayKHR() 1856     DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 1930     VULKAN_HPP_CONSTEXPR         SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in SwapchainKHR() 1941     SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() [all …] 
 | 
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ | 
| D | vulkan_handles.hpp | 2125     VULKAN_HPP_CONSTEXPR         SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in SurfaceKHR() 2136     SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 2210     VULKAN_HPP_CONSTEXPR         DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in DebugReportCallbackEXT() 2224     DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 2298     VULKAN_HPP_CONSTEXPR         DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in DebugUtilsMessengerEXT() 2312     DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 2380     VULKAN_HPP_CONSTEXPR         DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in DisplayKHR() 2391     DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() 2465     VULKAN_HPP_CONSTEXPR         SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {}  in SwapchainKHR() 2476     SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT  in operator =() [all …] 
 | 
| /external/libchrome/base/android/ | 
| D | scoped_java_ref.h | 53   constexpr JavaRef(std::nullptr_t) : JavaRef() {}  in JavaRef() 97   JavaRef(std::nullptr_t) : JavaRef<jobject>(nullptr) {}  in JavaRef() 124   JavaParamRef(std::nullptr_t) : JavaRef<T>(nullptr) {}  in JavaParamRef() 150   constexpr ScopedJavaLocalRef(std::nullptr_t) : env_(nullptr) {}  in ScopedJavaLocalRef() 238   constexpr ScopedJavaGlobalRef(std::nullptr_t) {}  in ScopedJavaGlobalRef()
  | 
| /external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.nonmembers/propagate_const.relops/ | 
| 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 ==()
  | 
| 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 !=()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/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/perfetto/include/perfetto/tracing/ | 
| D | string_helpers.h | 37   constexpr StaticString(std::nullptr_t) : value(nullptr) {}  in StaticString() 67 constexpr std::nullptr_t GetStaticString(std::nullptr_t) {  in GetStaticString()
  | 
| /external/cronet/base/android/ | 
| D | scoped_java_ref.h | 56   constexpr JavaRef(std::nullptr_t) {}  in JavaRef() 113   constexpr JavaRef(std::nullptr_t) {}  in JavaRef() 152   JavaParamRef(std::nullptr_t) {}  in JavaParamRef() 185   constexpr ScopedJavaLocalRef(std::nullptr_t) {}  in ScopedJavaLocalRef() 311   constexpr ScopedJavaGlobalRef(std::nullptr_t) {}  in ScopedJavaGlobalRef()
  | 
| /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/cronet/buildtools/third_party/libc++/trunk/include/ | 
| D | stddef.h | 50     typedef decltype(nullptr) nullptr_t;  typedef
  | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ | 
| D | ref_counted_ptr.h | 39   RefCountedPtr(std::nullptr_t) {}  in RefCountedPtr() 190   WeakRefCountedPtr(std::nullptr_t) {}  in WeakRefCountedPtr()
  | 
| /external/libcxxabi/test/ | 
| D | catch_reference_nullptr.pass.cpp | 30   using nullptr_t = decltype(nullptr);  in main()  typedef
  | 
| /external/pigweed/pw_minimal_cpp_stdlib/public/internal/ | 
| D | cstddef.h | 24 using nullptr_t = decltype(nullptr);  variable
  | 
| /external/clang/test/CodeGenCXX/ | 
| D | nullptr.cpp | 12 typedef decltype(nullptr) nullptr_t;  typedef
  | 
| /external/libcxx/test/support/ | 
| D | min_allocator.h | 205     min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}  in min_pointer() 222     min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}  in min_pointer() 246     min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}  in min_pointer() 316     min_pointer(std::nullptr_t) : ptr_(nullptr) {}  in min_pointer()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/include/__exception/ | 
| D | exception_ptr.h | 31   _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {}  in exception_ptr()  argument
  | 
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/ | 
| D | error_details.h | 47 inline grpc::Status ExtractErrorDetails(const grpc::Status&, std::nullptr_t) {  in ExtractErrorDetails()
  | 
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ | 
| D | error_details.h | 47 inline grpc::Status ExtractErrorDetails(const grpc::Status&, std::nullptr_t) {  in ExtractErrorDetails()
  | 
| /external/cronet/buildtools/third_party/libc++/trunk/test/support/ | 
| D | min_allocator.h | 209     min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}  in min_pointer() 226     TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}  in min_pointer() 250     TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {}  in min_pointer() 320     TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {}  in min_pointer()
  | 
| /external/cronet/base/allocator/partition_allocator/ | 
| D | compressed_pointer.h | 133   PA_ALWAYS_INLINE constexpr explicit CompressedPointer(std::nullptr_t)  in CompressedPointer() 454   PA_ALWAYS_INLINE constexpr explicit UncompressedPointer(std::nullptr_t)  in UncompressedPointer()
  | 
| /external/webrtc/sdk/android/native_api/jni/ | 
| D | scoped_java_ref.h | 100   ScopedJavaLocalRef(std::nullptr_t) {}  // NOLINT(runtime/explicit)  in ScopedJavaLocalRef() 176   explicit constexpr ScopedJavaGlobalRef(std::nullptr_t) {}  in ScopedJavaGlobalRef()
  | 
| /external/swiftshader/third_party/subzero/src/ | 
| D | IceMemory.cpp | 41 void CfgAllocatorTraits::set_current(std::nullptr_t) {  in set_current()
  |