Home
last modified time | relevance | path

Searched refs:fTypeConstant (Results 1 – 5 of 5) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSyntheticPrimitiveType.cpp17 fTypeConstant(typeConstant), in SyntheticPrimitiveType()
33 return fTypeConstant; in TypeConstant()
68 return BVariant::SizeOfType(fTypeConstant); in ByteSize()
94 fName.SetTo(UiUtils::TypeCodeToString(fTypeConstant)); in _Init()
/haiku/headers/private/debugger/model/
H A DSyntheticPrimitiveType.h38 uint32 fTypeConstant;
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp186 fTypeConstant(typeConstant) in ArtificialIntegerType()
265 return fTypeConstant; in TypeConstant()
272 uint32 fTypeConstant; member in DwarfTypeFactory::ArtificialIntegerType
H A DDwarfTypes.cpp649 fTypeConstant(typeConstant) in DwarfPrimitiveType()
664 return fTypeConstant; in TypeConstant()
H A DDwarfTypes.h283 uint32 fTypeConstant; variable