Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 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 DDereferenceChecker.cpp43 void checkLocation(SVal location, bool isLoad, const Stmt* S,
207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() function in DereferenceChecker
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 DObjCSelfInitChecker.cpp74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
300 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.cpp330 void checkLocation(SVal l, bool isLoad, const Stmt *S,
2853 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation() function in MallocChecker
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()