Home
last modified time | relevance | path

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

1234

/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/swiftshader/include/vulkan/
Dvulkan_handles.hpp1380 VULKAN_HPP_CONSTEXPR SurfaceKHR(std::nullptr_t) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
1391 SurfaceKHR &operator=(std::nullptr_t) VULKAN_HPP_NOEXCEPT in operator =()
1467 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT(std::nullptr_t) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
1481 DebugReportCallbackEXT &operator=(std::nullptr_t) VULKAN_HPP_NOEXCEPT in operator =()
1559 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT(std::nullptr_t) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
1573 DebugUtilsMessengerEXT &operator=(std::nullptr_t) VULKAN_HPP_NOEXCEPT in operator =()
1645 VULKAN_HPP_CONSTEXPR DisplayKHR(std::nullptr_t) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
1656 DisplayKHR &operator=(std::nullptr_t) VULKAN_HPP_NOEXCEPT in operator =()
1732 VULKAN_HPP_CONSTEXPR SwapchainKHR(std::nullptr_t) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
1743 SwapchainKHR &operator=(std::nullptr_t) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_handles.hpp1381 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
1392 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1468 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
1482 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1560 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
1574 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1646 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
1657 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1733 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
1744 SwapchainKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan_handles.hpp1368 VULKAN_HPP_CONSTEXPR SurfaceKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SurfaceKHR()
1380 SurfaceKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1467 VULKAN_HPP_CONSTEXPR DebugReportCallbackEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugReportCallbackEXT()
1481 DebugReportCallbackEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1569 VULKAN_HPP_CONSTEXPR DebugUtilsMessengerEXT( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DebugUtilsMessengerEXT()
1583 DebugUtilsMessengerEXT & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1664 VULKAN_HPP_CONSTEXPR DisplayKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in DisplayKHR()
1676 DisplayKHR & operator=( std::nullptr_t ) VULKAN_HPP_NOEXCEPT in operator =()
1763 VULKAN_HPP_CONSTEXPR SwapchainKHR( std::nullptr_t ) VULKAN_HPP_NOEXCEPT {} in SwapchainKHR()
1776 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/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/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dref_counted_ptr.h39 RefCountedPtr(std::nullptr_t) {} in RefCountedPtr()
190 WeakRefCountedPtr(std::nullptr_t) {} in WeakRefCountedPtr()
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dcstddef.h24 using nullptr_t = decltype(nullptr); variable
/external/libcxxabi/test/
Dcatch_reference_nullptr.pass.cpp30 using nullptr_t = decltype(nullptr); in main() typedef
/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/clang/test/CodeGenCXX/
Dnullptr.cpp12 typedef decltype(nullptr) nullptr_t; typedef
/external/webrtc/sdk/android/native_api/jni/
Dscoped_java_ref.h100 ScopedJavaLocalRef(std::nullptr_t) {} // NOLINT(runtime/explicit) in ScopedJavaLocalRef()
176 explicit constexpr ScopedJavaGlobalRef(std::nullptr_t) {} in ScopedJavaGlobalRef()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/support/
Derror_details.h47 inline grpc::Status ExtractErrorDetails(const grpc::Status&, std::nullptr_t) { in ExtractErrorDetails()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Derror_details.h47 inline grpc::Status ExtractErrorDetails(const grpc::Status&, std::nullptr_t) { in ExtractErrorDetails()
/external/skia/include/gpu/gl/
DGrGLFunctions.h260 GrGLFunction(std::nullptr_t) {} in GrGLFunction()
/external/swiftshader/third_party/subzero/src/
DIceMemory.cpp41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current()
/external/webrtc/api/
Darray_view.h165 ArrayView(std::nullptr_t) // NOLINT in ArrayView()
167 ArrayView(std::nullptr_t, size_t size) in ArrayView()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DJITSymbol.h37 JITSymbol(std::nullptr_t) in JITSymbol()
/external/pigweed/pw_function/public/pw_function/
Dfunction.h59 constexpr Function(std::nullptr_t) : Function() {} in Function()
/external/clang/test/SemaCXX/
Dwarn-consumed-analysis.cpp12 typedef decltype(nullptr) nullptr_t; typedef
/external/clang/test/Lexer/
Dcxx0x_keyword_as_cxx98.cpp9 typedef nullptr_t nullptr; // expected-warning {{'nullptr' is a keyword in C++11}} typedef
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_ptr_info.h23 InterfacePtrInfo(std::nullptr_t) : InterfacePtrInfo() {} in InterfacePtrInfo()
/external/perfetto/include/perfetto/tracing/
Dstring_helpers.h36 constexpr StaticString(std::nullptr_t) : value(nullptr) {} in StaticString()

1234