OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conflicting_2
(Results
1 - 1
of
1
) sorted by null
/external/clang/test/Sema/
nullability.c
20
typedef int * _Null_unspecified _Nonnull
conflicting_2
; // expected-error{{nullability specifier '_Null_unspecified' conflicts with existing specifier '_Nonnull'}}
typedef
26
typedef nonnull_int_ptr _Nullable
conflicting_2
; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}}
typedef
28
typedef nonnull_int_ptr_typedef _Nullable
conflicting_2
; // expected-error{{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}}
typedef
Completed in 35 milliseconds