Searched defs:incomplete_array2 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/PCH/Inputs/
H A Dchain-external-defs1.h11 int incomplete_array2[]; variable
/external/clang/test/PCH/
H A Dchain-external-defs.c33 // AB: @incomplete_array2 = common global [17 x i32]
34 // AB-NOT: @incomplete_array2 = common global [17 x i32]
35 int incomplete_array2[17]; variable
H A Dexternal-defs.c12 // RUN: grep "@incomplete_array2 = common global .*17 x i32" %t | count 1
13 int incomplete_array2[17]; variable
H A Dexternal-defs.h11 int incomplete_array2[]; variable
/external/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp122 int incomplete_array2[is_incomplete_array<bool[]>::value ? 1 : -1]; variable

Completed in 92 milliseconds