Home
last modified time | relevance | path

Searched defs:NSException (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/google-breakpad/src/common/mac/testing/
H A DGTMSenTestCase.m32 @interface NSException (GTMSenTestPrivateAdditions) interface in GTMSenTestPrivateAdditions
38 @implementation NSException (GTMSenTestPrivateAdditions) implementation in GTMSenTestPrivateAdditions
54 @implementation NSException (GTMSenTestAdditions) implementation in GTMSenTestAdditions
167 + (NSException *)failureInRaise:(NSString *)expression
235 - (void)failWithException:(NSException*)exception { argument
260 + (void)printException:(NSException *)exception fromTestName:(NSString *)name {
/aosp_15_r20/external/clang/test/Analysis/
H A DNoReturn.m34 @interface NSException : NSObject <NSCopying, NSCoding> {} interface
38 @interface NSException (NSExceptionRaisingConveniences) interface in NSExceptionRaisingConveniences
116 @interface NSException (OBExtensions) interface in OBExtensions
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DDebugTreeParser.m111 - (void) recoverFromMismatchedToken:(id<IntStream>)inputStream
120 - (void) recoverFromMismatchedSet:(id<IntStream>)inputStream
H A DMismatchedTokenException.m54 … newExceptionStream:(id<IntStream>)anInput Exception:(NSException *)e Follow:(ANTLRBitSet *) follow
H A DRuntimeException.m98 - (id) stackTrace:(NSException *)e
/aosp_15_r20/external/clang/test/SemaObjCXX/
H A Dexceptions.mm3 @interface NSException @end interface
H A Dexceptions-fragile.mm3 @interface NSException @end interface
H A Dinstantiate-stmt.mm3 @interface NSException interface
/aosp_15_r20/external/clang/test/CodeGenObjCXX/
H A Dexceptions.mm22 @interface NSException interface
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-eh.m4 @interface NSException interface
H A Drewrite-modern-catch.m6 @interface NSException interface
H A Drewrite-modern-try-catch-finally.m45 @interface NSException interface
H A Drewrite-modern-throw.m77 @interface NSException interface
/aosp_15_r20/external/clang/test/SemaObjC/
H A Dattr-objc-exception.m4 @interface NSException { interface
H A Duninit-variables.m8 @interface NSException interface
H A Dtry-catch.m24 @interface NSException : NSObject <NSCopying, NSCoding> {} interface
H A Dproperty-6.m52 @interface NSException : NSObject <NSCopying, NSCoding> {} interface
/aosp_15_r20/external/angle/util/osx/
H A DOSXWindow.mm59 - (void)_crashOnException:(NSException *)exception