Home | History | Annotate | Download | only in Core

Lines Matching refs:APSIntType

16 #include "clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h"
155 APSIntType Type(getMinValue());
156 APSIntType::RangeTestResultKind LowerTest = Type.testInRange(Lower);
157 APSIntType::RangeTestResultKind UpperTest = Type.testInRange(Upper);
160 case APSIntType::RTR_Below:
162 case APSIntType::RTR_Below:
172 case APSIntType::RTR_Within:
177 case APSIntType::RTR_Above:
184 case APSIntType::RTR_Within:
186 case APSIntType::RTR_Below:
191 case APSIntType::RTR_Within:
196 case APSIntType::RTR_Above:
203 case APSIntType::RTR_Above:
205 case APSIntType::RTR_Below:
208 case APSIntType::RTR_Within:
213 case APSIntType::RTR_Above:
353 APSIntType IntType = BV.getAPSIntType(Sym->getType());
396 APSIntType IntType = BV.getAPSIntType(T);
421 APSIntType AdjustmentType(Adjustment);
422 if (AdjustmentType.testInRange(Int) != APSIntType::RTR_Within)
441 APSIntType AdjustmentType(Adjustment);
442 if (AdjustmentType.testInRange(Int) != APSIntType::RTR_Within)
456 APSIntType AdjustmentType(Adjustment);
458 case APSIntType::RTR_Below:
460 case APSIntType::RTR_Within:
462 case APSIntType::RTR_Above:
485 APSIntType AdjustmentType(Adjustment);
487 case APSIntType::RTR_Below:
489 case APSIntType::RTR_Within:
491 case APSIntType::RTR_Above:
514 APSIntType AdjustmentType(Adjustment);
516 case APSIntType::RTR_Below:
518 case APSIntType::RTR_Within:
520 case APSIntType::RTR_Above:
543 APSIntType AdjustmentType(Adjustment);
545 case APSIntType::RTR_Below:
547 case APSIntType::RTR_Within:
549 case APSIntType::RTR_Above: