OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cip_t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
format-strings-scanf.c
170
typedef const int*
cip_t
;
typedef
172
scanf("%d", (
cip_t
)0); // expected-warning{{format specifies type 'int *' but the argument has type '
cip_t
' (aka 'const int *')}}
format-strings.c
640
typedef const int*
cip_t
;
typedef
642
printf("%n", (
cip_t
)0); // expected-warning{{format specifies type 'int *' but the argument has type '
cip_t
' (aka 'const int *')}}
[
all
...]
Completed in 192 milliseconds