Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp35 struct MallocOverflowCheck { struct
40 MallocOverflowCheck(const BinaryOperator *m, const Expr *v, APSInt val) in MallocOverflowCheck() function
50 SmallVectorImpl<MallocOverflowCheck> &PossibleMallocOverflows,
54 SmallVectorImpl<MallocOverflowCheck> &PossibleMallocOverflows,
66 SmallVectorImpl<MallocOverflowCheck> &PossibleMallocOverflows, in CheckMallocArgument()
129 typedef SmallVectorImpl<MallocOverflowCheck> theVecType;
152 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase()
162 auto PredTrue = [](const MallocOverflowCheck &) { return true; }; in CheckExpr() argument
216 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr()
271 SmallVectorImpl<MallocOverflowCheck> &PossibleMallocOverflows, in OutputPossibleOverflows()
[all …]