Searched refs:element_end (Results 1 – 8 of 8) sorted by relevance
650 element_iterator element_end();652 return make_range(element_begin(), element_end());656 const_element_iterator element_end() const;658 return make_range(element_begin(), element_end());
317 typename RegionBase<Tr>::element_iterator RegionBase<Tr>::element_end() { in element_end() function330 RegionBase<Tr>::element_end() const { in element_end() function
318 element_iterator element_end() const { return &ContainedTys[NumContainedTys];} in element_end() function320 return makeArrayRef(element_begin(), element_end()); in elements()
92 EE = STy->element_end(); in ComputeValueVTs()
1482 if (STy->element_begin() == STy->element_end()) in getNaturalGEPWithType()3712 EE = STy->element_end(); in getTypePartition()
144 E = STy->element_end(); I != E; ++I) { in isLeakCheckerRoot()
2036 for (auto I = SR.element_begin(), E = SR.element_end(); I != E; ++I) in buildStmts()
5166 DE = DeclaredTy->element_end(), in EmitCall()