Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp52 class ErrnoModeling class
76 void ErrnoModeling::checkASTDecl(const TranslationUnitDecl *D, in REGISTER_TRAIT_WITH_PROGRAMSTATE()
96 void ErrnoModeling::checkBeginFunction(CheckerContext &C) const { in checkBeginFunction()
143 bool ErrnoModeling::evalCall(const CallEvent &Call, CheckerContext &C) const { in evalCall()
162 void ErrnoModeling::checkLiveSymbols(ProgramStateRef State, in checkLiveSymbols()
275 mgr.registerChecker<ErrnoModeling>(); in registerErrnoModeling()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td378 def ErrnoModeling : Checker<"Errno">,
545 Dependencies<[ErrnoModeling]>,
1632 Dependencies<[ErrnoModeling]>,
/freebsd/lib/clang/libclang/
H A DMakefile669 SRCS_FUL+= StaticAnalyzer/Checkers/ErrnoModeling.cpp