OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ary3
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Parser/
builtin_classify_type.c
13
static int
ary3
[(*__builtin_classify_type)(a)]; // expected-error{{builtin functions must be directly called}}
local
/external/clang/test/Sema/
array-init.c
14
static long
ary3
[] = { 1, "abc", 3, 4 }; // expected-warning{{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [4]'}}
variable
Completed in 1054 milliseconds