OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxInlineWidthInBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp
806
unsigned
MaxInlineWidthInBits
= getTarget().getMaxAtomicInlineWidth();
808
bool Oversized = getContext().toBits(TInfo.Width) >
MaxInlineWidthInBits
;
814
getContext().toCharUnitsFromBits(
MaxInlineWidthInBits
);
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp
11296
unsigned
MaxInlineWidthInBits
= getTargetInfo().getMaxAtomicInlineWidth();
11297
return (Size != Align || toBits(sizeChars) >
MaxInlineWidthInBits
);
Completed in 36 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026