Home
last modified time | relevance | path

Searched defs:from_address (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/
H A Dfrom_address.pass.cpp38 TEST_IGNORE_NODISCARD C::from_address((int*)nullptr); in do_test() member in do_test::C
39 TEST_IGNORE_NODISCARD C::from_address((void*)nullptr); in do_test() member in do_test::C
40 TEST_IGNORE_NODISCARD C::from_address((char*)nullptr); in do_test() member in do_test::C
/llvm-project/clang/test/CodeGenCoroutines/
H A Dcoro-return.cpp8 static coroutine_handle from_address(void *) noexcept { return {}; } in from_address() function
11 static coroutine_handle from_address(void *) { return {}; } in from_address() function
H A Dcoro-newpm-pipeline.cpp29 static handle from_address(void *address) noexcept { return {}; } in from_address() function
H A Dcoro-always-inline.cpp19 static handle from_address(void *address) noexcept { return {}; } in from_address() function
H A Dcoro-alloc.cpp12 static coroutine_handle from_address(void *) noexcept { return {}; } in from_address() function
17 static coroutine_handle from_address(void *) { return {}; } in from_address() function
/llvm-project/clang/test/CoverageMapping/
H A Dcoroutine.cpp10 static coroutine_handle from_address(void *) noexcept { return {}; } in from_address() function
14 static coroutine_handle from_address(void *) { return {}; } in from_address() function
/llvm-project/clang/test/SemaCXX/
H A Dcoroutine-alloc-2.cpp11 static coroutine_handle from_address(void *) noexcept { return {}; } in from_address() function
16 static coroutine_handle from_address(void *) { return {}; } in from_address() function
H A Dcoroutine-alloc-3.cpp11 static coroutine_handle from_address(void *) noexcept { return {}; } in from_address() function
16 static coroutine_handle from_address(void *) { return {}; } in from_address() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/system/
H A Dcoroutines.h12 static constexpr coroutine_handle from_address(void *addr) noexcept { return {}; }; in from_address() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/Inputs/system/
H A Dcoroutines.h12 static constexpr coroutine_handle from_address(void *addr) noexcept { return {}; }; in from_address() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dcoroutine-hostile-raii.cpp16 static coroutine_handle from_address(void *addr) noexcept { in from_address() function
42 static coroutine_handle from_address(void *addr) noexcept { in from_address() function