Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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.cpp36 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.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 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 DDereferenceChecker.cpp45 void checkLocation(SVal location, bool isLoad, const Stmt* S,
272 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() function in DereferenceChecker
H A DCheckerDocumentation.cpp170 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::CheckerDocumentation
H A DNullabilityChecker.cpp108 void checkLocation(SVal Location, bool IsLoad, const Stmt *S,
607 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() function in NullabilityChecker
H A DMallocChecker.cpp432 void checkLocation(SVal l, bool isLoad, const Stmt *S,
3308 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation() function in MallocChecker
/freebsd/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
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h198 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()