Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp237 ArgNo OtherArgN; member in __anon10fd7b890111::StdLibraryFunctionsChecker::ComparisonConstraint
242 ArgNo OtherArgN) in ComparisonConstraint() argument
243 : 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()