Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/utilities/
H A Dutexcep.c73 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local
115 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/
H A Dconstruction.d157 catch (Exception) in catch() argument
182 catch (Exception) in catch() argument
288 catch (Exception) in catch() argument
315 catch (Exception) in catch() argument
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/public-domain/sqlite/dist/
H A DReplace.cs78 Exception = 4 enumerator
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpiexec/
H A Daeexception.c88 const char *Exception; in AeExceptionHandler() local
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslmessages.c479 #define AH_DISPLAY_ASL_EXCEPTION_TEXT(Status, Exception) \ argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dsyserror.d170 catch (Exception) {} in catch() argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h56 Exception, // Special section type for exception handling blocks enumerator
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h16 ;; permissions described in the GCC Runtime Library Exception, version variable
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Df7-wraps.h16 ;; permissions described in the GCC Runtime Library Exception, version variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h88 Exception, enumerator
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpihelp/
H A Dacpihelp.h100 #define AH_DISPLAY_EXCEPTION_TEXT(Status, Exception) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp506 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DMinidumpYAML.h29 Exception, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DMinidumpYAML.cpp381 yaml::IO &IO, minidump::Exception &Exception) { in mapping()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Drandom.d870 try { gen.seed(iota(624u)); } catch (Exception) { assert(false); } in catch() argument
917 try { gen.seed(iota(312uL)); } catch (Exception) { assert(false); } in catch() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp624 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Drandom.d1112 try { gen.seed(iota(624u)); } catch (Exception) { assert(false); } in catch() argument
1155 try { gen.seed(iota(312uL)); } catch (Exception) { assert(false); } in catch() argument
/netbsd-src/sys/arch/hppa/spmath/
H A Dfloat.h488 #define Exception(cond) Exceptionbit(cond) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp4953 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
7842 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
H A DCGObjCGNU.cpp3953 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d4872 } catch (Exception) {} in catch() argument