OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PaddingType
(Results
1 - 3
of
3
) 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
);
/external/clang/lib/CodeGen/
TargetInfo.cpp
[
all
...]
Completed in 6022 milliseconds