Searched refs:incomplete_array (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/PCH/
H A Dtentative-defs.h9 int incomplete_array[]; variable
H A Dexternal-defs.h10 int incomplete_array[]; variable
/external/clang/test/PCH/Inputs/
H A Dchain-external-defs2.h10 int incomplete_array[]; variable
H A Dchain-external-defs1.h10 int incomplete_array[]; variable
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Darray.pass.cpp39 typedef char incomplete_array[]; typedef
47 test_array<incomplete_array>();
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp49 typedef char incomplete_array[]; typedef
56 test_array<incomplete_array>();
/external/clang/test/Index/
H A Dprint-type.cpp43 void foo(int i, int incomplete_array[]) { int variable_array[i]; } argument
122 // CHECK: ParmDecl=incomplete_array:43:21 (Definition) [type=int []] [typekind=IncompleteArray] [isPOD=1]
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp68 typedef Types incomplete_array[]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} typedef in struct:TestPPName
/external/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp268 namespace incomplete_array { namespace in namespace:in_class_template
/external/libedit/
H A Dconfigure11711 struct incomplete_array
11787 struct incomplete_array *ia =
11788 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
/external/ImageMagick/
H A Dconfigure7583 struct incomplete_array
7659 struct incomplete_array *ia =
7660 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
8341 struct incomplete_array
8417 struct incomplete_array *ia =
8418 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
[all...]
/external/bison/
H A Dconfigure5416 struct incomplete_array
5492 struct incomplete_array *ia =
5493 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));

Completed in 626 milliseconds