Home
last modified time | relevance | path

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

123456

/external/icu/libicu/cts_headers/
Dulocimp.h155 std::nullptr_t, in ulocimp_getSubtags()
/external/icu/icu4c/source/common/
Dulocimp.h155 std::nullptr_t, in ulocimp_getSubtags()
/external/gemmlowp/profiling/
Dpthread_everywhere.h48 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/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp2367 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
2379 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2454 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
2469 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2544 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
2559 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2628 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
2640 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2715 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
2727 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
/external/stg/test_cases/info_tests/typedef/
Dnullptr.cc6 typedef decltype(nullptr) nullptr_t; typedef
8 void foo(nullptr_t) {} in foo() argument
/external/swiftshader/include/vulkan/
Dvulkan_handles.hpp2192 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
2203 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2277 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
2291 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2365 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
2379 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2447 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
2458 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2532 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
2543 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
/external/angle/third_party/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp2428 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
2440 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2527 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
2542 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2629 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
2644 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2725 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
2737 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
2824 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
2836 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
/external/libchrome/base/android/
Dscoped_java_ref.h53 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/
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/cronet/third_party/libc++/src/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/perfetto/include/perfetto/tracing/
Dstring_helpers.h37 constexpr StaticString(std::nullptr_t) : value(nullptr) {} in StaticString()
72 constexpr std::nullptr_t GetStaticString(std::nullptr_t) { in GetStaticString()
/external/cronet/base/android/
Dscoped_java_ref.h56 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/
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/cronet/third_party/libc++/src/include/
Dstddef.h50 typedef decltype(nullptr) nullptr_t; typedef
/external/llvm-libc/src/__support/CPP/type_traits/
Dis_null_pointer.h18 using nullptr_t = decltype(nullptr); variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted_ptr.h39 RefCountedPtr(std::nullptr_t) {} in RefCountedPtr()
180 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr()
/external/libcxxabi/test/
Dcatch_reference_nullptr.pass.cpp30 using nullptr_t = decltype(nullptr); in main() typedef
/external/pigweed/pw_minimal_cpp_stdlib/public/pw_minimal_cpp_stdlib/internal/
Dcstddef.h24 using nullptr_t = decltype(nullptr); variable
/external/clang/test/CodeGenCXX/
Dnullptr.cpp12 typedef decltype(nullptr) nullptr_t; typedef
/external/cronet/third_party/libc++/src/include/__exception/
Dexception_ptr.h31 _LIBCPP_HIDE_FROM_ABI exception_ptr(nullptr_t) _NOEXCEPT : __ptr_() {} in exception_ptr() argument
/external/libcxx/test/support/
Dmin_allocator.h205 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/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dexecutor.hpp58 executor(nullptr_t) BOOST_ASIO_NOEXCEPT in executor() argument
113 executor& operator=(nullptr_t) BOOST_ASIO_NOEXCEPT in operator =() argument
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Derror_details.h47 inline grpc::Status ExtractErrorDetails(const grpc::Status&, std::nullptr_t) { in ExtractErrorDetails()

123456