Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dauto-type-from-cxx.cpp16 struct BitField { int field:2; }; in d() struct
/llvm-project/llvm/lib/XRay/
H A DFDRTraceWriter.cpp63 uint32_t BitField = in FDRTraceWriter() local
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DTooSmallLoopVariableCheck.cpp126 if (const auto *BitField = IntExpr->getSourceBitField()) { in calcMagnitudeBits() local
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp10 typedef int BitField; // should show as hex typedef
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml84 | BitField Constructor
H A Dllvm_debuginfo.mli84 | BitField Constructor
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp396 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, BitFieldRecord &BitField) { in visitKnownRecord()
/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp953 FieldDecl *BitField = E->getSourceBitField(); ActOnMSAsmStmt() local
H A DSemaChecking.cpp9711 if (const auto *BitField = E->getSourceBitField()) GetExprRange() local
12661 CheckBitFieldInitialization(SourceLocation InitLoc,FieldDecl * BitField,Expr * Init) CheckBitFieldInitialization() argument
H A DSemaInit.cpp8753 FieldDecl *BitField = Args[0]->getSourceBitField(); Diagnose() local
/llvm-project/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp210 static BitFieldRecord BitField(TypeIndex(37), 1, 0); variable
/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h299 BitField, enumerator
/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp2096 bool BitField = i->isBitField(); classify() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10663 const SDValue BitField = DAG.getTargetConstant(Denorm32Reg, SL, MVT::i32); LowerFDIV32() local