OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Support/
OptimizedStructLayout.cpp
282
uint64_t
LastSize
= ~(uint64_t)0;
285
assert(I->Size <=
LastSize
&& "queue not in descending size order");
286
LastSize
= I->Size;
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.cpp
1316
unsigned
LastSize
= Parts.front()->Size;
1321
if (Parts[i]->Offset != (LastOffset +
LastSize
))
1324
LastSize
= Parts[i]->Size;
Completed in 27 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026