Home
last modified time | relevance | path

Searched refs:Except (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project-15.0.7/llvm/test/Transforms/PruneEH/
H A Drecursivetest.ll8 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 Dsimpletest.ll15 to label %Normal unwind label %Except
20 Except: ; preds = %0
H A Doperand-bundles.ll16 to label %Normal unwind label %Except
21 Except: ; preds = %0
H A Dlooptest.ll24 to label %Normal unwind label %Except, !llvm.mem.parallel_loop_access !0
37 Except:
/llvm-project-15.0.7/libcxx/test/support/
H A Drapid-cxx-test.h209 # 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.cpp62 void Except() { in Except() function
75 template void Except<void>();
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dreturn-ext.ll43 ; 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 DCrashRecoveryContext.cpp200 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 DFileMatchTrie.cpp155 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 DREADME.md34 Except for `GoogleD`, all distributions are gathered over one week worth of data.
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Daltmacro_string.s21 # Except adding new string marks '<..>', a regular macro behavior is expected.
/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp900 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 DIntrinsicInst.cpp257 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 Dmlineopt.test11 ; 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 DCGException.cpp2062 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 Dsingle-location.mir19 # Except for 'local', all DILocalVariable metadata has been removed.
H A Dsingle-location-inlined-param.mir26 # Except for 'param', all DILocalVariable metadata has been removed.
/llvm-project-15.0.7/clang/lib/Sema/
H A DJumpDiagnostics.cpp450 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 Dcomdat-selection.s4 # (Except associative which is tested in associative-comdat.s and
/llvm-project-15.0.7/clang/lib/Headers/cuda_wrappers/
H A Dalgorithm51 // function to change without changing anything else about it. (Except that
/llvm-project-15.0.7/llvm/test/DebugInfo/Inputs/
H A Dgmlt.ll38 ; 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 Dlong-branch.ll2 ; 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 DIRBuilder.h1174 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 DMCStreamer.cpp783 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 DMCAsmStreamer.cpp363 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()

12