Searched refs:FullPaths (Results 1 – 1 of 1) sorted by relevance
3546 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument3547 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()3548 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()3596 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument3598 if (FullPaths.empty()) in selectBestPath()3600 if (FullPaths.size() == 1) in selectBestPath()3601 return &FullPaths.front(); in selectBestPath()3606 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()3660 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()3668 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local[all …]