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

Method IsIntable

IDEHelper/Compiler/BfIRBuilder.cpp:577–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577bool BfIRConstHolder::IsIntable(BfTypeCode typeCode)
578{
579 return (typeCode >= BfTypeCode_Boolean) && (typeCode <= BfTypeCode_Char32);
580}
581
582bool BfIRConstHolder::IsSigned(BfTypeCode typeCode)
583{

Callers 5

TypedValueToVariantMethod · 0.45
CastToValueMethod · 0.45
EmitBinaryOpMethod · 0.45
EmitNumericCastMethod · 0.45
EmitUnaryOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected