Searched refs:handle_t (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/test/AST/ |
D | coroutine-locals-cleanup.cpp | 36 using handle_t = coroutine_handle<promise_type>; typedef 40 explicit Awaiter(handle_t coro) noexcept; 46 handle_t await_suspend(coroutine_handle<> continuation) noexcept; 50 handle_t coro_; 53 Task(handle_t coro) noexcept : coro_(coro) {} in Task() 55 handle_t coro_;
|
/external/llvm-project/clang/test/CodeGenCoroutines/ |
D | coro-symmetric-transfer-02.cpp | 36 using handle_t = coro::coroutine_handle<promise_type>; typedef 40 explicit Awaiter(handle_t coro) noexcept; 46 handle_t await_suspend(coro::coroutine_handle<> continuation) noexcept; 50 handle_t coro_; 53 Task(handle_t coro) noexcept : coro_(coro) {} in Task() 55 handle_t coro_;
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | dataset_utils.h | 60 Tensor* handle_t; in Compute() local 61 OP_REQUIRES_OK(ctx, ctx->allocate_output(0, TensorShape({}), &handle_t)); in Compute() 62 handle_t->scalar<ResourceHandle>()() = handle; in Compute()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineCreationCacheControlTests.cpp | 380 typename handle_t = typename input_container_t::value_type, 381 typename move_t = Move<handle_t>, 382 typename deleter_t = Deleter<handle_t>, 399 move_t operator()(handle_t v) in wrapHandles()
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 331 int journal_revoke(handle_t *handle, unsigned long long blocknr, in journal_revoke() 422 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in journal_cancel_revoke()
|
/external/e2fsprogs/debugfs/ |
D | revoke.c | 331 int journal_revoke(handle_t *handle, unsigned long long blocknr, in journal_revoke() 422 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh) in journal_cancel_revoke()
|