Home
last modified time | relevance | path

Searched refs:Except (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp201 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() argument
212 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
218 RetCode, reinterpret_cast<uintptr_t>(Except)); in ExceptionFilter()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DFileMatchTrie.cpp155 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
165 if (It == Except) in getAll()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp974 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPBinOp() argument
976 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp()
992 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPUnroundedBinOp() argument
993 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPUnroundedBinOp()
1025 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCast() argument
1026 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast()
1064 const Twine &Name, std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCmp() argument
1066 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp()
1077 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCall() argument
1084 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
/freebsd/sys/fs/cd9660/
H A DTODO14 Except follows:
/freebsd/contrib/ncurses/menu/
H A Dheaders24 # Except as contained in this notice, the name(s) of the above copyright #
H A DREAD.ME24 -- Except as contained in this notice, the name(s) of the above copyright --
H A Dmodules25 # Except as contained in this notice, the name(s) of the above copyright #
/freebsd/contrib/ncurses/panel/
H A Dheaders24 # Except as contained in this notice, the name(s) of the above copyright #
H A Dmodules25 # Except as contained in this notice, the name(s) of the above copyright #
/freebsd/contrib/ncurses/form/
H A Dheaders24 # Except as contained in this notice, the name(s) of the above copyright #
H A DREAD.ME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd/contrib/ncurses/
H A DCOPYING23 Except as contained in this notice, the name(s) of the above copyright
H A DAUTHORS24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd/contrib/ncurses/ncurses/trace/
H A DREADME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2078 const SEHExceptStmt &Except) { in GenerateSEHFilterFunction() argument
2079 const Expr *FilterExpr = Except.getFilterExpr(); in GenerateSEHFilterFunction()
2184 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt() local
2185 assert(Except); in EnterSEHTryStmt()
2194 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
2205 HelperCGF.GenerateSEHFilterFunction(*this, *Except); in EnterSEHTryStmt()
2223 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt() local
2224 assert(Except && "__try must have __finally xor __except"); in ExitSEHTryStmt()
2270 EmitStmt(Except->getBlock()); in ExitSEHTryStmt()
/freebsd/contrib/ncurses/ncurses/base/
H A DREADME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd/contrib/ncurses/ncurses/tinfo/
H A DREADME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd/contrib/ncurses/include/
H A Dheaders25 # Except as contained in this notice, the name(s) of the above copyright #
H A Dunctrl.h.in24 * Except as contained in this notice, the name(s) of the above copyright *
H A Dtermcap.h.in24 * Except as contained in this notice, the name(s) of the above copyright *
/freebsd/contrib/dialog/package/debian/
H A Dcopyright50 Except as contained in this notice, the name(s) of the above copyright
75 Except as contained in this notice, the name of the X Consortium shall not
/freebsd/contrib/ncurses/misc/
H A Dcleantic.cmd24 * Except as contained in this notice, the name(s) of the above copyright *
/freebsd/crypto/openssl/doc/man3/
H A DBIO_printf.pod43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always
/freebsd/contrib/ncurses/man/
H A Dmanhtml.externs26 # Except as contained in this notice, the name(s) of the above copyright *
/freebsd/lib/libefivar/
H A DFreeBSD-update36 RESIST THE URGE TO CLEAN UP THESE FILES. Except when such cleanups help with the

123456