Searched refs:CheckingGroups (Results 1 – 2 of 2) sorted by relevance
162 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in generateChecks()163 for (unsigned J = I + 1; J < CheckingGroups.size(); ++J) { in generateChecks()164 const RuntimePointerChecking::CheckingPtrGroup &CGI = CheckingGroups[I]; in generateChecks()165 const RuntimePointerChecking::CheckingPtrGroup &CGJ = CheckingGroups[J]; in generateChecks()250 CheckingGroups.clear(); in groupChecks()279 CheckingGroups.push_back(CheckingPtrGroup(I, *this)); in groupChecks()347 std::copy(Groups.begin(), Groups.end(), std::back_inserter(CheckingGroups)); in groupChecks()402 for (unsigned I = 0; I < CheckingGroups.size(); ++I) { in print()403 const auto &CG = CheckingGroups[I]; in print()
449 SmallVector<CheckingPtrGroup, 2> CheckingGroups; variable