| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 199 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 D | FileMatchTrie.cpp | 155 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 D | IntrinsicInst.cpp | 214 Optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment() local 215 if (Except) { in isDefaultFPEnvironment() 216 if (Except.getValue() != fp::ebIgnore) in isDefaultFPEnvironment()
|
| H A D | IRBuilder.cpp | 814 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 D | README | 18 (Except that I changed armos.c to work more simply with our
|
| /netbsd-src/external/gpl3/gdb/dist/sim/arm/ |
| H A D | README | 18 (Except that I changed armos.c to work more simply with our
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 2055 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 D | TODO | 19 Except follows:
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | BIO_printf.pod | 43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always
|
| /netbsd-src/doc/ |
| H A D | TODO.i18n | 23 setlocale im Except LC_COLLATE.
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 444 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 D | thunderx.md | 49 ;; 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 D | thunderx.md | 49 ;; 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 D | COPYING | 11 * Except as listed below, all C sources (including .c and .h files)
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/pascal/ |
| H A D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/unicode/ |
| H A D | unicode-license.txt | 47 Except as contained in this notice, the name of a copyright holder shall
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/pascal/ |
| H A D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/pascal/ |
| H A D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are
|
| /netbsd-src/common/dist/zlib/contrib/pascal/ |
| H A D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/unicode/ |
| H A D | unicode-license.txt | 47 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 D | readme.txt | 36 - Except for the callbacks, the zlib function interfaces are
|
| /netbsd-src/doc/roadmaps/ |
| H A D | security | 31 that user. (Except for setugid programs, which execute with additional
|
| /netbsd-src/games/phantasia/ |
| H A D | README | 23 (Except for those who are in the habit of exercising those loopholes.)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 757 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 D | cif-code.def | 27 The argument STRING is a explain the failure. Except for OK,
|