HomeSort by relevance Sort by last modified time
    Searched refs:PaddingType (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 45 /// if the specified type stored in "PaddingType" is not zero.
78 llvm::Type *PaddingType;
94 : PaddingType(nullptr), TheKind(K), PaddingInReg(false), InReg(false) {}
98 : TypeData(nullptr), PaddingType(nullptr), DirectOffset(0),
183 llvm::Type *getPaddingType() const { return PaddingType; }
185 void setPaddingType(llvm::Type *T) { PaddingType = T; }
  /external/dng_sdk/source/
dng_utils.h 241 enum PaddingType
255 uint32 numPlanes, PaddingType paddingType);
dng_utils.cpp 171 uint32 numPlanes, PaddingType paddingType)
187 if (paddingType == pad16Bytes)
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 712 milliseconds