Home
last modified time | relevance | path

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

123456

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp200 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() argument
211 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
217 RetCode, reinterpret_cast<uintptr_t>(Except)); in ExceptionFilter()
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp214 Optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment() local
215 if (Except) { in isDefaultFPEnvironment()
216 if (Except.getValue() != fp::ebIgnore) in isDefaultFPEnvironment()
H A DIRBuilder.cpp854 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPBinOp() argument
856 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp()
888 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCast() argument
889 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast()
938 const Twine &Name, Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCmp() argument
940 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp()
951 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCall() argument
967 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
/freebsd-13.1/sys/fs/cd9660/
H A DTODO15 Except follows:
/freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/contrib/ncurses/ncurses/trace/
H A DREADME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp2055 const SEHExceptStmt &Except) { in GenerateSEHFilterFunction() argument
2056 const Expr *FilterExpr = Except.getFilterExpr(); in GenerateSEHFilterFunction()
2163 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt() local
2164 assert(Except); in EnterSEHTryStmt()
2173 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt()
2184 HelperCGF.GenerateSEHFilterFunction(*this, *Except); in EnterSEHTryStmt()
2204 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt() local
2205 assert(Except && "__try must have __finally xor __except"); in ExitSEHTryStmt()
2251 EmitStmt(Except->getBlock()); in ExitSEHTryStmt()
/freebsd-13.1/contrib/ncurses/man/
H A Dmanhtml.externs26 # Except as contained in this notice, the name(s) of the above copyright *
/freebsd-13.1/contrib/ncurses/ncurses/base/
H A DREADME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd-13.1/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-13.1/contrib/ncurses/ncurses/tinfo/
H A DREADME24 -- Except as contained in this notice, the name(s) of the above copyright --
/freebsd-13.1/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-13.1/contrib/ncurses/misc/
H A Dcleantic.cmd24 * Except as contained in this notice, the name(s) of the above copyright *
/freebsd-13.1/contrib/byacc/package/debian/
H A Dcopyright59 Except as contained in this notice, the name(s) of the above copyright
84 Except as contained in this notice, the name of the X Consortium shall not

123456