Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/thread/futures/futures.task/futures.task.members/
H A Dctad.static.compile.pass.cpp17 struct Except { struct
20 static_assert(std::is_same_v<decltype(std::packaged_task{Except{}}), std::packaged_task<int(int*, l… argument
/llvm-project/clang/test/SemaCXX/
H A D__try.cpp62 void Except() { in Except() function
/llvm-project/libcxx/test/std/utilities/expected/expected.unexpected/ctor/
H A Dctor.inplace_init_list.pass.cpp84 struct Except {}; testException() struct
H A Dctor.inplace.pass.cpp84 struct Except {}; testException() struct
H A Dctor.error.pass.cpp101 struct Except {}; testException() struct
/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp201 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter()
/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp974 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
992 CreateConstrainedFPUnroundedBinOp(Intrinsic::ID ID,Value * L,Value * R,Instruction * FMFSource,const Twine & Name,MDNode * FPMathTag,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPUnroundedBinOp() argument
1025 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
1064 CreateConstrainedFPCmp(Intrinsic::ID ID,CmpInst::Predicate P,Value * L,Value * R,const Twine & Name,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPCmp() argument
1077 CreateConstrainedFPCall(Function * Callee,ArrayRef<Value * > Args,const Twine & Name,std::optional<RoundingMode> Rounding,std::optional<fp::ExceptionBehavior> Except) CreateConstrainedFPCall() argument
[all...]
H A DIntrinsicInst.cpp327 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); isDefaultFPEnvironment() local
/llvm-project/libcxx/test/std/utilities/expected/
H A Dtypes.h108 struct Except {}; struct
/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2078 const SEHExceptStmt &Except) { in GenerateSEHFilterFunction() argument
2184 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt() local
2223 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt() local
[all...]
/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp441 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation() local
H A DSemaOpenMP.cpp16450 SmallVector<unsigned> Except = { ActOnOpenMPUpdateClause() local
20309 SmallVector<unsigned, 6> Except = {OMPC_DEPEND_source, OMPC_DEPEND_sink, ActOnOpenMPDependClause() local
/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1310 getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) getConstrainedFPExcept() argument
/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp788 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
H A DMCAsmStreamer.cpp2185 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3352 if (SEHExceptStmt *Except = Terminator->getExceptHandler()) { VisitSEHTryStmt() local