Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1388 bool IsBitfield = FieldSize && Size != FieldSize; in constructMemberDIE() local
1389 if (IsBitfield) { in constructMemberDIE()
1427 } else if (!IsBitfield || DD->useDWARF2Bitfields()) in constructMemberDIE()
/external/clang/tools/c-index-test/
Dc-index-test.c1464 int IsBitfield = clang_Cursor_isBitField(cursor); in PrintTypeSize() local
1465 if (IsBitfield) in PrintTypeSize()