Home
last modified time | relevance | path

Searched defs:_Nonnull (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/CodeGenObjC/
H A Dubsan-nullability.m123 +(int *_Nonnull) objc_clsmethod: (int *_Nonnull) arg1;
124 -(int *_Nonnull) objc_method: (int *_Nonnull) arg1;
130 +(int *_Nonnull) objc_clsmethod: (int *_Nonnull) arg1 {
147 -(int *_Nonnull) objc_method: (int *_Nonnull) arg1 {
/llvm-project/clang/test/Analysis/
H A DUserNullabilityAnnotations.m10 - (void)method1:(int *_Nonnull)x;
15 - (void)method1:(int *_Nonnull)x {
H A Dnullability-arc.mm14 - (void)foo:(Param *_Nonnull)param;
H A DCheckNSError.m24 - (BOOL)myMethodWhichMayFail3:(NSError **_Nonnull)error;
38 - (BOOL)myMethodWhichMayFail3:(NSError **_Nonnull)error { // no-warning
H A Dnullability.mm48 - (void)takesNonnull:(int *_Nonnull)p; argument
417 calleeWithParam:(Dummy* _Nonnull) global() argument
425 callerWithParam:(Dummy* _Nonnull) global() argument
515 testReturnsNullableInNonnullWhenPreconditionViolated:(TestObject* _Nonnull) global() argument
[all...]
H A Dnullability_nullonly.mm141 - (SomeClass * _Nonnull)testReturnsNilInNonnullWhenPreconditionViolated:(SomeClass * _Nonnull) p {
H A Dincorrect-checker-names.mm18 - (void)takesNonnull:(int *_Nonnull)p;
H A DNSContainers.m43 …ionState *)state objects:(id __unsafe_unretained _Nullable [_Nonnull])buffer count:(NSUInteger)len;
/llvm-project/clang/test/SemaObjC/
H A Dnullability.m274 - (void)simple:(int [_Nonnull 2])x;
275 - (void)nested:(void *_Nullable [_Nonnull 2])x;
276 … expected-error {{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int[2]'}}
278 - (void)withTypedef:(INTS _Nonnull)x;
279 …ror{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'INTS' (aka 'int[4]')}}
/llvm-project/clang/test/SemaCXX/
H A Dnullability.cpp189 __anon2a2ccac70402(INTS _Nonnull) arraysInLambdas() argument
[all...]