Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Tooling/
H A DFileMatchTrie.cpp155 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 DREADME1 Except for t-softfp, the files in this directory are part of the GNU C
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp1006 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 DIntrinsicInst.cpp313 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 DCGException.cpp2059 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 Dmanhtml.externs26 # Except as contained in this notice, the name(s) of the above copyright *
H A Dmanhtml.aliases25 # Except as contained in this notice, the name(s) of the above copyright *
H A DCaps-ncurses23 # 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 DREAD.ME24 -- Except as contained in this notice, the name(s) of the above copyright --
/openbsd-src/lib/libmenu/
H A DREAD.ME24 -- Except as contained in this notice, the name(s) of the above copyright --
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp450 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 Dtusb3410-license54 rights not specifically granted under this license. Except
/openbsd-src/games/phantasia/
H A DREADME24 (Except for those who are in the habit of exercising those loopholes.)
/openbsd-src/gnu/llvm/clang/lib/Headers/cuda_wrappers/
H A Dalgorithm51 // function to change without changing anything else about it. (Except that
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCStreamer.cpp783 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 DMCAsmStreamer.cpp370 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 DIRBuilder.h1220 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 DLanaiInstrFormats.td39 // 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 Dmakefile.texi105 failures@footnote{Except if the compiler was buggy and miscompiled
/openbsd-src/gnu/gcc/libgomp/
H A Dconfigure.ac315 # 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 DMCStreamer.h1066 virtual void emitWinEHHandler(const MCSymbol *Sym, bool Unwind, bool Except,
/openbsd-src/gnu/llvm/llvm/docs/
H A DSupportLibrary.rst45 Except in ``lib/Support``, no LLVM source code should directly ``#include`` a
/openbsd-src/gnu/llvm/compiler-rt/cmake/Modules/
H A DAddCompilerRT.cmake149 # Except for baremetal, when using arch-suffixed runtime library names,
/openbsd-src/gnu/usr.bin/perl/t/uni/
H A Dfold.t200 # Except the article got most casings wrong. Or maybe Lucene does.

1234