Home
last modified time | relevance | path

Searched defs:BitField (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dauto-type-from-cxx.cpp16 struct BitField { int field:2; }; in d() struct
/llvm-project-15.0.7/llvm/lib/XRay/
H A DFDRTraceWriter.cpp63 uint32_t BitField = in FDRTraceWriter() local
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp10 typedef int BitField; // should show as hex typedef
/llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml84 | BitField Constructor
H A Dllvm_debuginfo.mli84 | BitField Constructor
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp396 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, BitFieldRecord &BitField) { in visitKnownRecord()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGValue.h175 BitField, // This is a bitfield l-value, use getBitfield*. enumerator
H A DTargetInfo.cpp3149 bool BitField = i->isBitField(); in classify() local
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp210 static BitFieldRecord BitField(TypeIndex(37), 1, 0); variable
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h299 BitField, enumerator
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h2874 unsigned BitField : 1; variable
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaInit.cpp9219 FieldDecl *BitField = Args[0]->getSourceBitField(); in Diagnose() local
H A DSemaChecking.cpp12425 if (const auto *BitField = E->getSourceBitField()) in GetExprRange() local
15439 FieldDecl *BitField, in CheckBitFieldInitialization()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp9019 const SDValue BitField = DAG.getTargetConstant(Denorm32Reg, SL, MVT::i32); in LowerFDIV32() local