HomeSort by relevance Sort by last modified time
    Searched full:incomplete_array (Results 1 - 8 of 8) sorted by null

  /external/clang/test/PCH/
tentative-defs.h 9 int incomplete_array[]; variable
external-defs.h 10 int incomplete_array[]; variable
tentative-defs.c 6 // RUN: grep "@incomplete_array = common global .*1 x i32" %t | count 1
external-defs.c 11 // RUN: grep "@incomplete_array = common global .*1 x i32" %t | count 1
chain-external-defs.c 31 // AA: @incomplete_array = common global [1 x i32]
32 // AA-NOT: @incomplete_array = common global [1 x i32]
  /external/clang/test/PCH/Inputs/
chain-external-defs1.h 10 int incomplete_array[]; variable
chain-external-defs2.h 10 int incomplete_array[]; variable
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
p5.cpp 68 typedef Types incomplete_array[]; // expected-error{{declaration type contains unexpanded parameter pack 'Types'}} typedef in struct:TestPPName

Completed in 214 milliseconds