Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp61 case ExplorationStrategyKind::BFS: in generateWorkList()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h111 BFS, enumerator
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp474 std::unique_ptr<vfs::FileSystem> BFS = vfs::createPhysicalFileSystem(), in TEST() local
477 ASSERT_FALSE(BFS->setCurrentWorkingDirectory(BDir.path())); in TEST()
479 EXPECT_EQ(BDir.path(), *BFS->getCurrentWorkingDirectory()); in TEST()
483 auto BBuf = BFS->getBufferForFile("bb"); in TEST()
492 auto BStat = BFS->status("bb"); in TEST()
502 ASSERT_FALSE(BFS->getRealPath("bb", BPath)); in TEST()
511 auto BIt = BFS->dir_begin(".", EC); in TEST()
/llvm-project-15.0.7/clang/docs/analyzer/developer-docs/
H A DDebugChecks.rst53 whether the analysis engine is doing BFS or DFS.
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13168 int BFS = MFI.getObjectSize(BFI); in isConsecutiveLSLoc() local
13169 if (FS != BFS || FS != (int)Bytes) return false; in isConsecutiveLSLoc()
/llvm-project-15.0.7/clang/docs/
H A DInternalsManual.rst2098 .. which is a very weird BFS traversal?