Home
last modified time | relevance | path

Searched refs:handle_type (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h79 typedef typename HandleTraits::handle_type handle_type; typedef
80 handle_type Handle;
96 handle_type take() { in take()
97 handle_type t = Handle; in take()
114 operator handle_type() const { in handle_type() function
120 typedef HANDLE handle_type; typedef
122 static handle_type GetInvalid() { in GetInvalid()
136 static handle_type GetInvalid() { in GetInvalid()
142 typedef HCRYPTPROV handle_type; typedef
144 static handle_type GetInvalid() { in GetInvalid()
[all …]
/llvm-project-15.0.7/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp79 typedef typename HandleType::handle_type handle_type; typedef in __anon594f3b190111::ScopedHandle
81 handle_type Handle;
87 explicit ScopedHandle(handle_type handle) in ScopedHandle()
106 operator handle_type() { in operator handle_type()
113 typedef HANDLE handle_type; typedef
115 static handle_type GetInvalidHandle() { in GetInvalidHandle()
123 static bool isValid(handle_type Handle) { in isValid()
129 typedef HANDLE handle_type; typedef
131 static handle_type GetInvalidHandle() { in GetInvalidHandle()
145 typedef LPVOID handle_type; typedef
[all …]
/llvm-project-15.0.7/compiler-rt/test/msan/Linux/
H A Dname_to_handle_at.cpp22 __msan_check_mem_is_initialized(&handle->handle_type, in main()
23 sizeof(handle->handle_type)); in main()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h37 typedef typename Node::handle_type handle_type; typedef
H A Dsanitizer_chained_origin_depot.cpp56 typedef Handle handle_type; typedef
H A Dsanitizer_stackdepot.cpp50 typedef StackDepotHandle handle_type; typedef
H A Dsanitizer_platform_limits_posix.h450 int handle_type; member
H A Dsanitizer_common_interceptors.inc7590 ctx, &sanitizer_handle->handle_type,
7591 sizeof(sanitizer_handle->handle_type));
7616 ctx, &sanitizer_handle->handle_type,
7617 sizeof(sanitizer_handle->handle_type));
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcoroutines-exp-namespace.cpp1385 using handle_type = std::experimental::coroutine_handle<>; typedef in awaitable_no_unused_warn
1387 void await_suspend(handle_type) noexcept {} in await_suspend() argument
1393 using handle_type = std::experimental::coroutine_handle<>; typedef in awaitable_unused_warn
1395 void await_suspend(handle_type) noexcept {} in await_suspend() argument
H A Dcoroutines.cpp1407 using handle_type = std::coroutine_handle<>; typedef in awaitable_no_unused_warn
1409 void await_suspend(handle_type) noexcept {} in await_suspend() argument
1416 using handle_type = std::coroutine_handle<>; typedef in awaitable_unused_warn
1418 void await_suspend(handle_type) noexcept {} in await_suspend() argument