Searched defs:Exception (Results 1 – 9 of 9) sorted by relevance
16 class Exception class19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() function in Exception20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() function in Exception
73 const ACPI_EXCEPTION_INFO *Exception; in AcpiFormatException() local115 const ACPI_EXCEPTION_INFO *Exception = NULL; in ACPI_EXPORT_SYMBOL() local
19 struct Exception { struct in PR10232::Templated
81 class Exception {}; class
508 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
488 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpec() local
87 } Exception; typedef
4066 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local6942 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
2662 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local