HomeSort by relevance Sort by last modified time
    Searched refs:variable_array (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Index/
print-type.cpp 35 void foo(int i, int incomplete_array[]) { int variable_array[i]; } local
75 // CHECK: VarDecl=variable_array:35:47 (Definition) [type=int [i]] [typekind=VariableArray] [isPOD=1]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 72 Types variable_array[i]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} local

Completed in 58 milliseconds