Searched refs:BitField (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c166 UINT16 BitField);
182 * PARAMETERS: BitField - Field in which to count bits
193 UINT16 BitField)
201 for (BitsSet = 0; BitField; BitsSet++)
205 BitField &= (UINT16) (BitField - 1);
192 AcpiRsCountSetBits( UINT16 BitField) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp65 uint32_t BitField = local
72 OS.write(BitField);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h171 BitField, // This is a bitfield l-value, use getBitfield*. enumerator in enum:clang::CodeGen::LValue::__anon429
185 // BitField start bit and size
254 bool isBitField() const { return LVType == BitField; }
416 R.LVType = BitField;
H A DTargetInfo.cpp2835 bool BitField = i->isBitField();
2838 if (BitField && i->isUnnamedBitfield())
2855 if (!BitField && Offset % getContext().getTypeAlign(i->getType())) {
2872 if (BitField) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp395 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, BitFieldRecord &BitField) { argument
396 printTypeIndex("Type", BitField.getType());
397 W->printNumber("BitSize", BitField.getBitSize());
398 W->printNumber("BitOffset", BitField.getBitOffset());
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp74 case PDB_LocType::BitField:
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h297 BitField, member in class:llvm::pdb::PDB_Checksum::PDB_LocType
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2730 unsigned BitField : 1;
2781 BitField(false), Mutable(Mutable), CachedFieldIndex(0),
2807 bool isBitField() const { return BitField; }
2819 if (!BitField)
2832 assert(!hasCapturedVLAType() && !BitField &&
2840 BitField = true;
2848 BitField = false;
2880 if (BitField)
2888 if (BitField)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp161 CASE_OUTPUT_ENUM_CLASS_STR(PDB_LocType, BitField, "bitfield", OS)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h545 : TypeRecord(TypeRecordKind::BitField), Type(Type), BitSize(BitSize),
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp1250 if (location_type == PDB_LocType::BitField)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp8875 FieldDecl *BitField = Args[0]->getSourceBitField();
8878 << (BitField ? BitField->getDeclName() : DeclarationName())
8879 << (BitField != nullptr)
8881 if (BitField)
8882 S.Diag(BitField->getLocation(), diag::note_bitfield_decl);
H A DSemaChecking.cpp10545 if (const auto *BitField = E->getSourceBitField())
10546 return IntRange(BitField->getBitWidthValue(C),
10547 BitField->getType()->isUnsignedIntegerOrEnumerationType());
13269 FieldDecl *BitField,
13271 (void) AnalyzeBitFieldAssignment(*this, BitField, Init, InitLoc);
13268 CheckBitFieldInitialization(SourceLocation InitLoc, FieldDecl *BitField, Expr *Init) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp7729 const SDValue BitField = DAG.getTargetConstant(Denorm32Reg, SL, MVT::i16); local
7748 BitField);
7792 BitField, Fma4.getValue(2));

Completed in 413 milliseconds