Home
last modified time | relevance | path

Searched refs:ReturnUndefChecker (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DReturnUndefChecker.cpp26 class ReturnUndefChecker : public Checker< check::PreStmt<ReturnStmt> > { class
38 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, in checkPreStmt()
95 void ReturnUndefChecker::emitUndef(CheckerContext &C, const Expr *RetE) const { in emitUndef()
103 void ReturnUndefChecker::checkReference(CheckerContext &C, const Expr *RetE, in checkReference()
122 mgr.registerChecker<ReturnUndefChecker>(); in registerReturnUndefChecker()
H A DCMakeLists.txt97 ReturnUndefChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn105 "ReturnUndefChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile108 ReturnUndefChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td419 def ReturnUndefChecker : Checker<"UndefReturn">,