Home
last modified time | relevance | path

Searched refs:checkBind (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp29 void checkBind(SVal location, SVal val, const Stmt *S,
34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
H A DBoolAssignmentChecker.cpp31 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
59 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
H A DVforkChecker.cpp64 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
194 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
H A DDereferenceChecker.cpp48 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
284 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
H A DObjCSelfInitChecker.cpp76 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
318 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
H A DCheckerDocumentation.cpp164 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
H A DAnalysisOrderChecker.cpp187 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { in checkBind() function in __anonc7d922730111::AnalysisOrderChecker
H A DIteratorModeling.cpp151 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const;
234 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() function in IteratorModeling
H A DNullabilityChecker.cpp95 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
1094 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h294 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
H A DRetainCountChecker.cpp1138 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp64 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { in checkBind() function in clang::ento::__anonb5f969990111::SValCollector
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h215 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()