| /llvm-project-15.0.7/llvm/test/Transforms/PruneEH/ |
| H A D | recursivetest.ll | 8 to label %Normal unwind label %Except ; <i32>:1 [#uses=0] 11 Except: ; preds = %0 21 to label %Normal unwind label %Except ; <i32>:1 [#uses=0] 24 Except: ; preds = %0
|
| H A D | simpletest.ll | 15 to label %Normal unwind label %Except 20 Except: ; preds = %0
|
| H A D | operand-bundles.ll | 16 to label %Normal unwind label %Except 21 Except: ; preds = %0
|
| H A D | looptest.ll | 24 to label %Normal unwind label %Except, !llvm.mem.parallel_loop_access !0 37 Except:
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | rapid-cxx-test.h | 209 # define TEST_CHECK_THROW(Except, ...) \ argument 214 , "TEST_CHECK_THROW(" #Except "," #__VA_ARGS__ ")", "" \ 219 } catch (Except const &) {} \ 224 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) \ argument 229 "TEST_CHECK_THROW_RESULT(" #Except \ 235 } catch (Except const& Caught) { \ 256 #define TEST_CHECK_THROW(Except, ...) ((void)0) argument 257 #define TEST_CHECK_THROW_RESULT(Except, Checker, ...) ((void)0) argument 286 # define TEST_REQUIRE_THROW(Except, ...) \ argument 318 #define TEST_REQUIRE_THROW(Except, ...) ((void)0) argument [all …]
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | __try.cpp | 62 void Except() { in Except() function 75 template void Except<void>();
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | return-ext.ll | 43 ; Except on Darwin, for legacy reasons. 64 ; Except on Darwin, for legacy reasons. 88 ; Except on Darwin, for legacy reasons.
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 200 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() argument 211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter() 217 RetCode, reinterpret_cast<uintptr_t>(Except)); in ExceptionFilter()
|
| /llvm-project-15.0.7/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 155 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll() 165 if (It == Except) in getAll()
|
| /llvm-project-15.0.7/libc/benchmarks/distributions/ |
| H A D | README.md | 34 Except for `GoogleD`, all distributions are gathered over one week worth of data.
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | altmacro_string.s | 21 # Except adding new string marks '<..>', a regular macro behavior is expected.
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 900 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPBinOp() argument 902 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() 934 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCast() argument 935 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() 984 const Twine &Name, Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCmp() argument 986 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() 997 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCall() argument 1013 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
|
| H A D | IntrinsicInst.cpp | 257 Optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment() local 258 if (Except) { in isDefaultFPEnvironment() 259 if (Except.value() != fp::ebIgnore) in isDefaultFPEnvironment()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-opt-report/ |
| H A D | mlineopt.test | 11 ; CHECK-NEXT: 8 | ** bit clear. Except, if we get to the 9th byte, it stores the full
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 2062 const SEHExceptStmt &Except) { in GenerateSEHFilterFunction() argument 2063 const Expr *FilterExpr = Except.getFilterExpr(); in GenerateSEHFilterFunction() 2170 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt() local 2171 assert(Except); in EnterSEHTryStmt() 2180 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt() 2191 HelperCGF.GenerateSEHFilterFunction(*this, *Except); in EnterSEHTryStmt() 2211 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt() local 2212 assert(Except && "__try must have __finally xor __except"); in ExitSEHTryStmt() 2258 EmitStmt(Except->getBlock()); in ExitSEHTryStmt()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | single-location.mir | 19 # Except for 'local', all DILocalVariable metadata has been removed.
|
| H A D | single-location-inlined-param.mir | 26 # Except for 'param', all DILocalVariable metadata has been removed.
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 450 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation() local 455 Except->getSourceRange().getBegin())); in BuildScopeInformation() 456 BuildScopeInformation(Except->getBlock(), NewParentScope); in BuildScopeInformation()
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | comdat-selection.s | 4 # (Except associative which is tested in associative-comdat.s and
|
| /llvm-project-15.0.7/clang/lib/Headers/cuda_wrappers/ |
| H A D | algorithm | 51 // function to change without changing anything else about it. (Except that
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/ |
| H A D | gmlt.ll | 38 ; just attach the DW_AT_name to the inlined_subroutine directly. Except that
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/indirect-jump-hazard/ |
| H A D | long-branch.ll | 2 ; Except for the NACL version which isn't parsed by update_llc_test_checks.py
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 1174 Value *getConstrainedFPExcept(Optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() argument 1177 if (Except) in getConstrainedFPExcept() 1178 UseExcept = Except.value(); in getConstrainedFPExcept() 1573 Optional<fp::ExceptionBehavior> Except = None); 2055 Optional<fp::ExceptionBehavior> Except = None); 2215 const Twine &Name = "", Optional<fp::ExceptionBehavior> Except = None); 2267 Optional<fp::ExceptionBehavior> Except = None);
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 783 void MCStreamer::emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, in emitWinEHHandler() argument 792 if (!Except && !Unwind) in emitWinEHHandler() 796 if (Except) in emitWinEHHandler()
|
| H A D | MCAsmStreamer.cpp | 363 void emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, 2072 bool Except, SMLoc Loc) { in emitWinEHHandler() argument 2073 MCStreamer::emitWinEHHandler(Sym, Unwind, Except, Loc); in emitWinEHHandler() 2083 if (Except) in emitWinEHHandler()
|