HomeSort by relevance Sort by last modified time
    Searched defs:CTy (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 126 QualType CTy =
128 CTy = getContext().getCanonicalType(CTy);
140 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
141 B->getType(), CTy);
155 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
160 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 484 Type *CTy;
486 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
    [all...]
ScalarEvolution.cpp 228 Type *CTy;
230 if (U->isOffsetOf(CTy, FieldNo)) {
231 OS << "offsetof(" << *CTy << ", ";
429 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
442 CTy = Ty;
    [all...]

Completed in 51 milliseconds