Searched refs:isBitField (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp769 bool isBitField = true; local
775 isBitField = false;
780 member->Entry()->Location(), parentLocation, isBitField, location);
785 if (!isBitField) {
901 const ValueLocation& parentLocation, bool isBitField,
914 if (isBitField) {
899 _ResolveDataMemberLocation(DwarfType* memberType, const MemberLocation* memberLocation, const ValueLocation& parentLocation, bool isBitField, ValueLocation*& _location) argument
H A DDwarfTypes.h332 bool isBitField,

Completed in 79 milliseconds