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

Method IsFloat

IDEHelper/DbgModule.cpp:1162–1165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162bool DbgType::IsFloat()
1163{
1164 return (mTypeCode == DbgType_Single) || (mTypeCode == DbgType_Double);
1165}
1166
1167// "Struct" in this sense means that we do NOT have a pointer to this value, but it may or may not be a Beef Struct
1168bool DbgType::IsCompositeType()

Callers 5

CastMethod · 0.45
AddParamValueMethod · 0.45
ReadReturnValueMethod · 0.45
WinDebugger.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected