Searched defs:Exception (Results 1 – 15 of 15) sorted by relevance
10 struct Exception struct13 Exception(int i) { v = i; }; in Exception() function
8 struct Exception struct11 Exception(int i) { v = i; }; in Exception() argument
230 struct Exception { struct233 support::ulittle32_t ExceptionCode; argument234 support::ulittle32_t ExceptionFlags; argument235 support::ulittle64_t ExceptionRecord; argument236 support::ulittle64_t ExceptionAddress; argument239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument241 static_assert(sizeof(Exception) == 152); argument
20 Exception = Log::ChannelFlag<2>, // Log exceptions enumerator
55 Exception, // Special section type for exception handling blocks enumerator
219 Exception, enumerator
88 Exception, enumerator
264 ScopedHandle Exception; in CrashHandler() local
500 EXCEPTION_DEBUG_INFO &Exception = DebugEvent.u.Exception; in main() local
29 Exception, enumerator
381 yaml::IO &IO, minidump::Exception &Exception) { in mapping()
630 QualType Exception = *WithExceptions->exception_begin(); in CheckEquivalentExceptionSpecImpl() local
461 #define Exception(cond) Exceptionbit(cond) macro
4902 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local7822 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local
4037 llvm::Value *Exception = CGF.EmitObjCThrowOperand(ThrowExpr); in EmitThrowStmt() local