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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp33 const BinaryOperator *mulop; member in struct:__anon18204::MallocOverflowCheck
37 : mulop(m), variable (v)
68 const BinaryOperator * mulop = nullptr; local
76 if (mulop == nullptr && opc == BO_Mul)
77 mulop = binop;
97 if (mulop == nullptr)
106 PossibleMallocOverflows.push_back(MallocOverflowCheck(mulop, e));
219 PathDiagnosticLocation::createOperatorLoc(i->mulop,
221 i->mulop->getSourceRange());

Completed in 757 milliseconds