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 135 QualType CTy =
137 CTy = getContext().getCanonicalType(CTy);
149 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
150 B->getType(), CTy);
164 Result = svalBuilder.evalCast(LHSVal, CTy, LTy);
169 LHSVal = svalBuilder.evalCast(Result, LTy, CTy);
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 483 Type *CTy;
485 if (U->isOffsetOf(CTy, FieldNo) && CTy == STy) {
    [all...]
ScalarEvolution.cpp 228 Type *CTy;
230 if (U->isOffsetOf(CTy, FieldNo)) {
231 OS << "offsetof(" << *CTy << ", ";
427 bool SCEVUnknown::isOffsetOf(Type *&CTy, Constant *&FieldNo) const {
440 CTy = Ty;
    [all...]

Completed in 200 milliseconds