Home
last modified time | relevance | path

Searched refs:checkLocation (Results 1 – 25 of 25) 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/llvm-project/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
DNonnullGlobalConstantsChecker.cpp44 void checkLocation(SVal l, bool isLoad, const Stmt *S,
69 void NonnullGlobalConstantsChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in NonnullGlobalConstantsChecker
DObjCSuperDeallocChecker.cpp46 void checkLocation(SVal l, bool isLoad, const Stmt *S,
130 void ObjCSuperDeallocChecker::checkLocation(SVal L, bool IsLoad, const Stmt *S, in checkLocation() function in ObjCSuperDeallocChecker
DNSErrorChecker.cpp173 void checkLocation(SVal loc, bool isLoad, const Stmt *S,
212 void NSOrCFErrorDerefChecker::checkLocation(SVal loc, bool isLoad, in checkLocation() function in NSOrCFErrorDerefChecker
DArrayBoundCheckerV2.cpp42 void checkLocation(SVal l, bool isLoad, const Stmt*S,
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation() function in ArrayBoundCheckerV2
DDereferenceChecker.cpp43 void checkLocation(SVal location, bool isLoad, const Stmt* S,
207 void DereferenceChecker::checkLocation(SVal l, bool isLoad, const Stmt* S, in checkLocation() function in DereferenceChecker
DObjCSelfInitChecker.cpp74 void checkLocation(SVal location, bool isLoad, const Stmt *S,
300 void ObjCSelfInitChecker::checkLocation(SVal location, bool isLoad, in checkLocation() function in ObjCSelfInitChecker
DCheckerDocumentation.cpp154 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::CheckerDocumentation
DNullabilityChecker.cpp103 void checkLocation(SVal Location, bool IsLoad, const Stmt *S,
526 void NullabilityChecker::checkLocation(SVal Location, bool IsLoad, in checkLocation() function in NullabilityChecker
DMallocChecker.cpp330 void checkLocation(SVal l, bool isLoad, const Stmt *S,
2916 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/llvm-project/clang/unittests/StaticAnalyzer/
DRegisterCustomCheckersTest.cpp63 void checkLocation(SVal Loc, bool IsLoad, const Stmt *S, in checkLocation() function in clang::ento::__anon92c6eaab0111::LocIncDecChecker
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DChecker.h199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()
/external/clang/include/clang/StaticAnalyzer/Core/
DChecker.h199 ((const CHECKER *)checker)->checkLocation(location, isLoad, S, C); in _checkLocation()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h329 void checkLocation(const TSourceLoc&, TOperator);
DParseHelper.cpp1305 checkLocation(loc, function.getBuiltInOp()); in handleBuiltInFunctionCall()
1454 void TParseContext::checkLocation(const TSourceLoc& loc, TOperator op) in checkLocation() function in glslang::TParseContext