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 125 QualType CTy =
127 CTy = getContext().getCanonicalType(CTy);
139 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
140 B->getType(), CTy);
154 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
159 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 222 Type *CTy;
224 if (U->isOffsetOf(CTy, FieldNo)) {
225 OS << "offsetof(" << *CTy << ", ";
423 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
436 CTy = Ty;
    [all...]

Completed in 149 milliseconds