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

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

Completed in 211 milliseconds