Home
last modified time | relevance | path

Searched defs:incomplete_array (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dtentative-defs.h9 int incomplete_array[]; variable
H A Dexternal-defs.h10 int incomplete_array[]; variable
/llvm-project/clang/test/PCH/Inputs/
H A Dchain-external-defs2.h10 int incomplete_array[]; variable
H A Dchain-external-defs1.h10 int incomplete_array[]; variable
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Darray.pass.cpp40 typedef char incomplete_array[]; typedef
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp48 typedef char incomplete_array[]; typedef
/llvm-project/clang/test/Index/
H A Dprint-type.cpp44 void foo(int i, int incomplete_array[]) { int variable_array[i]; } in foo() argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp69 …typedef Types incomplete_array[]; // expected-error{{declaration type contains unexpanded paramete… typedef
/llvm-project/clang/test/SemaCXX/
H A Dcxx1y-variable-templates_in_class.cpp272 namespace incomplete_array { namespace