HomeSort by relevance Sort by last modified time
    Searched refs:checkLocation (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
ArrayBoundChecker.cpp 30 void checkLocation(SVal l, bool isLoad, const Stmt* S,
35 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS,
CheckerDocumentation.cpp 128 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S,
ArrayBoundCheckerV2.cpp 39 void checkLocation(SVal l, bool isLoad, const Stmt*S,
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
DereferenceChecker.cpp 39 void checkLocation(SVal location, bool isLoad, const Stmt* S,
177 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S,
NSErrorChecker.cpp 161 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
201 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad,
ObjCSelfInitChecker.cpp 69 void checkLocation(SVal location, bool isLoad, const Stmt *S,
304 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad,
MallocChecker.cpp 194 void checkLocation(SVal l, bool isLoad, const Stmt *S,
    [all...]
  /frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.h 127 status_t checkPid(const char *checkLocation) const;
Camera2ClientBase.cpp 64 status_t Camera2ClientBase<TClientBase>::checkPid(const char* checkLocation)
71 " (old pid %d, new pid %d)", checkLocation, TClientBase::mClientPid, callingPid);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp 47 int checkLocation = start;
54 client->checkGrammarOfString(String(text + checkLocation, checkLength), badGrammarDetails, &badGrammarLocation, &badGrammarLength);
61 badGrammar.location = checkLocation + badGrammarLocation;
66 checkLocation += (badGrammarLocation + badGrammarLength);
  /external/clang/include/clang/StaticAnalyzer/Core/
Checker.h 188 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 6447 milliseconds