Searched refs:BFS (Results 1 – 12 of 12) sorted by relevance
56 class BFS : public WorkList { class86 return std::make_unique<BFS>(); in makeBFS()
70 .Case("bfs", ExplorationStrategyKind::BFS) in getExplorationStrategy()
59 case ExplorationStrategyKind::BFS: in generateWorkList()
125 BFS, enumerator
53 whether the analysis engine is doing BFS or DFS.
145 BFS breadth-first search
653 BFS:Belfast International Airport, Northern Ireland
2571 0 lelong 0x1BADFACE SCO UnixWare BFS filesystem
5914 needed in BFS-mode. Replace unique_ptr<vector<bool>> with5920 implement DFS and BFS mode.
3975 * bits/regex_executor.tcc: Still let BFS process ECMAScript.
12745 int BFS = MFI.getObjectSize(BFI); in isConsecutiveLSLoc() local12746 if (FS != BFS || FS != (int)Bytes) return false; in isConsecutiveLSLoc()
2098 .. which is a very weird BFS traversal?