Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dexcept6.C10 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 Deh1.C8 struct Exception struct
11 Exception(int i) { v = i; }; in Exception() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DMinidump.h230 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 DProcessWindowsLog.h20 Exception = Log::ChannelFlag<2>, // Log exceptions enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h55 Exception, // Special section type for exception handling blocks enumerator
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DSearchFilter.h219 Exception, enumerator
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h88 Exception, enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp264 ScopedHandle Exception; in CrashHandler() local
/openbsd-src/gnu/llvm/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp500 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h29 Exception, enumerator
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp381 yaml::IO &IO, minidump::Exception &Exception) { in mapping()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExceptionSpec.cpp630 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl() local
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp63 auto Exception = unless(Ignorable ? expr(anyOf(*Ignorable, cxxThisExpr())) in isOptionalMemberCallWithName() local
/openbsd-src/sys/arch/hppa/spmath/
H A Dfloat.h461 #define Exception(cond) Exceptionbit(cond) macro
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp4902 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
7822 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
H A DCGObjCGNU.cpp4037 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local