Home
last modified time | relevance | path

Searched refs:BFS (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DWorkList.cpp56 class BFS : public WorkList { class
86 return std::make_unique<BFS>(); in makeBFS()
H A DAnalyzerOptions.cpp70 .Case("bfs", ExplorationStrategyKind::BFS) in getExplorationStrategy()
H A DCoreEngine.cpp59 case ExplorationStrategyKind::BFS: in generateWorkList()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h125 BFS, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/developer-docs/
H A DDebugChecks.rst53 whether the analysis engine is doing BFS or DFS.
/netbsd-src/share/misc/
H A Dacronyms.comp145 BFS breadth-first search
H A Dairport653 BFS:Belfast International Airport, Northern Ireland
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfilesystems2571 0 lelong 0x1BADFACE SCO UnixWare BFS filesystem
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20145914 needed in BFS-mode. Replace unique_ptr<vector<bool>> with
5920 implement DFS and BFS mode.
H A DChangeLog-20153975 * bits/regex_executor.tcc: Still let BFS process ECMAScript.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp12745 int BFS = MFI.getObjectSize(BFI); in isConsecutiveLSLoc() local
12746 if (FS != BFS || FS != (int)Bytes) return false; in isConsecutiveLSLoc()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst2098 .. which is a very weird BFS traversal?