MCPcopy Create free account
hub / github.com/Samsung/UTopia / isIntegerType

Method isIntegerType

lib/type/Type.cpp:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131bool Type::isPrimitiveType() const { return isIntegerType() || isFloatType(); }
132
133bool Type::isIntegerType() const { return ID == Type::TypeID_Integer; }
134
135bool Type::isFloatType() const { return ID == Type::TypeID_Float; }
136

Callers 10

isByteTypeMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
getDataMethod · 0.80
isBufferAllocSizeMethod · 0.80
createPrimitiveTypeMethod · 0.80
TEST_FFunction · 0.80
isPrimitiveTypeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64