Searched refs:PrimitiveType (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/debugger/value/value_nodes/
H A DPrimitiveValueNode.h12 class PrimitiveType;
18 PrimitiveType* type);
29 PrimitiveType* fType;
/haiku/src/kits/debugger/value/type_handlers/
H A DCStringTypeHandler.cpp34 PrimitiveType* baseType = NULL;
38 baseType = dynamic_cast<PrimitiveType*>(
45 baseType = dynamic_cast<PrimitiveType*>(
56 baseType = dynamic_cast<PrimitiveType*>(
/haiku/headers/private/debugger/model/
H A DSyntheticPrimitiveType.h14 class SyntheticPrimitiveType : public PrimitiveType {
H A DType.h166 class PrimitiveType : public virtual Type { class in inherits:Type
168 virtual ~PrimitiveType();
/haiku/src/kits/debugger/value/value_nodes/
H A DEnumerationValueNode.cpp56 if (PrimitiveType* baseType = dynamic_cast<PrimitiveType*>(
H A DPrimitiveValueNode.cpp21 PrimitiveType* type)
/haiku/src/kits/debugger/model/
H A DType.cpp116 // #pragma mark - PrimitiveType
119 PrimitiveType::~PrimitiveType()
125 PrimitiveType::Kind() const
H A DSyntheticPrimitiveType.cpp16 PrimitiveType(),
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h268 class DwarfPrimitiveType : public PrimitiveType, public DwarfType {
H A DDwarfTypeFactory.cpp179 class DwarfTypeFactory::ArtificialIntegerType : public PrimitiveType {

Completed in 45 milliseconds