Home
last modified time | relevance | path

Searched refs:LoadS (Results 1 – 3 of 3) 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/lua/src/
Dlauxlib.c739 typedef struct LoadS { struct
742 } LoadS; argument
746 LoadS *ls = (LoadS *)ud; in getS()
757 LoadS ls; in luaL_loadbufferx()