Home
last modified time | relevance | path

Searched refs:LoadS (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation() argument
81 report->addRange(LoadS->getSourceRange()); in checkLocation()
DArrayBoundCheckerV2.cpp85 const Stmt* LoadS, in checkLocation() argument
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation() argument
81 report->addRange(LoadS->getSourceRange()); in checkLocation()
DArrayBoundCheckerV2.cpp117 const Stmt* LoadS, in checkLocation() argument
/external/lua/src/
Dlauxlib.c790 typedef struct LoadS { struct
793 } LoadS; argument
797 LoadS *ls = (LoadS *)ud; in getS()
808 LoadS ls; in luaL_loadbufferx()