Searched refs:checkBind (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedAssignmentChecker.cpp29 void checkBind(SVal location, SVal val, const Stmt *S,
34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val, function in class:UndefinedAssignmentChecker
H A 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, function in class:BoolAssignmentChecker
H A DCheckerDocumentation.cpp164 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {} function in class:clang::ento::CheckerDocumentation
H A 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, function in class:VforkChecker
H A 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, function in class:ObjCSelfInitChecker
H A 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, function in class:DereferenceChecker
H A DAnalysisOrderChecker.cpp187 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const { function in class:__anon904::AnalysisOrderChecker
H A 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, function in class:IteratorModeling
H A 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, function in class:NullabilityChecker
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h294 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
H A DRetainCountChecker.cpp1137 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, function in class:RetainCountChecker
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DChecker.h215 ((const CHECKER *)checker)->checkBind(location, val, S, C);

Completed in 211 milliseconds