Searched refs:FullPaths (Results 1 – 2 of 2) sorted by relevance
3451 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument3452 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()3453 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()3501 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument3503 if (FullPaths.empty()) in selectBestPath()3505 if (FullPaths.size() == 1) in selectBestPath()3506 return &FullPaths.front(); in selectBestPath()3511 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()3565 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()3573 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local[all …]
3431 static void removeRedundantPaths(std::list<FullPathTy> &FullPaths) { in removeRedundantPaths() argument3432 FullPaths.remove_if([&](const FullPathTy &SpecificPath) { in removeRedundantPaths()3433 for (const FullPathTy &OtherPath : FullPaths) { in removeRedundantPaths()3481 std::list<FullPathTy> &FullPaths) { in selectBestPath() argument3483 if (FullPaths.empty()) in selectBestPath()3485 if (FullPaths.size() == 1) in selectBestPath()3486 return &FullPaths.front(); in selectBestPath()3491 for (const FullPathTy &SpecificPath : FullPaths) { in selectBestPath()3546 return BestPath ? BestPath : &FullPaths.front(); in selectBestPath()3554 std::list<FullPathTy> FullPaths; in computeFullPathsForVFTables() local[all …]