Home
last modified time | relevance | path

Searched defs:SomeArray (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Devery-type.cpp53 int SomeArray[7] = {1, 2, 3, 4, 5, 6, 7}; // LF_ARRAY variable
/llvm-project/clang/test/SemaCXX/
H A Dtype-traits.cpp4714 using SomeArray = int[1][2]; remove_extent() typedef
4753 using SomeArray = int[1][2]; remove_all_extents() typedef