Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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.cpp45 void checkLocation(SVal l, bool isLoad, const Stmt *S,
70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in NonnullGlobalConstantsChecker
H A DErrnoChecker.cpp36 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S,
134 void ErrnoChecker::checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in ErrnoChecker
H A DObjCSuperDeallocChecker.cpp47 void checkLocation(SVal l, bool isLoad, const Stmt *S,
131 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() function in ObjCSuperDeallocChecker
H A DNSErrorChecker.cpp174 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
213 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() function in NSOrCFErrorDerefChecker
H A DDereferenceChecker.cpp48 void checkLocation(SVal location, bool isLoad, const Stmt* S,
245 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,
299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in ObjCSelfInitChecker
H A DCheckerDocumentation.cpp157 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::CheckerDocumentation
H A DNullabilityChecker.cpp106 void checkLocation(SVal Location, bool IsLoad, const Stmt *S,
610 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() function in NullabilityChecker
H A DMallocChecker.cpp344 void checkLocation(SVal l, bool isLoad, const Stmt *S,
3115 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation() function in MallocChecker
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp97 void checkLocation(SVal l, bool isLoad, const Stmt *S,
333 void InvalidPtrChecker::checkLocation(SVal Loc, bool isLoad, const Stmt *S, in checkLocation() function in InvalidPtrChecker
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h198 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()