OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumPadBytes
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp
849
CharUnits
NumPadBytes
= RecordSize - NextFieldOffset;
850
AppendBytes(
NumPadBytes
);
[
all
...]
CGExprConstant.cpp
672
if (unsigned
NumPadBytes
= TotalSize - CurSize) {
674
if (
NumPadBytes
> 1)
675
Ty = llvm::ArrayType::get(Ty,
NumPadBytes
);
[
all
...]
Completed in 123 milliseconds