Home
last modified time | relevance | path

Searched defs:Except (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp201 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp971 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 DIntrinsicInst.cpp318 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); isDefaultFPEnvironment() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2075 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 DJumpDiagnostics.cpp439 if (SEHExceptStmt *Except = TS->getExceptHandler()) { BuildScopeInformation() local
H A DSemaOpenMP.cpp17224 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 DIRBuilder.h1299 getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) getConstrainedFPExcept() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp791 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
H A DMCAsmStreamer.cpp2175 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3355 if (SEHExceptStmt *Except = Terminator->getExceptHandler()) { VisitSEHTryStmt() local