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

Method IsInt

IDEHelper/Compiler/BfIRBuilder.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567bool BfIRConstHolder::IsInt(BfTypeCode typeCode)
568{
569 return (typeCode >= BfTypeCode_Int8) && (typeCode <= BfTypeCode_Char32);
570}
571
572bool BfIRConstHolder::IsChar(BfTypeCode typeCode)
573{

Callers 12

VisitMethod · 0.45
FixIntUnknownMethod · 0.45
CastToValueMethod · 0.45
BuildMethod · 0.45
CallMethod · 0.45
IsTypeMethod · 0.45
CreateObjectMethod · 0.45
DoInvocationMethod · 0.45
CheckConstCompareMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected