Searched defs:checkBind (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | BoolAssignmentChecker.cpp | 57 void BoolAssignmentChecker::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
|
H A D | DereferenceChecker.cpp | 291 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
|
H A D | AnalysisOrderChecker.cpp | 187 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { in checkBind() function in __anon03471d430111::AnalysisOrderChecker
|
H A D | CheckerDocumentation.cpp | 167 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
|
H A D | IteratorModeling.cpp | 235 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() function in IteratorModeling
|
H A D | NullabilityChecker.cpp | 1252 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountChecker.cpp | 1137 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
|