Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDArrayBoundChecker.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
HDNonnullGlobalConstantsChecker.cpp45 void checkLocation(SVal l, bool isLoad, const Stmt *S,
70 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in NonnullGlobalConstantsChecker
HDErrnoChecker.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
HDObjCSuperDeallocChecker.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
HDNSErrorChecker.cpp174 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
213 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() function in NSOrCFErrorDerefChecker
HDDereferenceChecker.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
HDObjCSelfInitChecker.cpp74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
299 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in ObjCSelfInitChecker
HDCheckerDocumentation.cpp157 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::CheckerDocumentation
HDNullabilityChecker.cpp106 void checkLocation(SVal Location, bool IsLoad, const Stmt *S,
610 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() function in NullabilityChecker
HDMallocChecker.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
/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
HDInvalidPtrChecker.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-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
HDChecker.h198 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()