Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h218 runCheckersForStmt(/*isPreVisit=*/true, Dst, Src, S, Eng); in runCheckersForPreStmt()
232 runCheckersForStmt(/*isPreVisit=*/false, Dst, Src, S, Eng, wasInlined);
236 void runCheckersForStmt(bool isPreVisit,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DCheckerManager.cpp166 void CheckerManager::runCheckersForStmt(bool isPreVisit, in runCheckersForStmt() function in CheckerManager