Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp36 const BinaryOperator *mulop; member
41 : mulop(m), variable(v), maxVal(std::move(val)) {} in MallocOverflowCheck()
76 const BinaryOperator * mulop = nullptr; in CheckMallocArgument() local
85 if (mulop == nullptr && opc == BO_Mul) in CheckMallocArgument()
86 mulop = binop; in CheckMallocArgument()
112 if (mulop == nullptr) in CheckMallocArgument()
121 PossibleMallocOverflows.push_back(MallocOverflowCheck(mulop, e, maxVal)); in CheckMallocArgument()
287 PathDiagnosticLocation::createOperatorLoc(i->mulop, in OutputPossibleOverflows()
289 i->mulop->getSourceRange()); in OutputPossibleOverflows()
/external/llvm/lib/Target/Mips/
DMips32r6InstrFormats.td337 class SPECIAL_3R_FM<bits<5> mulop, bits<6> funct> : MipsR6Inst {
348 let Inst{10-6} = mulop;