MCPcopy Create free account
hub / github.com/beefytech/Beef / IsPointer

Method IsPointer

IDEHelper/DbgModule.cpp:1454–1461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1452}
1453
1454bool DbgType::IsPointer(bool includeBfObjectPointer)
1455{
1456 if (mTypeCode != DbgType_Ptr)
1457 return false;
1458 if ((!includeBfObjectPointer) && (mTypeParam != NULL) && (mTypeParam->IsBfObject()))
1459 return false;
1460 return true;
1461}
1462
1463bool DbgType::HasPointer(bool includeBfObjectPointer)
1464{

Callers 15

CheckTypeMethod · 0.45
ResolveTypeRefMethod · 0.45
CanCastMethod · 0.45
CastMethod · 0.45
ReadTypedValueMethod · 0.45
DoLookupIdentifierMethod · 0.45
VisitMethod · 0.45
GetTypeNameMethod · 0.45

Calls 1

IsBfObjectMethod · 0.80

Tested by

no test coverage detected