OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FieldSize
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
PaddingChecker.cpp
200
CharUnits
FieldSize
= ASTContext.getTypeSizeInChars(FD->getType());
204
Offset = FieldOffset +
FieldSize
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGNonTrivialStruct.cpp
111
uint64_t
FieldSize
= getFieldSize(FD, FT, Ctx);
114
if (
FieldSize
== 0)
118
uint64_t FEndInBits = FStartInBits +
FieldSize
;
CGCall.cpp
931
CharUnits
FieldSize
= Context.getTypeSizeInChars(FD->getType());
932
if (UnionSize <
FieldSize
) {
933
UnionSize =
FieldSize
;
CGClass.cpp
803
CharUnits
FieldSize
= FieldInfo.Width;
805
SSV[NumFields].Size = D->isBitField() ? 0 :
FieldSize
.getQuantity();
CGDebugInfo.cpp
1185
uint64_t
FieldSize
= CGM.getContext().getTypeSize(Ty);
1188
Unit, "__descriptor", nullptr, LineNo,
FieldSize
, FieldAlign,
1190
FieldOffset +=
FieldSize
;
2787
uint64_t
FieldSize
= 0;
2793
FieldSize
= Field->isBitField()
2847
FieldSize
, FieldAlign, FieldOffset, Flags,
3521
uint64_t
FieldSize
= CGM.getContext().getTypeSize(FType);
3524
DBuilder.createMemberType(Unit, Name, Unit, 0,
FieldSize
, FieldAlign,
3526
*Offset +=
FieldSize
;
4180
uint64_t
FieldSize
, FieldOffset
[
all
...]
CGObjCMac.cpp
988
CharUnits
FieldSize
);
2499
CharUnits
FieldSize
) {
2503
FieldSize
));
2506
FieldSize
));
2509
FieldSize
));
2512
FieldSize
));
2516
FieldSize
));
2590
CharUnits
FieldSize
= CGM.getContext().getTypeSizeInChars(Field->getType());
2592
CharUnits UnionIvarSize =
FieldSize
;
2602
FieldSize
);
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
1567
uint64_t
FieldSize
= DD->getBaseTypeSize(DT);
1571
bool IsBitfield =
FieldSize
&& Size !=
FieldSize
;
1575
addUInt(MemberDie, dwarf::DW_AT_byte_size, None,
FieldSize
/8);
1581
// which can't be done with bitfields. Thus we use
FieldSize
here.
1582
uint32_t AlignInBits =
FieldSize
;
1590
uint64_t HiMark = (Offset +
FieldSize
) & AlignMask;
1591
uint64_t FieldOffset = (HiMark -
FieldSize
);
1596
Offset =
FieldSize
- (Offset + Size);
AsmPrinter.cpp
2757
uint64_t
FieldSize
= DL.getTypeAllocSize(Field->getType());
2759
- Layout->getElementOffset(i)) -
FieldSize
;
2760
SizeSoFar +=
FieldSize
+ PadSize;
/src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp
716
void LayoutWideBitField(uint64_t
FieldSize
, uint64_t StorageUnitSize,
1465
void ItaniumRecordLayoutBuilder::LayoutWideBitField(uint64_t
FieldSize
,
1485
if (Size >
FieldSize
)
1502
uint64_t RoundedFieldSize = roundUpSizeToCharAlignment(
FieldSize
,
1511
uint64_t NewSizeInBits = FieldOffset +
FieldSize
;
1537
uint64_t
FieldSize
= D->getBitWidthValue(Context);
1609
UnfilledBitsInLastUnit <
FieldSize
) {
1611
if (!LastBitfieldStorageUnitSize && !
FieldSize
)
1626
FieldSize
<= 32) {
1645
if (
FieldSize
> StorageUnitSize && !isAIXLayout(Context))
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
493
uint64_t
FieldSize
= DL.getTypeAllocSize(Ty);
497
if (
FieldSize
== 0) {
510
StructSize = Offset +
FieldSize
;
517
Fields.push_back({
FieldSize
, Offset, Ty, 0, *FieldAlignment, TyAlignment});
Completed in 50 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026