OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
349
BasicVals.
getAPSIntType
(Context.VoidPtrTy).apply(i);
379
APSIntType IntType = BasicVals.
getAPSIntType
(resultTy);
490
APSIntType IntType = BasicVals.
getAPSIntType
(resultTy);
[
all
...]
BasicValueFactory.cpp
104
return getValue(
getAPSIntType
(T).getValue(X));
SimpleConstraintManager.cpp
243
APSIntType WraparoundType = BVF.
getAPSIntType
(LHS->getType());
RangeConstraintManager.cpp
353
APSIntType IntType = BV.
getAPSIntType
(Sym->getType());
396
APSIntType IntType = BV.
getAPSIntType
(T);
Completed in 358 milliseconds