OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings-scanf.c
169
typedef int*
ip_t
;
typedef
171
scanf("%d", (
ip_t
)0); // No warning.
format-strings.c
605
typedef int*
ip_t
;
typedef
607
printf("%n", (
ip_t
)0); // No warning.
Completed in 46 milliseconds