OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pr23151
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/SemaCXX/
vla.cpp
21
void
pr23151
(int (&)[*]) { // expected-error {{variable length array must be bound in function definition}}
function
/external/clang/test/Sema/
vla.c
64
void
pr23151
(int (*p1)[*]) // expected-error {{variable length array must be bound in function definition}}
function
Completed in 122 milliseconds