Home
last modified time | relevance | path

Searched refs:checkLocation (Results 1 – 11 of 11) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp31 void checkLocation(SVal l, bool isLoad, const Stmt* S,
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation() function in ArrayBoundChecker
DArrayBoundCheckerV2.cpp39 void checkLocation(SVal l, bool isLoad, const Stmt*S,
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() function in ArrayBoundCheckerV2
DObjCSuperDeallocChecker.cpp47 void checkLocation(SVal l, bool isLoad, const Stmt *S,
136 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() function in ObjCSuperDeallocChecker
DNSErrorChecker.cpp163 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
203 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() function in NSOrCFErrorDerefChecker
DDereferenceChecker.cpp40 void checkLocation(SVal location, bool isLoad, const Stmt* S,
189 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() function in DereferenceChecker
DObjCSelfInitChecker.cpp75 void checkLocation(SVal location, bool isLoad, const Stmt *S,
301 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in ObjCSelfInitChecker
DCheckerDocumentation.cpp137 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::CheckerDocumentation
DMallocChecker.cpp211 void checkLocation(SVal l, bool isLoad, const Stmt *S,
2332 void MallocChecker::checkLocation(SVal l, bool isLoad, const Stmt *S, in checkLocation() function in MallocChecker
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp81 ShaderStage checkLocation; member
88 , checkLocation (checkLocation_) in UniformInfo()
289 …const bool checkInVert = (uniformInfo.checkLocation & UniformInfo::SHADERSTAGE_VERTEX) != 0; in genShaderSources()
290 …const bool checkInFrag = (uniformInfo.checkLocation & UniformInfo::SHADERSTAGE_FRAGMENT) != 0; in genShaderSources()
398 if (uniformInfo.checkLocation == 0 && gotLoc == -1) in verifyLocations()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
DEventWithExceptionTest.java380 checkLocation(classId, methodId, eventLocation); in runMethodExitTest()
396 … private void checkLocation(long expectedClassId, long expectedMethodId, Location actualLocation) { in checkLocation() method in EventWithExceptionTest
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()