Home
last modified time | relevance | path

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

/llvm-project/clang/test/PCH/
H A Dexternal-defs.h11 int incomplete_array2[]; variable
H A Dexternal-defs.c14 int incomplete_array2[17]; variable
H A Dchain-external-defs.c36 int incomplete_array2[17]; variable
/llvm-project/clang/test/PCH/Inputs/
H A Dchain-external-defs1.h11 int incomplete_array2[]; variable
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_spec.cpp122 int incomplete_array2[is_incomplete_array<bool[]>::value ? 1 : -1]; variable