OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nonnull_int_ptr_2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
nullability.c
50
typedef _Nonnull int *
nonnull_int_ptr_2
;
typedef
/external/clang/test/SemaCXX/
nullability.cpp
31
typedef AddNonNull<int * _Nullable>::type
nonnull_int_ptr_2
; // FIXME: check that it was overridden
typedef
Completed in 130 milliseconds