Home
last modified time | relevance | path

Searched defs:IsBitfield (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFASTParserClang.h185 bool IsBitfield() { return is_bitfield; } in IsBitfield() function
/external/llvm-project/lldb/source/API/
DSBType.cpp704 bool SBTypeMember::IsBitfield() { in IsBitfield() function in SBTypeMember
/external/llvm-project/lldb/include/lldb/Core/
DValueObject.h419 bool IsBitfield() { in IsBitfield() function
/external/llvm-project/clang/lib/AST/
DODRHash.cpp323 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1388 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1496 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1551 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
/external/clang/tools/c-index-test/
Dc-index-test.c1464 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c1779 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local