Searched defs:SomeArray (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ | ||
H A D | every-type.cpp | 53 int SomeArray[7] = {1, 2, 3, 4, 5, 6, 7}; // LF_ARRAY variable |
/llvm-project/clang/test/SemaCXX/ | ||
H A D | type-traits.cpp | 4714 using SomeArray = int[1][2]; remove_extent() typedef |