Searched refs:Except (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp143 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const {
153 if (It == Except)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp194 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { argument
205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode;
211 RetCode, reinterpret_cast<uintptr_t>(Except));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp797 Optional<fp::ExceptionBehavior> Except) {
799 Value *ExceptV = getConstrainedFPExcept(Except);
831 Optional<fp::ExceptionBehavior> Except) {
832 Value *ExceptV = getConstrainedFPExcept(Except);
881 const Twine &Name, Optional<fp::ExceptionBehavior> Except) {
883 Value *ExceptV = getConstrainedFPExcept(Except);
894 Optional<fp::ExceptionBehavior> Except) {
911 UseArgs.push_back(getConstrainedFPExcept(Except));
793 CreateConstrainedFPBinOp( Intrinsic::ID ID, Value *L, Value *R, Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, Optional<RoundingMode> Rounding, Optional<fp::ExceptionBehavior> Except) argument
827 CreateConstrainedFPCast( Intrinsic::ID ID, Value *V, Type *DestTy, Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, Optional<RoundingMode> Rounding, Optional<fp::ExceptionBehavior> Except) argument
879 CreateConstrainedFPCmp( Intrinsic::ID ID, CmpInst::Predicate P, Value *L, Value *R, const Twine &Name, Optional<fp::ExceptionBehavior> Except) argument
891 CreateConstrainedFPCall( Function *Callee, ArrayRef<Value *> Args, const Twine &Name, Optional<RoundingMode> Rounding, Optional<fp::ExceptionBehavior> Except) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1651 // Except _leave and fall-through at the end, all other exits in a _try
1962 const SEHExceptStmt &Except) {
1963 const Expr *FilterExpr = Except.getFilterExpr();
2070 const SEHExceptStmt *Except = S.getExceptHandler(); local
2071 assert(Except);
2080 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(),
2091 HelperCGF.GenerateSEHFilterFunction(*this, *Except);
2105 const SEHExceptStmt *Except = S.getExceptHandler(); local
2106 assert(Except && "__try must have __finally xor __except");
2152 EmitStmt(Except
1961 GenerateSEHFilterFunction(CodeGenFunction &ParentCGF, const SEHExceptStmt &Except) argument
[all...]
H A DCodeGenFunction.h3144 const SEHExceptStmt &Except);
4098 /// Except under -fobjc-arc-eh, ARC cleanups are normal-only.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp434 if (SEHExceptStmt *Except = TS->getExceptHandler()) {
439 Except->getSourceRange().getBegin()));
440 BuildScopeInformation(Except->getBlock(), NewParentScope);
H A DSemaOpenMP.cpp13053 unsigned Except[] = {OMPC_DEPEND_source, OMPC_DEPEND_sink,
13057 /*Last=*/OMPC_DEPEND_unknown, Except)
16227 SmallVector<unsigned, 3> Except;
16228 Except.push_back(OMPC_DEPEND_source);
16229 Except.push_back(OMPC_DEPEND_sink);
16231 Except.push_back(OMPC_DEPEND_depobj);
16238 Except)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp732 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, argument
741 if (!Except && !Unwind)
745 if (Except)
H A DMCAsmStreamer.cpp339 void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except,
1835 bool Except, SMLoc Loc) {
1836 MCStreamer::EmitWinEHHandler(Sym, Unwind, Except, Loc);
1842 if (Except)
/freebsd-13-stable/contrib/ncurses/
H A Ddist.mk24 # Except as contained in this notice, the name(s) of the above copyright #
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h1144 Value *getConstrainedFPExcept(Optional<fp::ExceptionBehavior> Except) { argument
1147 if (Except.hasValue())
1148 UseExcept = Except.getValue();
1524 Optional<fp::ExceptionBehavior> Except = None);
2157 Optional<fp::ExceptionBehavior> Except = None);
2318 const Twine &Name = "", Optional<fp::ExceptionBehavior> Except = None);
2370 Optional<fp::ExceptionBehavior> Except = None);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-checks.sql53 sames op-depth. (Except when the node is a file external) */
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCStreamer.h1000 virtual void EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except,
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dbsaes-armv7.S26 @ ARM NEON. Except that this module is endian-neutral [in sense that
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp3199 if (SEHExceptStmt *Except = Terminator->getExceptHandler()) {
3203 CFGBlock *ExceptBlock = VisitSEHExceptStmt(Except);

Completed in 225 milliseconds