Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp59 class PostDominatorsTreeDumper : public Checker<check::ASTCodeBody> { class
73 mgr.registerChecker<PostDominatorsTreeDumper>(); in registerPostDominatorsTreeDumper()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1469 def PostDominatorsTreeDumper : Checker<"DumpPostDominators">,