Home
last modified time | relevance | path

Searched refs:checkLocation (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp31 void checkLocation(SVal l, bool isLoad, const Stmt* S,
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation() function in ArrayBoundChecker
H A DNonnullGlobalConstantsChecker.cpp44 void checkLocation(SVal l, bool isLoad, const Stmt *S,
69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in NonnullGlobalConstantsChecker
H A DErrnoChecker.cpp35 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S,
133 void ErrnoChecker::checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in ErrnoChecker
H A DObjCSuperDeallocChecker.cpp46 void checkLocation(SVal l, bool isLoad, const Stmt *S,
130 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() function in ObjCSuperDeallocChecker
H A DNSErrorChecker.cpp173 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
212 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() function in NSOrCFErrorDerefChecker
H A DArrayBoundCheckerV2.cpp42 void checkLocation(SVal l, bool isLoad, const Stmt*S,
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() function in ArrayBoundCheckerV2
H A DDereferenceChecker.cpp46 void checkLocation(SVal location, bool isLoad, const Stmt* S,
238 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() function in DereferenceChecker
H A DObjCSelfInitChecker.cpp74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
302 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in ObjCSelfInitChecker
H A DCheckerDocumentation.cpp154 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::CheckerDocumentation
H A DNullabilityChecker.cpp103 void checkLocation(SVal Location, bool IsLoad, const Stmt *S,
526 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() function in NullabilityChecker
H A DMallocChecker.cpp342 void checkLocation(SVal l, bool isLoad, const Stmt *S,
3069 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation() function in MallocChecker
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp75 void checkLocation(SVal l, bool isLoad, const Stmt *S,
248 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation() function in InvalidPtrChecker
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRegisterCustomCheckersTest.cpp63 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::__anon2c7f96eb0111::LocIncDecChecker
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()