OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NumNegativeBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
1634
unsigned
NumNegativeBits
= ED->getNumNegativeBits();
1637
if (
NumNegativeBits
) {
1638
unsigned NumBits = std::max(
NumNegativeBits
, NumPositiveBits + 1);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
18161
unsigned
NumNegativeBits
= 0;
18179
NumNegativeBits
= std::max(
NumNegativeBits
,
18219
else if (
NumNegativeBits
) {
18223
if (Packed &&
NumNegativeBits
<= CharWidth && NumPositiveBits < CharWidth) {
18226
} else if (Packed &&
NumNegativeBits
<= ShortWidth &&
18230
} else if (
NumNegativeBits
<= IntWidth && NumPositiveBits < IntWidth) {
18236
if (
NumNegativeBits
<= BestWidth && NumPositiveBits < BestWidth) {
18241
if (
NumNegativeBits
> BestWidth || NumPositiveBits >= BestWidth)
18343
NumPositiveBits,
NumNegativeBits
);
[
all
...]
Completed in 68 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026