Home | History | Annotate | Download | only in testing

Lines Matching refs:nil

65 // gcc and gcc-llvm do not allow you to use STAssert(blah, nil) with nil
82 // description: A format string as in the printf() function. Can be nil or
111 // description: A format string as in the printf() function. Can be nil or
141 // description: A format string as in the printf() function. Can be nil or
169 // description: A format string as in the printf() function. Can be nil or
199 // description: A format string as in the printf() function. Can be nil or
237 // description: A format string as in the printf() function. Can be nil or
268 // description: A format string as in the printf() function. Can be nil or
308 // description: A format string as in the printf() function. Can be nil or
319 // description: A format string as in the printf() function. Can be nil or
330 // description: A format string as in the printf() function. Can be nil or
341 // description: A format string as in the printf() function. Can be nil or
355 // description: A format string as in the printf() function. Can be nil or
390 // description: A format string as in the printf() function. Can be nil or
420 // description: A format string as in the printf() function. Can be nil or
449 // description: A format string as in the printf() function. Can be nil or
482 _{description A format string as in the printf() function. Can be nil or
544 (or one is nil and the other is not).
547 _{description A format string as in the printf() function. Can be nil or
580 _{description A format string as in the printf() function. Can be nil or
599 withAccuracy:nil \
625 _{description A format string as in the printf() function. Can be nil or
666 _{description A format string as in the printf() function. Can be nil or
677 /*" Generates a failure when a1 is not nil.
679 _{description A format string as in the printf() function. Can be nil or
687 if (a1value != nil) { \
689 NSString *_expression = [NSString stringWithFormat:@"((%@) == nil)", _a1]; \
698 [self failWithException:[NSException failureInRaise:[NSString stringWithFormat:@"(%s) == nil fails", #a1] \
707 /*" Generates a failure when a1 is nil.
709 _{description A format string as in the printf() function. Can be nil or
717 if (a1value == nil) { \
719 NSString *_expression = [NSString stringWithFormat:@"((%@) != nil)", _a1]; \
728 [self failWithException:[NSException failureInRaise:[NSString stringWithFormat:@"(%s) != nil fails", #a1] \
739 _{description A format string as in the printf() function. Can be nil or
760 _{description A format string as in the printf() function. Can be nil or
789 _{description A format string as in the printf() function. Can be nil or
810 _{description A format string as in the printf() function. Can be nil or
839 _{description A format string as in the printf() function. Can be nil or
852 exception:nil \
863 _{description A format string as in the printf() function. Can be nil or
886 exception:nil \
900 _{description A format string as in the printf() function. Can be nil or
934 exception:nil \
943 _{description A format string as in the printf() function. Can be nil or
966 _{description A format string as in the printf() function. Can be nil or
995 _{description A format string as in the printf() function. Can be nil or