Home
last modified time | relevance | path

Searched refs:NoexceptTrue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.destructible/
H A Ddestructible.compile.pass.cpp29 struct NoexceptTrue { struct
30 ~NoexceptTrue() noexcept(true);
62 test<NoexceptTrue>(); in test()
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.constructible/
H A Dconstructible_from.compile.pass.cpp33 struct NoexceptTrue { struct
34 ~NoexceptTrue() noexcept(true);
128 test<NoexceptTrue>(); in test()
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.default.init/
H A Ddefault_initializable.compile.pass.cpp57 struct NoexceptTrue { struct
58 ~NoexceptTrue() noexcept(true);
167 test_true <NoexceptTrue>(); in test()