HomeSort by relevance Sort by last modified time
    Searched refs:getAPSIntType (Results 1 - 5 of 5) 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/Core/
SimpleSValBuilder.cpp 116 BasicVals.getAPSIntType(castTy).apply(i);
147 BasicVals.getAPSIntType(castTy).apply(i);
322 BasicVals.getAPSIntType(Context.VoidPtrTy).apply(i);
352 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
467 APSIntType IntType = BasicVals.getAPSIntType(resultTy);
    [all...]
BasicValueFactory.cpp 104 return getValue(getAPSIntType(T).getValue(X));
RangeConstraintManager.cpp 353 APSIntType IntType = BV.getAPSIntType(Sym->getType());
396 APSIntType IntType = BV.getAPSIntType(T);
SimpleConstraintManager.cpp 250 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType());

Completed in 298 milliseconds