Searched defs:ArgN (Results 1 – 2 of 2) sorted by relevance
113 ValueConstraint(ArgNo ArgN) : ArgN(ArgN) {} in ValueConstraint()156 ArgNo ArgN; // Argument to which we apply the constraint. member in __anon6255e2070111::StdLibraryFunctionsChecker::ValueConstraint182 RangeConstraint(ArgNo ArgN, RangeKind Kind, const IntRangeVector &Ranges) in RangeConstraint()239 ComparisonConstraint(ArgNo ArgN, BinaryOperator::Opcode Opcode, in ComparisonConstraint()446 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType()552 static SVal getArgSVal(const CallEvent &Call, ArgNo ArgN) { in getArgSVal()595 for (ArgNo ArgN : VC->getArgsToTrack()) in reportBug() local666 StdLibraryFunctionsChecker::getArgDesc(StdLibraryFunctionsChecker::ArgNo ArgN) { in getArgDesc()1150 IntRangeVector Ranges) { in initFunctionSummaries()1184 auto NotNull = [&](ArgNo ArgN) { in initFunctionSummaries()
1534 SDValue ArgN = DAG.getCopyFromReg(DAG.getEntryNode(), DL, in LowerVASTART() local