Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp356 ArgNo OtherArgN; member in __anon6bc7ad640111::StdLibraryFunctionsChecker::ComparisonConstraint
360 ArgNo OtherArgN) in ComparisonConstraint() argument
361 : 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()