| MallocOverflowSecurityChecker.cpp | 35 const BinaryOperator *mulop; member in struct:__anon3379::MallocOverflowCheck 40 : mulop(m), variable(v), maxVal(std::move(val)) {} 75 const BinaryOperator * mulop = nullptr; local 84 if (mulop == nullptr && opc == BO_Mul) 85 mulop = binop; 111 if (mulop == nullptr) 120 PossibleMallocOverflows.push_back(MallocOverflowCheck(mulop, e, maxVal)); 289 PathDiagnosticLocation::createOperatorLoc(i->mulop, 291 i->mulop->getSourceRange());
|