Searched refs:OtherArgN (Results 1 – 1 of 1) sorted by relevance
237 ArgNo OtherArgN; member in __anon10fd7b890111::StdLibraryFunctionsChecker::ComparisonConstraint242 ArgNo OtherArgN) in ComparisonConstraint() argument243 : ValueConstraint(ArgN), Opcode(Opcode), OtherArgN(OtherArgN) {} in ComparisonConstraint()244 ArgNo getOtherArgNo() const { return OtherArgN; } in getOtherArgNo()1372 auto operator()(BinaryOperator::Opcode Op, ArgNo OtherArgN) { in initFunctionSummaries()1373 return std::make_shared<ComparisonConstraint>(Ret, Op, OtherArgN); in initFunctionSummaries()