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

/external/clang/lib/AST/
H A DAPValue.cpp349 QualType InnerTy local
351 if (InnerTy.isNull())
352 InnerTy = Ty;
357 CharUnits S = Ctx.getTypeSizeInChars(InnerTy);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp337 Type *InnerTy = *I; local
338 if (isa<PointerType>(InnerTy)) return true;
339 if (isa<CompositeType>(InnerTy))
340 Types.push_back(InnerTy);

Completed in 115 milliseconds