OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:incomplete_array
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/PCH/
tentative-defs.h
9
int
incomplete_array
[];
variable
external-defs.h
10
int
incomplete_array
[];
variable
/external/clang/test/PCH/Inputs/
chain-external-defs2.h
10
int
incomplete_array
[];
variable
chain-external-defs1.h
10
int
incomplete_array
[];
variable
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
array.pass.cpp
45
typedef char
incomplete_array
[];
typedef
51
test_array<
incomplete_array
>();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
array.pass.cpp
39
typedef char
incomplete_array
[];
typedef
45
test_array<
incomplete_array
>();
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp
68
typedef Types
incomplete_array
[]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}}
typedef in struct:TestPPName
Completed in 100 milliseconds