Home
last modified time | relevance | path

Searched refs:checkBind (Results 1 – 21 of 21) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp30 void checkBind(SVal location, SVal val, const Stmt *S,
35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
DBoolAssignmentChecker.cpp29 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
DVforkChecker.cpp64 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
DDereferenceChecker.cpp42 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
242 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
DObjCSelfInitChecker.cpp77 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
DCheckerDocumentation.cpp147 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
DNullabilityChecker.cpp111 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
1080 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
DRetainCountChecker.cpp2612 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
3607 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DUndefinedAssignmentChecker.cpp29 void checkBind(SVal location, SVal val, const Stmt *S,
34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
DBoolAssignmentChecker.cpp28 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
55 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
DVforkChecker.cpp63 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
DDereferenceChecker.cpp45 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
253 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in DereferenceChecker
DObjCSelfInitChecker.cpp76 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
316 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
DCheckerDocumentation.cpp164 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
DAnalysisOrderChecker.cpp187 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { in checkBind() function in __anone47b0e330111::AnalysisOrderChecker
DIteratorModeling.cpp150 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const;
235 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() function in IteratorModeling
DNullabilityChecker.cpp95 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
1094 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in NullabilityChecker
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
DRetainCountChecker.h294 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
DRetainCountChecker.cpp1137 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DChecker.h215 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h215 ((const CHECKER *)checker)->checkBind(location, val, S, C); in _checkBind()