Searched refs:array_end (Results 1 – 2 of 2) sorted by relevance
2061 inline array_iterator array_end() { return ScopArrayInfoSet.end(); } in array_end() function2067 inline const_array_iterator array_end() const { in array_end() function2072 return array_range(array_begin(), array_end()); in arrays()2076 return const_array_range(array_begin(), array_end()); in arrays()
2709 S->getNumParams() + std::distance(S->array_begin(), S->array_end())); in getNames()