reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
95 static const ArgNoTy Ret = std::numeric_limits<ArgNoTy>::max(); 95 static const ArgNoTy Ret = std::numeric_limits<ArgNoTy>::max(); 99 ArgNoTy ArgNo; // Argument to which we apply the range. 104 ValueRange(ArgNoTy ArgNo, ValueRangeKindTy Kind, 108 ArgNoTy getArgNo() const { return ArgNo; } 121 ArgNoTy getOtherArgNo() const { 185 QualType getArgType(ArgNoTy ArgNo) const { 210 static QualType getArgType(const FunctionSummaryTy &Summary, ArgNoTy ArgNo) { 213 static QualType getArgType(const CallEvent &Call, ArgNoTy ArgNo) { 217 static QualType getArgType(const CallExpr *CE, ArgNoTy ArgNo) { 221 static SVal getArgSVal(const CallEvent &Call, ArgNoTy ArgNo) { 328 ArgNoTy OtherArg = getOtherArgNo();