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

Method IsConst

IDEHelper/DbgModule.cpp:1444–1452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1442}
1443
1444bool DbgType::IsConst()
1445{
1446 if ((mTypeCode == DbgType_Ptr) || (mTypeCode == DbgType_Ref))
1447 {
1448 if (mTypeParam != NULL)
1449 return mTypeParam->IsConst();
1450 }
1451 return mTypeCode == DbgType_Const;
1452}
1453
1454bool DbgType::IsPointer(bool includeBfObjectPointer)
1455{

Callers 9

CompareMethodsMethod · 0.45
CanCastMethod · 0.45
CastMethod · 0.45
DoLookupFieldMethod · 0.45
GetResultMethod · 0.45
LookupSplatMemberMethod · 0.45
MatchMethodMethod · 0.45
WinDebugger.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected