| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | CrashRecoveryContext.cpp | 201 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()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/ |
| H A D | FileMatchTrie.cpp | 155 llvm::StringMap<FileMatchTrieNode>::const_iterator Except) const { in getAll() 165 if (It == Except) in getAll()
|
| /openbsd-src/gnu/gcc/gcc/config/soft-fp/ |
| H A D | README | 1 Except for t-softfp, the files in this directory are part of the GNU C
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 1006 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPBinOp() argument 1008 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPBinOp() 1040 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCast() argument 1041 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCast() 1090 const Twine &Name, std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCmp() argument 1092 Value *ExceptV = getConstrainedFPExcept(Except); in CreateConstrainedFPCmp() 1103 std::optional<fp::ExceptionBehavior> Except) { in CreateConstrainedFPCall() argument 1119 UseArgs.push_back(getConstrainedFPExcept(Except)); in CreateConstrainedFPCall()
|
| H A D | IntrinsicInst.cpp | 313 std::optional<fp::ExceptionBehavior> Except = getExceptionBehavior(); in isDefaultFPEnvironment() local 314 if (Except) { in isDefaultFPEnvironment() 315 if (*Except != fp::ebIgnore) in isDefaultFPEnvironment()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGException.cpp | 2059 const SEHExceptStmt &Except) { in GenerateSEHFilterFunction() argument 2060 const Expr *FilterExpr = Except.getFilterExpr(); in GenerateSEHFilterFunction() 2167 const SEHExceptStmt *Except = S.getExceptHandler(); in EnterSEHTryStmt() local 2168 assert(Except); in EnterSEHTryStmt() 2177 ConstantEmitter(*this).tryEmitAbstract(Except->getFilterExpr(), in EnterSEHTryStmt() 2188 HelperCGF.GenerateSEHFilterFunction(*this, *Except); in EnterSEHTryStmt() 2208 const SEHExceptStmt *Except = S.getExceptHandler(); in ExitSEHTryStmt() local 2209 assert(Except && "__try must have __finally xor __except"); in ExitSEHTryStmt() 2255 EmitStmt(Except->getBlock()); in ExitSEHTryStmt()
|
| /openbsd-src/lib/libcurses/ |
| H A D | manhtml.externs | 26 # Except as contained in this notice, the name(s) of the above copyright *
|
| H A D | manhtml.aliases | 25 # Except as contained in this notice, the name(s) of the above copyright *
|
| H A D | Caps-ncurses | 23 # Except as contained in this notice, the name(s) of the above copyright # 45 # terminfo files. Except for memory_lock and memory_unlock, they are
|
| /openbsd-src/lib/libform/ |
| H A D | READ.ME | 24 -- Except as contained in this notice, the name(s) of the above copyright --
|
| /openbsd-src/lib/libmenu/ |
| H A D | READ.ME | 24 -- Except as contained in this notice, the name(s) of the above copyright --
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 450 if (SEHExceptStmt *Except = TS->getExceptHandler()) { in BuildScopeInformation() local 455 Except->getSourceRange().getBegin())); in BuildScopeInformation() 456 BuildScopeInformation(Except->getBlock(), NewParentScope); in BuildScopeInformation()
|
| /openbsd-src/sys/dev/microcode/tusb3410/ |
| H A D | tusb3410-license | 54 rights not specifically granted under this license. Except
|
| /openbsd-src/games/phantasia/ |
| H A D | README | 24 (Except for those who are in the habit of exercising those loopholes.)
|
| /openbsd-src/gnu/llvm/clang/lib/Headers/cuda_wrappers/ |
| H A D | algorithm | 51 // function to change without changing anything else about it. (Except that
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCStreamer.cpp | 783 void MCStreamer::emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, in emitWinEHHandler() argument 792 if (!Except && !Unwind) in emitWinEHHandler() 796 if (Except) in emitWinEHHandler()
|
| H A D | MCAsmStreamer.cpp | 370 void emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except, 2105 bool Except, SMLoc Loc) { in emitWinEHHandler() argument 2106 MCStreamer::emitWinEHHandler(Sym, Unwind, Except, Loc); in emitWinEHHandler() 2116 if (Except) in emitWinEHHandler()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 1220 Value *getConstrainedFPExcept(std::optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() argument 1222 Except.value_or(DefaultConstrainedExcept)); in getConstrainedFPExcept() 1629 std::optional<fp::ExceptionBehavior> Except = std::nullopt); 2111 std::optional<fp::ExceptionBehavior> Except = std::nullopt); 2272 std::optional<fp::ExceptionBehavior> Except = std::nullopt); 2332 std::optional<fp::ExceptionBehavior> Except = std::nullopt);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrFormats.td | 39 // Except for shift instructions, `H' determines whether the constant 138 // Except for arithmetic instructions (`add', `addc', `sub', `subb'), `V'
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | makefile.texi | 105 failures@footnote{Except if the compiler was buggy and miscompiled
|
| /openbsd-src/gnu/gcc/libgomp/ |
| H A D | configure.ac | 315 # Except that we don't have a way at present to multi-lib the installed
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCStreamer.h | 1066 virtual void emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except,
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | SupportLibrary.rst | 45 Except in ``lib/Support``, no LLVM source code should directly ``#include`` a
|
| /openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/ |
| H A D | AddCompilerRT.cmake | 149 # Except for baremetal, when using arch-suffixed runtime library names,
|
| /openbsd-src/gnu/usr.bin/perl/t/uni/ |
| H A D | fold.t | 200 # Except the article got most casings wrong. Or maybe Lucene does.
|