HomeSort by relevance Sort by last modified time
    Searched refs:getAPSIntType (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 95 APSIntType getAPSIntType(QualType T) const {
113 APSIntType TargetType = getAPSIntType(T);
134 return getValue(getAPSIntType(T).getMaxValue());
138 return getValue(getAPSIntType(T).getMinValue());
  /external/clang/lib/StaticAnalyzer/Checkers/
BuiltinFunctionChecker.cpp 87 BVF.getAPSIntType(CE->getType()).apply(Result);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp 116 BasicVals.getAPSIntType(castTy).apply(i);
173 BasicVals.getAPSIntType(castTy).apply(i);
348 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
378 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
493 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
    [all...]
BasicValueFactory.cpp 104 return getValue(getAPSIntType(T).getValue(X));
SimpleConstraintManager.cpp 219 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType());
RangeConstraintManager.cpp 355 APSIntType IntType = BV.getAPSIntType(Sym->getType());
398 APSIntType IntType = BV.getAPSIntType(T);

Completed in 375 milliseconds