HomeSort by: relevance | last modified time | path
    Searched defs:mulop (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
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());

Completed in 15 milliseconds