/llvm-project/libcxx/test/std/containers/views/mdspan/ |
H A D | ConvertibleToIntegral.h | 40 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 D | movable_box.h | 74 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 D | ubsan-function-noexcept.cpp | 12 void g(void (*p)() noexcept) { in g()
|
H A D | rtti-qualfn.cpp | 20 void g(__attribute__((noreturn)) void (A::*p)() noexcept) { in g()
|
H A D | mangle-ms-exception-spec.cpp | 12 void a(int() noexcept) {} in a()
|
H A D | mangle-exception-spec.cpp | 8 void b(int() noexcept) {} in b()
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | rpnew.h | 31 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 D | pair.h | 230 __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 D | types.h | 62 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 D | types.h | 51 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 D | p4.cpp | 33 template<typename R> void bar(R() noexcept) {} in bar()
|
/llvm-project/lldb/test/API/lang/c/cpp_keyword_identifiers/ |
H A D | main.c | 38 int noexcept = 1; in main() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-implicits.cpp | 293 void pointerConversion6(void (*NTF)() noexcept, void (*TF)()) {} in pointerConversion6() 306 void pointerConversion7(void (*NTF)() noexcept, NoexceptMaker NM) { pointerConversion7(NM, NTF); } in pointerConversion7()
|
H A D | easily-swappable-parameters-len2.cpp | 390 void functionPrototypeLosesNoexcept(void (*NonThrowing)() noexcept, void (*Throwing)()) {} in functionPrototypeLosesNoexcept()
|
/llvm-project/clang/test/Preprocessor/ |
H A D | cxx_oper_keyword_ms_compat.cpp | 65 #define noexcept macro
|