/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | except6.C | 10 struct Exception struct 13 Exception(int i) { v = i; }; in Exception() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | eh1.C | 8 struct Exception struct 11 Exception(int i) { v = i; }; in Exception() argument
|
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 230 struct Exception { struct 233 support::ulittle32_t ExceptionCode; argument 234 support::ulittle32_t ExceptionFlags; argument 235 support::ulittle64_t ExceptionRecord; argument 236 support::ulittle64_t ExceptionAddress; argument 239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument 241 static_assert(sizeof(Exception) == 152); argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
H A D | ProcessWindowsLog.h | 20 Exception = Log::ChannelFlag<2>, // Log exceptions enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineBasicBlock.h | 55 Exception, // Special section type for exception handling blocks enumerator
|
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
H A D | SearchFilter.h | 219 Exception, enumerator
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 88 Exception, enumerator
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilFuchsia.cpp | 264 ScopedHandle Exception; in CrashHandler() local
|
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/ |
H A D | KillTheDoctor.cpp | 500 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | MinidumpYAML.h | 29 Exception, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 381 yaml::IO &IO, minidump::Exception &Exception) { in mapping()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 630 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl() local
|
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 63 auto Exception = unless(Ignorable ? expr(anyOf(*Ignorable, cxxThisExpr())) in isOptionalMemberCallWithName() local
|
/openbsd-src/sys/arch/hppa/spmath/ |
H A D | float.h | 461 #define Exception(cond) Exceptionbit(cond) macro
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 4902 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local 7822 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
|
H A D | CGObjCGNU.cpp | 4037 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
|