Home
last modified time | relevance | path

Searched refs:IsBitfield (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp323 const bool IsBitfield = D->isBitField(); in VisitFieldDecl() local
324 Hash.AddBoolean(IsBitfield); in VisitFieldDecl()
326 if (IsBitfield) { in VisitFieldDecl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1571 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1572 if (IsBitfield) { in constructMemberDIE()
1616 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1780 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local
1781 if (IsBitfield) in PrintTypeSize()