Searched defs:incomplete_array (Results 1 - 6 of 6) 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/clang/test/Index/
H A Dprint-type.cpp35 void foo(int i, int incomplete_array[]) { int variable_array[i]; } argument
74 // CHECK: ParmDecl=incomplete_array:35: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

Completed in 334 milliseconds