Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp114 typedef SmallVectorImpl<MallocOverflowCheck> theVecType; typedef in __anon382feb090211::CheckOverflowOps
117 theVecType &toScanFor;
132 theVecType::iterator i = toScanFor.end(); in CheckExpr()
133 theVecType::iterator e = toScanFor.begin(); in CheckExpr()
185 CheckOverflowOps(theVecType &v, ASTContext &ctx) in CheckOverflowOps()
211 for (CheckOverflowOps::theVecType::iterator in OutputPossibleOverflows()