Home
last modified time | relevance | path

Searched refs:MIGChecker (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMIGChecker.cpp39 class MIGChecker : public Checker<check::PostCall, check::PreStmt<ReturnStmt>, class
187 void MIGChecker::checkPostCall(const CallEvent &Call, CheckerContext &C) const { in checkPostCall()
249 void MIGChecker::checkReturnAux(const ReturnStmt *RS, CheckerContext &C) const { in checkReturnAux()
296 Mgr.registerChecker<MIGChecker>(); in registerMIGChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1135 def MIGChecker : Checker<"MIG">,
/freebsd/lib/clang/libclang/
H A DMakefile686 SRCS_FUL+= StaticAnalyzer/Checkers/MIGChecker.cpp