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 90 BVF.getAPSIntType(CE->getType()).apply(Result);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 255 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType());
309 APSIntType WraparoundType = BVF.getAPSIntType(Sym->getType());
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));
RangeConstraintManager.cpp 386 APSIntType IntType = BV.getAPSIntType(Sym->getType());
429 APSIntType IntType = BV.getAPSIntType(T);

Completed in 89 milliseconds