Searched refs:PaddingType (Results 1 - 4 of 4) 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 DCGCall.cpp936 if (llvm::Type *PaddingType = argAI.getPaddingType())
937 argTypes.push_back(PaddingType);
2302 if (llvm::Type *PaddingType = ArgInfo.getPaddingType()) {
2303 Args.push_back(llvm::UndefValue::get(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.cpp42 enum PaddingType { enum in namespace:WebCore

Completed in 161 milliseconds