Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCrashRecoveryContext.cpp199 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() argument
210 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
216 RetCode, reinterpret_cast<uintptr_t>(Except)); in ExceptionFilter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/
H A DFileMatchTrie.cpp155 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll()
165 if (It == Except) in getAll()
/netbsd-src/external/apache2/llvm/dist/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.cpp814 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPBinOp() argument
816 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp()
848 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCast() argument
849 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast()
898 const Twine &Name, Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCmp() argument
900 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp()
911 Optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCall() argument
927 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
/netbsd-src/external/gpl3/gdb.old/dist/sim/arm/
H A DREADME18 (Except that I changed armos.c to work more simply with our
/netbsd-src/external/gpl3/gdb/dist/sim/arm/
H A DREADME18 (Except that I changed armos.c to work more simply with our
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/sys/fs/cd9660/
H A DTODO19 Except follows:
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DBIO_printf.pod43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always
/netbsd-src/doc/
H A DTODO.i18n23 setlocale im Except LC_COLLATE.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp444 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation() local
449 Except->getSourceRange().getBegin())); in BuildScopeInformation()
450 BuildScopeInformation(Except->getBlock(), NewParentScope); in BuildScopeInformation()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dthunderx.md49 ;; Except this is not correct as this is only for !(LSL && shift by 0/1/2/3)
50 ;; Except this is not correct as this is only for !(zero extend)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dthunderx.md49 ;; Except this is not correct as this is only for !(LSL && shift by 0/1/2/3)
50 ;; Except this is not correct as this is only for !(zero extend)
/netbsd-src/external/bsd/libarchive/dist/
H A DCOPYING11 * Except as listed below, all C sources (including .c and .h files)
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/
H A Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
/netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/
H A Dunicode-license.txt47 Except as contained in this notice, the name of a copyright holder shall
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/
H A Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/
H A Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
/netbsd-src/common/dist/zlib/contrib/pascal/
H A Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
/netbsd-src/external/gpl3/gcc/dist/contrib/unicode/
H A Dunicode-license.txt47 Except as contained in this notice, the name of a copyright holder shall
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/
H A Dreadme.txt36 - Except for the callbacks, the zlib function interfaces are
/netbsd-src/doc/roadmaps/
H A Dsecurity31 that user. (Except for setugid programs, which execute with additional
/netbsd-src/games/phantasia/
H A DREADME23 (Except for those who are in the habit of exercising those loopholes.)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp757 void MCStreamer::EmitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, in EmitWinEHHandler() argument
766 if (!Except && !Unwind) in EmitWinEHHandler()
770 if (Except) in EmitWinEHHandler()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcif-code.def27 The argument STRING is a explain the failure. Except for OK,

12345678