Searched defs:PaddingType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DABIInfo.h48 /// if the specified type stored in "PaddingType" is not zero.
75 llvm::Type *PaddingType; member in class:clang::ABIArgInfo
84 : TheKind(K), TypeData(TD), PaddingType(P), UIntData(UI), BoolData0(B0),
143 return PaddingType;
H A DTargetInfo.cpp904 llvm::IntegerType *PaddingType = NeedsPadding ? Int32 : 0; local
912 return ABIArgInfo::getExpandWithPadding(IsFastCall, PaddingType);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.cpp43 enum PaddingType { enum in namespace:WebCore

Completed in 77 milliseconds