Searched refs:CheckingGroups (Results 1 – 3 of 3) sorted by relevance
194 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()195 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()196 const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()197 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()282 CheckingGroups.clear(); in groupChecks()311 CheckingGroups.push_back(CheckingPtrGroup(I, *this)); in groupChecks()379 std::copy(Groups.begin(), Groups.end(), std::back_inserter(CheckingGroups)); in groupChecks()434 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in print()435 const auto &CG = CheckingGroups[I]; in print()
184 for (const auto &Group : RtPtrChecking->CheckingGroups) { in prepareNoAliasMetadata()
452 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable