Searched refs:SyntheticPrimitiveType (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/model/
H A DSyntheticPrimitiveType.cpp7 #include "SyntheticPrimitiveType.h"
14 SyntheticPrimitiveType::SyntheticPrimitiveType(uint32 typeConstant) function in class:SyntheticPrimitiveType
25 SyntheticPrimitiveType::~SyntheticPrimitiveType()
31 SyntheticPrimitiveType::TypeConstant() const
38 SyntheticPrimitiveType::ImageID() const
45 SyntheticPrimitiveType::ID() const
52 SyntheticPrimitiveType::Name() const
59 SyntheticPrimitiveType
[all...]
/haiku/headers/private/debugger/model/
H A DSyntheticPrimitiveType.h14 class SyntheticPrimitiveType : public PrimitiveType { class in inherits:PrimitiveType
16 SyntheticPrimitiveType(uint32 typeConstant);
17 virtual ~SyntheticPrimitiveType();
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp25 #include "SyntheticPrimitiveType.h"
1944 Type* type = new(std::nothrow) SyntheticPrimitiveType(value.Type());
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp47 #include "SyntheticPrimitiveType.h"
3455 _resultType = new(std::nothrow) SyntheticPrimitiveType(type);

Completed in 147 milliseconds