OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitField
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/resources/
rscalc.c
58
UINT16
BitField
);
74
* PARAMETERS:
BitField
- Field in which to count bits
85
UINT16
BitField
)
93
for (BitsSet = 0;
BitField
; BitsSet++)
97
BitField
&= (UINT16) (
BitField
- 1);
/src/external/apache2/llvm/dist/llvm/lib/XRay/
FDRTraceWriter.cpp
63
uint32_t
BitField
=
70
OS.write(
BitField
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGValue.h
171
BitField
, // This is a
bitfield
l-value, use getBitfield*.
186
//
BitField
start bit and size
216
// to make the default
bitfield
pattern all-zeroes.
255
bool isBitField() const { return LVType ==
BitField
; }
376
//
bitfield
lvalue
436
R.LVType =
BitField
;
TargetInfo.cpp
1406
// how to expand them yet, and the predicate for telling if a
bitfield
still
3087
bool
BitField
= i->isBitField();
3090
if (
BitField
&& i->isUnnamedBitfield())
3110
if (!
BitField
&& Offset % getContext().getTypeAlign(i->getType())) {
3127
if (
BitField
) {
6619
// like". We still have to disallow a subsequent non-
bitfield
, for example:
10627
// Allow a
bitfield
with a type greater than XLen as long as the
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
TypeDumpVisitor.cpp
395
Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, BitFieldRecord &
BitField
) {
396
printTypeIndex("Type",
BitField
.getType());
397
W->printNumber("BitSize",
BitField
.getBitSize());
398
W->printNumber("BitOffset",
BitField
.getBitOffset());
/src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyVariableDumper.cpp
74
case PDB_LocType::
BitField
:
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h
299
BitField
,
351
Bitfield
= 29,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Decl.h
2797
unsigned
BitField
: 1;
2807
/// this is a
bitfield
and the pointer is the Expr* storing the
2824
/// If this is a
bitfield
with a default member initializer, this
2848
BitField
(false), Mutable(Mutable), CachedFieldIndex(0),
2873
/// Determines whether this field is a
bitfield
.
2874
bool isBitField() const { return
BitField
; }
2876
/// Determines whether this is an unnamed
bitfield
.
2886
if (!
BitField
)
2899
assert(!hasCapturedVLAType() && !
BitField
&&
2907
BitField
= true
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBExtras.cpp
62
CASE_OUTPUT_ENUM_CLASS_NAME(PDB_BuiltinType,
Bitfield
, OS)
175
CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType,
BitField
, "
bitfield
", OS)
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
llvm_debuginfo.ml
84
|
BitField
llvm_debuginfo.mli
84
|
BitField
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h
539
: TypeRecord(TypeRecordKind::
BitField
), Type(Type), BitSize(BitSize),
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp
2080
//
bitfield
.
9145
FieldDecl *
BitField
= Args[0]->getSourceBitField();
9148
<< (
BitField
?
BitField
->getDeclName() : DeclarationName())
9149
<< (
BitField
!= nullptr)
9151
if (
BitField
)
9152
S.Diag(
BitField
->getLocation(), diag::note_bitfield_decl);
SemaChecking.cpp
8807
// certain
bitfield
promotions (bitfields can be 'demoted' to a lesser type).
11113
if (const auto *
BitField
= E->getSourceBitField())
11114
return IntRange(
BitField
->getBitWidthValue(C),
11115
BitField
->getType()->isUnsignedIntegerOrEnumerationType());
11618
/// Analyzes an attempt to assign the given value to a
bitfield
.
11621
static bool AnalyzeBitFieldAssignment(Sema &S, FieldDecl *
Bitfield
, Expr *Init,
11623
assert(
Bitfield
->isBitField());
11624
if (
Bitfield
->isInvalidDecl())
11628
QualType BitfieldType =
Bitfield
->getType();
11646
if (
Bitfield
->getType()->isBooleanType()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp
1871
// If \p Mask is is given it indicates
bitfield
position in the register.
8444
const SDValue
BitField
= DAG.getTargetConstant(Denorm32Reg, SL, MVT::i32);
8467
{EnableDenormValue,
BitField
, DAG.getEntryNode()});
8512
{DisableDenormValue,
BitField
, Fma4.getValue(1), Fma4.getValue(2)});
Completed in 159 milliseconds
Indexes created Sun Jun 07 00:24:08 UTC 2026