Searched defs:getAPSIntType (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h95 APSIntType getAPSIntType(QualType T) const { function in class:clang::ento::BasicValueFactory
113 APSIntType TargetType = getAPSIntType(T);
134 return getValue(getAPSIntType(T).getMaxValue());
138 return getValue(getAPSIntType(T).getMinValue());

Completed in 174 milliseconds