Home
last modified time | relevance | path

Searched defs:noexcept (Results 1 – 15 of 15) sorted by relevance

/llvm-project/libcxx/test/std/containers/views/mdspan/
H A DConvertibleToIntegral.h40 constexpr operator int() noexcept(ctor_nt_nc) requires(conv_nc) { return val; } in noexcept() function
41 constexpr operator int() const noexcept(ctor_nt_c) requires(conv_c) { return val; } in noexcept() function
/llvm-project/libcxx/include/__ranges/
H A Dmovable_box.h74 operator=(__movable_box const& __other) noexcept(is_nothrow_copy_constructible_v<_Tp>) in noexcept() function
93 operator=(__movable_box&& __other) noexcept(is_nothrow_move_constructible_v<_Tp>) { in noexcept() function
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-function-noexcept.cpp12 void g(void (*p)() noexcept) { in g()
H A Drtti-qualfn.cpp20 void g(__attribute__((noreturn)) void (A::*p)() noexcept) { in g()
H A Dmangle-ms-exception-spec.cpp12 void a(int() noexcept) {} in a()
H A Dmangle-exception-spec.cpp8 void b(int() noexcept) {} in b()
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpnew.h31 extern void *__CRTDECL operator new[](std::size_t size) noexcept(false) { in noexcept() function
95 std::align_val_t align) noexcept(false) { in noexcept() function
/llvm-project/libcxx/include/__utility/
H A Dpair.h230 __nat> const& __p) noexcept(is_nothrow_copy_assignable<first_type>::value && noexcept() function
239 __p) noexcept(is_nothrow_move_assignable<first_type>::value && noexcept() function
269 noexcept(is_nothrow_copy_assignable_v<const first_type> && is_nothrow_copy_assignable_v<const second_type>) noexcept() function
279 noexcept(is_nothrow_assignable_v<const first_type&, first_type> && noexcept() function
[all...]
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.move.wrap/
H A Dtypes.h62 constexpr Copyable& operator=(Copyable const& other) noexcept(false) { in noexcept() function
68 constexpr Copyable& operator=(Copyable&& other) noexcept(false) { in noexcept() function
/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h51 constexpr TracedBase& operator=(const TracedBase& other) noexcept(copyMoveNoexcept) { in noexcept() function
56 constexpr TracedBase& operator=(TracedBase&& other) noexcept(copyMoveNoexcept) { in noexcept() function
126 ThrowOnConvert(const ThrowOnConvert&) noexcept(false) {} in noexcept() function
128 ThrowOnConvert(ThrowOnConvert&&) noexcept(fals function
[all...]
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp4.cpp33 template<typename R> void bar(R() noexcept) {} in bar()
/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/
H A Dmain.c38 int noexcept = 1; in main() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.cpp293 void pointerConversion6(void (*NTF)() noexcept, void (*TF)()) {} in pointerConversion6()
306 void pointerConversion7(void (*NTF)() noexcept, NoexceptMaker NM) { pointerConversion7(NM, NTF); } in pointerConversion7()
H A Deasily-swappable-parameters-len2.cpp390 void functionPrototypeLosesNoexcept(void (*NonThrowing)() noexcept, void (*Throwing)()) {} in functionPrototypeLosesNoexcept()
/llvm-project/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp65 #define noexcept macro