Home
last modified time | relevance | path

Searched defs:checkBind (Results 1 – 11 of 11) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, in checkBind() function in UndefinedAssignmentChecker
H A DBoolAssignmentChecker.cpp57 void BoolAssignmentChecker::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() function in BoolAssignmentChecker
H A DVforkChecker.cpp191 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, in checkBind() function in VforkChecker
H A DDereferenceChecker.cpp291 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, checkBind() function in DereferenceChecker
H A DCheckerDocumentation.cpp167 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} in checkBind() function in clang::ento::CheckerDocumentation
H A DAnalysisOrderChecker.cpp187 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { in checkBind() function in __anonf8f59c560111::AnalysisOrderChecker
H A DObjCSelfInitChecker.cpp315 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in ObjCSelfInitChecker
H A DIteratorModeling.cpp235 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S, in checkBind() function in IteratorModeling
H A DNullabilityChecker.cpp1252 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, checkBind() function in NullabilityChecker
/llvm-project/clang/unittests/StaticAnalyzer/
H A DSValTest.cpp64 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { in checkBind() function in clang::ento::__anona27ef9dc0111::SValCollector
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1137 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind() function in RetainCountChecker