/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/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_handles.hpp | 1004 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR() 1016 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() 1100 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT() 1114 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() 1198 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT() 1212 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() 1289 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR() 1301 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =() 1385 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR() 1398 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/llvm-project/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/llvm-project/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/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
D | cstddef.h | 24 using nullptr_t = decltype(nullptr); variable
|
/external/libcxxabi/test/ |
D | catch_reference_nullptr.pass.cpp | 30 using nullptr_t = decltype(nullptr); in main() typedef
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | ref_counted_ptr.h | 39 RefCountedPtr(std::nullptr_t) {} in RefCountedPtr() 189 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr()
|
/external/llvm-project/libcxxabi/test/ |
D | catch_reference_nullptr.pass.cpp | 30 using nullptr_t = decltype(nullptr); in main() typedef
|
/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/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/skqp/include/gpu/gl/ |
D | GrGLFunctions.h | 273 GrGLFunction(std::nullptr_t) {} in GrGLFunction()
|
/external/skia/include/gpu/gl/ |
D | GrGLFunctions.h | 260 GrGLFunction(std::nullptr_t) {} in GrGLFunction()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceMemory.cpp | 41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current()
|
/external/llvm-project/libcxx/test/support/ |
D | min_allocator.h | 206 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 223 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 247 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) TEST_NOEXCEPT : ptr_(nullptr) {} in min_pointer() 317 TEST_CONSTEXPR_CXX14 min_pointer(std::nullptr_t) : ptr_(nullptr) {} in min_pointer()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | JITSymbol.h | 37 JITSymbol(std::nullptr_t) in JITSymbol()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-consumed-analysis.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
/external/clang/test/SemaCXX/ |
D | warn-consumed-analysis.cpp | 12 typedef decltype(nullptr) nullptr_t; typedef
|
/external/webrtc/api/ |
D | array_view.h | 165 ArrayView(std::nullptr_t) // NOLINT in ArrayView() 167 ArrayView(std::nullptr_t, size_t size) in ArrayView()
|
/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
|