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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp114 typedef SmallVectorImpl<MallocOverflowCheck> theVecType; typedef in class:__anon3575::CheckOverflowOps
117 theVecType &toScanFor;
132 theVecType::iterator i = toScanFor.end();
133 theVecType::iterator e = toScanFor.begin();
185 CheckOverflowOps(theVecType &v, ASTContext &ctx)
211 for (CheckOverflowOps::theVecType::iterator

Completed in 192 milliseconds