/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 201 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 971 CreateConstrainedFPBinOp(Intrinsic::ID ID,Value * L,Value * R,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<RoundingMode> Rounding,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPBinOp() argument 989 CreateConstrainedFPUnroundedBinOp(Intrinsic::ID ID,Value * L,Value * R,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPUnroundedBinOp() argument 1022 CreateConstrainedFPCast(Intrinsic::ID ID,Value * V,Type * DestTy,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<RoundingMode> Rounding,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPCast() argument 1072 CreateConstrainedFPCmp(Intrinsic::ID ID,CmpInst::Predicate P,Value * L,Value * R,const Twine & Name,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPCmp() argument 1085 CreateConstrainedFPCall(Function * Callee,ArrayRef<Value * > Args,const Twine & Name,std::optional<RoundingMode> Rounding,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPCall() argument [all...] |
H A D | IntrinsicInst.cpp | 318 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); isDefaultFPEnvironment() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 2075 GenerateSEHFilterFunction(CodeGenFunction & ParentCGF,const SEHExceptStmt & Except) GenerateSEHFilterFunction() argument 2181 const SEHExceptStmt *Except = S.getExceptHandler(); EnterSEHTryStmt() local 2220 const SEHExceptStmt *Except = S.getExceptHandler(); ExitSEHTryStmt() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 439 if (SEHExceptStmt *Except = TS->getExceptHandler()) { BuildScopeInformation() local
|
H A D | SemaOpenMP.cpp | 17224 SmallVector<unsigned> Except = { ActOnOpenMPUpdateClause() local 21009 SmallVector<unsigned, 6> Except = {OMPC_DEPEND_source, OMPC_DEPEND_sink, ActOnOpenMPDependClause() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 1299 getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) getConstrainedFPExcept() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 791 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
|
H A D | MCAsmStreamer.cpp | 2175 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 3355 if (SEHExceptStmt *Except = Terminator->getExceptHandler()) { VisitSEHTryStmt() local
|