OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArrayIndexTy
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h
48
const QualType
ArrayIndexTy
;
68
ArrayIndexTy
(context.IntTy),
69
ArrayIndexWidth(context.getTypeSize(
ArrayIndexTy
)) {}
131
return
ArrayIndexTy
;
222
return nonloc::ConcreteInt(BasicVals.getValue(0,
ArrayIndexTy
));
226
return nonloc::ConcreteInt(BasicVals.getValue(idx,
ArrayIndexTy
));
/external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp
765
LeftIndexVal = evalCastFromNonLoc(*LeftIndex,
ArrayIndexTy
);
775
RightIndexVal = evalCastFromNonLoc(*RightIndex,
ArrayIndexTy
);
[
all
...]
SValBuilder.cpp
87
return evalCastFromNonLoc(val.castAs<NonLoc>(),
ArrayIndexTy
);
Completed in 28 milliseconds