HomeSort by relevance Sort by last modified time
    Searched full:firstobject (Results 26 - 28 of 28) sorted by null

12

  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp     [all...]
  /external/clang/test/Analysis/
generics.m 48 @property(readonly) ObjectType firstObject;
241 str = [b firstObject]; // expected-warning {{Object has a dynamic type 'NSNumber *' which is incompatible with static type 'NSString *'}}
242 num = [b firstObject];
243 str = b.firstObject; // expected-warning {{Object has a dynamic type 'NSNumber *' which is incompatible with static type 'NSString *'}}
244 num = b.firstObject;
309 id a = [erased firstObject];
315 NSArray* a = [erased firstObject];
321 NSSet* a = [erased firstObject]; // expected-warning {{Object has a dynamic type 'NSArray<NSString *> *' which is incompatible with static type 'NSSet *'}}
327 id a = [erased firstObject];
    [all...]

Completed in 260 milliseconds

12