Home
last modified time | relevance | path

Searched refs:throws (Results 1 – 25 of 44) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dindirect-hidden.ll9 declare void @throws()
12 invoke void @throws() to label %end unwind label %lpad
23 invoke void @throws() to label %end unwind label %lpad
H A Duwtables.ll6 ; Function is marked as nounwind but it still throws with __cxa_throw and
/llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/
H A Dpre-load-implicit-cf-updates.ll14 ; c2 only throws if c1 throws, so it can be safely removed and then PRE can
64 ; PRE of load is allowed because c2 only throws if c1 throws. c3 should
65 ; not be eliminated. c4 is eliminated because it only throws if c3 throws.
/llvm-project-15.0.7/clang/test/Profile/
H A Dcxx-throws.cpp20 void throws() { in throws() function
88 throws(); in main()
/llvm-project-15.0.7/lldb/test/API/commands/expression/call-throws/
H A DMakefile1 OBJC_SOURCES := call-throws.m
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Duncaught-exception.test1 # Test that throws a C++ exception and doesn't catch it. Should result in a
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/hicpp/
H A Dexception-baseclass.rst25 // These kind of throws are ok.
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dinvoke_test-1.ll16 ; caller returns true if might_throw throws an exception...
H A Dinvoke_test-2.ll22 ; caller returns true if might_throw throws an exception... callee cannot throw.
H A Dinvoke_test-3.ll25 ; caller returns true if might_throw throws an exception... which gets
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dcatch-id-type.mm25 groups = Groups(); // throws on errors.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dehabi-handlerdata-nounwind.ll6 ; For example, although the following function never throws any exception,
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dexceptions.cpp35 void throws() { in throws() function
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-exception-spec-cxx11.cpp108 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
/llvm-project-15.0.7/libcxx/include/
H A D__split_buffer202 // throws if construction throws
218 // throws if construction throws
H A Dvector683 // throws length_error if __n > max_size()
684 // throws (probably bad_alloc) if memory run out
995 // throws if construction throws
1012 // throws if construction throws
1045 // throws if construction throws
1065 // throws if construction throws
2375 // throws length_error if __n > max_size()
2376 // throws (probably bad_alloc) if memory run out
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Duwtables.ll14 ; Function is marked as nounwind but it still throws with __cxa_throw and
/llvm-project-15.0.7/llvm/docs/
H A DInAlloca.rst58 ; If a's ctor throws, we must destruct b.
145 or copy construction throws an exception, the landing pad must do
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt10 throws an exception, unless it is defined as 'nothrow'. This means
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dcfi_sections.ll14 ;; No function has uwtable/personality or throws && f needs debug info -> emit .debug_frame
/llvm-project-15.0.7/libcxx/docs/DesignDocs/
H A DExtendedCXX03Support.rst104 If the users constructor throws, the library needs to deallocate that memory. The idiomatic way to
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dexceptions.m144 // finally.no-call-exit: Predecessor is when the catch throws.
/llvm-project-15.0.7/clang/www/
H A Dlibstdc++4.4-clang0x.patch68 - swap(__shared_ptr<_Tp, _Lp>&& __other) // never throws
69 + swap(__shared_ptr<_Tp, _Lp>& __other) // never throws
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14Issues.csv55 "`2098 <https://wg21.link/lwg2098>`__","promise throws clauses","Bristol","|Complete|"
65 "`2185 <https://wg21.link/lwg2185>`__","Missing throws clause for future/shared_future::wait_for/wa…
/llvm-project-15.0.7/clang/docs/
H A DMemorySanitizer.rst217 from FreeBSD 13 but there is a check done at runtime and throws a warning

12