HomeSort by: relevance | last modified time | path
    Searched refs:checkBind (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BoolAssignmentChecker.cpp 28 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
55 void BoolAssignmentChecker::checkBind(SVal loc, SVal val, const Stmt *S,
UndefinedAssignmentChecker.cpp 29 void checkBind(SVal location, SVal val, const Stmt *S,
34 void UndefinedAssignmentChecker::checkBind(SVal location, SVal val,
CheckerDocumentation.cpp 164 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &) const {}
VforkChecker.cpp 63 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
192 void VforkChecker::checkBind(SVal L, SVal V, const Stmt *S,
DereferenceChecker.cpp 45 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
253 void DereferenceChecker::checkBind(SVal L, SVal V, const Stmt *S,
ObjCSelfInitChecker.cpp 76 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
316 void ObjCSelfInitChecker::checkBind(SVal loc, SVal val, const Stmt *S,
AnalysisOrderChecker.cpp 187 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const {
IteratorModeling.cpp 150 void checkBind(SVal Loc, SVal Val, const Stmt *S, CheckerContext &C) const;
235 void IteratorModeling::checkBind(SVal Loc, SVal Val, const Stmt *S,
NullabilityChecker.cpp 95 void checkBind(SVal L, SVal V, const Stmt *S, CheckerContext &C) const;
1094 void NullabilityChecker::checkBind(SVal L, SVal V, const Stmt *S,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
RetainCountChecker.h 294 void checkBind(SVal loc, SVal val, const Stmt *S, CheckerContext &C) const;
RetainCountChecker.cpp 1137 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
Checker.h 215 ((const CHECKER *)checker)->checkBind(location, val, S, C);

Completed in 25 milliseconds