Home
last modified time | relevance | path

Searched refs:PostDominatorsTreeDumper (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp59 class PostDominatorsTreeDumper : public Checker<check::ASTCodeBody> { class
73 mgr.registerChecker<PostDominatorsTreeDumper>(); in registerPostDominatorsTreeDumper()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td1469 def PostDominatorsTreeDumper : Checker<"DumpPostDominators">,