OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstobject
(Results
26 - 28
of
28
) sorted by null
1
2
/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
1
2