OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomicSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypes.cpp
772
uint64_t
atomicSize
= Context.getTypeSize(Ty);
773
if (valueSize !=
atomicSize
) {
774
assert(valueSize <
atomicSize
);
777
llvm::ArrayType::get(CGM.Int8Ty, (
atomicSize
- valueSize) / 8)
SwiftCallingConv.cpp
99
auto
atomicSize
= CGM.getContext().getTypeSizeInChars(atomicType);
105
auto atomicPadding =
atomicSize
- valueSize;
107
addOpaqueData(begin + valueSize, begin +
atomicSize
);
Completed in 42 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026