/llvm-project/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
H A D | ctad.static.compile.pass.cpp | 17 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.cpp | 62 void Except() { in Except() function
|
/llvm-project/libcxx/test/std/utilities/expected/expected.unexpected/ctor/ |
H A D | ctor.inplace_init_list.pass.cpp | 84 struct Except {}; testException() struct
|
H A D | ctor.inplace.pass.cpp | 84 struct Except {}; testException() struct
|
H A D | ctor.error.pass.cpp | 101 struct Except {}; testException() struct
|
/llvm-project/llvm/lib/Support/ |
H A D | CrashRecoveryContext.cpp | 201 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter()
|
/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 974 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 D | IntrinsicInst.cpp | 327 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); isDefaultFPEnvironment() local
|
/llvm-project/libcxx/test/std/utilities/expected/ |
H A D | types.h | 108 struct Except {}; struct
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 2078 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 D | JumpDiagnostics.cpp | 441 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation() local
|
H A D | SemaOpenMP.cpp | 16450 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 D | IRBuilder.h | 1310 getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) getConstrainedFPExcept() argument
|
/llvm-project/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 788 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
|
H A D | MCAsmStreamer.cpp | 2185 emitWinEHHandler(const MCSymbol * Sym,bool Unwind,bool Except,SMLoc Loc) emitWinEHHandler() argument
|
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 3352 if (SEHExceptStmt *Except = Terminator->getExceptHandler()) { VisitSEHTryStmt() local
|