Searched refs:AllChecks (Results 1 – 2 of 2) sorted by relevance
626 const SmallVectorImpl<RuntimePointerChecking::PointerCheck> &AllChecks, in includeOnlyCrossPartitionChecks() argument631 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks), in includeOnlyCrossPartitionChecks()784 const auto &AllChecks = RtPtrChecking->getChecks(); in processLoop() local785 auto Checks = includeOnlyCrossPartitionChecks(AllChecks, PtrToPartition, in processLoop()
335 const auto &AllChecks = LAI.getRuntimePointerChecking()->getChecks(); in collectMemchecks() local338 std::copy_if(AllChecks.begin(), AllChecks.end(), std::back_inserter(Checks), in collectMemchecks()