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

Method IsSigned

IDEHelper/DbgModule.cpp:1435–1442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1433}
1434
1435bool DbgType::IsSigned()
1436{
1437 return
1438 (mTypeCode == DbgType_i8) ||
1439 (mTypeCode == DbgType_i16) ||
1440 (mTypeCode == DbgType_i32) ||
1441 (mTypeCode == DbgType_i64);
1442}
1443
1444bool DbgType::IsConst()
1445{

Callers 8

CompareMethodsMethod · 0.45
CanCastMethod · 0.45
CastMethod · 0.45
DoLookupFieldMethod · 0.45
ReadTypedValueMethod · 0.45
StoreValueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected