Searched refs:NoReturnFunctionChecker (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNoReturnFunctionChecker.cpp1 //=== NoReturnFunctionChecker.cpp -------------------------------*- C++ -*-===//
9 // This defines NoReturnFunctionChecker, which evaluates functions that do not
29 class NoReturnFunctionChecker : public Checker< check::PostCall, class in namespace:__anon2269
40 void NoReturnFunctionChecker::checkPostCall(const CallEvent &CE,
87 void NoReturnFunctionChecker::checkPostObjCMessage(const ObjCMethodCall &Msg,
143 mgr.registerChecker<NoReturnFunctionChecker>();
/freebsd-13-stable/lib/clang/libclang/
H A DMakefile586 SRCS_FUL+= StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp

Completed in 109 milliseconds