Searched refs:incomplete_array (Results 1 - 14 of 14) 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/utilities/meta/meta.unary/meta.unary.comp/
H A Darray.pass.cpp39 typedef char incomplete_array[]; typedef
45 test_array<incomplete_array>();
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp48 typedef char incomplete_array[]; typedef
54 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
113 // 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/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure4220 struct incomplete_array
4296 struct incomplete_array *ia =
4297 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
/external/chromium_org/third_party/opus/src/
H A Dconfigure11572 struct incomplete_array
11648 struct incomplete_array *ia =
11649 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
/external/libedit/
H A Dconfigure11711 struct incomplete_array
11787 struct incomplete_array *ia =
11788 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
/external/libopus/
H A Dconfigure11572 struct incomplete_array
11648 struct incomplete_array *ia =
11649 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
/external/bison/
H A Dconfigure5416 struct incomplete_array
5492 struct incomplete_array *ia =
5493 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));

Completed in 397 milliseconds