OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumPositiveBits
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
18162
unsigned
NumPositiveBits
= 0;
18176
NumPositiveBits
= std::max(
NumPositiveBits
,
18223
if (Packed && NumNegativeBits <= CharWidth &&
NumPositiveBits
< CharWidth) {
18227
NumPositiveBits
< ShortWidth) {
18230
} else if (NumNegativeBits <= IntWidth &&
NumPositiveBits
< IntWidth) {
18236
if (NumNegativeBits <= BestWidth &&
NumPositiveBits
< BestWidth) {
18241
if (NumNegativeBits > BestWidth ||
NumPositiveBits
>= BestWidth)
18251
if (Packed &&
NumPositiveBits
<= CharWidth) {
18255
} else if (Packed &&
NumPositiveBits
<= ShortWidth)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
3599
EnumDeclBits.
NumPositiveBits
= Num;
3600
assert(EnumDeclBits.
NumPositiveBits
== Num && "can't store this bitcount");
3672
unsigned
NumPositiveBits
,
3733
unsigned getNumPositiveBits() const { return EnumDeclBits.
NumPositiveBits
; }
DeclBase.h
1455
uint64_t
NumPositiveBits
: 8;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
1635
unsigned
NumPositiveBits
= ED->getNumPositiveBits();
1638
unsigned NumBits = std::max(NumNegativeBits,
NumPositiveBits
+ 1);
1643
assert(
NumPositiveBits
<= Bitwidth);
1644
End = llvm::APInt(Bitwidth, 1) <<
NumPositiveBits
;
/src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp
4411
unsigned
NumPositiveBits
,
4417
setNumPositiveBits(
NumPositiveBits
);
Completed in 51 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026