Searched refs:SomeArray (Results 1 – 2 of 2) sorted by relevance
53 int SomeArray[7] = {1, 2, 3, 4, 5, 6, 7}; // LF_ARRAY variable77 return SomeArray[argc]; in main()
4992 using SomeArray = int[1][2];4993 static_assert(__is_same(remove_extent_t<const SomeArray>, const int[2]));5031 using SomeArray = int[1][2];5032 static_assert(__is_same(remove_all_extents_t<const SomeArray>, const int));4714 using SomeArray = int[1][2]; remove_extent() typedef 4753 using SomeArray = int[1][2]; remove_all_extents() typedef