MCPcopy Create free account
hub / github.com/csyonghe/Spire / IsNumeric

Function IsNumeric

Source/SpireCore/SemanticsVisitor.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5 namespace Compiler
6 {
7 bool IsNumeric(BaseType t)
8 {
9 return t == BaseType::Int || t == BaseType::Float || t == BaseType::UInt;
10 }
11
12 String GetFullComponentName(ComponentSyntaxNode * comp)
13 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected