Searched refs:BestPath (Results 1 – 1 of 1) sorted by relevance
950 CXXBasePath *BestPath = 0; in FindBestPath() local999 if (BestPath == 0 || PathAccess < BestPath->Access) { in FindBestPath()1000 BestPath = &*PI; in FindBestPath()1001 BestPath->Access = PathAccess; in FindBestPath()1004 if (BestPath->Access == AS_public) in FindBestPath()1005 return BestPath; in FindBestPath()1011 assert((!BestPath || BestPath->Access != AS_public) && in FindBestPath()1019 return BestPath; in FindBestPath()