Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DReturnValueChecker.cpp27 class ReturnValueChecker : public Checker<check::PostCall, check::EndFunction> { class
85 void ReturnValueChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
119 void ReturnValueChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
168 Mgr.registerChecker<ReturnValueChecker>(); in registerReturnValueChecker()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1390 def ReturnValueChecker : Checker<"ReturnValue">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile697 SRCS_FUL+= StaticAnalyzer/Checkers/ReturnValueChecker.cpp