Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A D__try.cpp16 class Exception class
19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() function in Exception
20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() function in Exception
/minix3/minix/drivers/power/acpi/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
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-try-catch.cpp19 struct Exception { struct in PR10232::Templated
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp81 class Exception {}; class
/minix3/external/bsd/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp508 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp488 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec() local
/minix3/external/bsd/bind/dist/bin/win32/BINDInstall/
H A DBINDInstallDlg.cpp87 } Exception; typedef
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjCMac.cpp4066 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
6942 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
H A DCGObjCGNU.cpp2662 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local