Searched defs:checkBind (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp35 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, function in class:UndefinedAssignmentChecker
H A DBoolAssignmentChecker.cpp54 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:BoolAssignmentChecker
H A DDereferenceChecker.cpp242 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S, function in class:DereferenceChecker
H A DVforkChecker.cpp192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S, function in class:VforkChecker
H A DCheckerDocumentation.cpp148 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} function in class:clang::ento::CheckerDocumentation
H A DObjCSelfInitChecker.cpp317 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:ObjCSelfInitChecker
H A DNullabilityChecker.cpp944 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S, function in class:NullabilityChecker
H A DRetainCountChecker.cpp3614 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:RetainCountChecker

Completed in 74 milliseconds