Lines Matching defs:ArgN
106 ValueConstraint(ArgNo ArgN) : ArgN(ArgN) {} in ValueConstraint()
158 ArgNo ArgN; // Argument to which we apply the constraint. member in __anon2143b5530111::StdLibraryFunctionsChecker::ValueConstraint
184 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Ranges) in RangeConstraint()
241 ComparisonConstraint(ArgNo ArgN, BinaryOperator::Opcode Opcode, in ComparisonConstraint()
257 NotNullConstraint(ArgNo ArgN, bool CannotBeNull = true) in NotNullConstraint()
601 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType()
698 static SVal getArgSVal(const CallEvent &Call, ArgNo ArgN) { in getArgSVal()
742 for (ArgNo ArgN : VC->getArgsToTrack()) in reportBug() local
831 StdLibraryFunctionsChecker::getArgDesc(StdLibraryFunctionsChecker::ArgNo ArgN) { in getArgDesc()
1362 IntRangeVector Ranges) { in initFunctionSummaries()
1396 auto NotNull = [&](ArgNo ArgN) { in initFunctionSummaries()
1399 auto IsNull = [&](ArgNo ArgN) { in initFunctionSummaries()