Searched refs:OtherArgN (Results 1 – 1 of 1) sorted by relevance
356 ArgNo OtherArgN; member in __anon4d759d9c0111::StdLibraryFunctionsChecker::ComparisonConstraint360 ArgNo OtherArgN) in ComparisonConstraint() argument361 : ValueConstraint(ArgN), Opcode(Opcode), OtherArgN(OtherArgN) {} in ComparisonConstraint()362 ArgNo getOtherArgNo() const { return OtherArgN; } in getOtherArgNo()1767 auto operator()(BinaryOperator::Opcode Op, ArgNo OtherArgN) { in initFunctionSummaries()1768 return std::make_shared<ComparisonConstraint>(Ret, Op, OtherArgN); in initFunctionSummaries()