| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | indirect-hidden.ll | 9 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 D | uwtables.ll | 6 ; 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 D | pre-load-implicit-cf-updates.ll | 14 ; 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 D | cxx-throws.cpp | 20 void throws() { in throws() function 88 throws(); in main()
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/call-throws/ |
| H A D | Makefile | 1 OBJC_SOURCES := call-throws.m
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | uncaught-exception.test | 1 # 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 D | exception-baseclass.rst | 25 // These kind of throws are ok.
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | invoke_test-1.ll | 16 ; caller returns true if might_throw throws an exception...
|
| H A D | invoke_test-2.ll | 22 ; caller returns true if might_throw throws an exception... callee cannot throw.
|
| H A D | invoke_test-3.ll | 25 ; caller returns true if might_throw throws an exception... which gets
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | catch-id-type.mm | 25 groups = Groups(); // throws on errors.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | ehabi-handlerdata-nounwind.ll | 6 ; For example, although the following function never throws any exception,
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | exceptions.cpp | 35 void throws() { in throws() function
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-exception-spec-cxx11.cpp | 108 template <typename T> void f2(T) noexcept(T::throws); // expected-note {{candidate}}
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __split_buffer | 202 // throws if construction throws 218 // throws if construction throws
|
| H A D | vector | 683 // 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 D | uwtables.ll | 14 ; Function is marked as nounwind but it still throws with __cxa_throw and
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | InAlloca.rst | 58 ; 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 D | 2001-09-18-OptimizeExceptions.txt | 10 throws an exception, unless it is defined as 'nothrow'. This means
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | cfi_sections.ll | 14 ;; No function has uwtable/personality or throws && f needs debug info -> emit .debug_frame
|
| /llvm-project-15.0.7/libcxx/docs/DesignDocs/ |
| H A D | ExtendedCXX03Support.rst | 104 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 D | exceptions.m | 144 // finally.no-call-exit: Predecessor is when the catch throws.
|
| /llvm-project-15.0.7/clang/www/ |
| H A D | libstdc++4.4-clang0x.patch | 68 - 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 D | Cxx14Issues.csv | 55 "`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 D | MemorySanitizer.rst | 217 from FreeBSD 13 but there is a check done at runtime and throws a warning
|