Searched defs:InnerTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DAPValue.cpp384 QualType InnerTy local
386 if (InnerTy.isNull())
387 InnerTy = Ty;
392 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp102 Type *InnerTy = *I; local
103 if (isa<PointerType>(InnerTy)) return true;
104 if (isa<CompositeType>(InnerTy))
105 Types.push_back(InnerTy);

Completed in 174 milliseconds