Home
last modified time | relevance | path

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

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