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

Method getGlobalDef

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

Source from the content-addressed store, hash-verified

194std::string Type::getTypeName() const { return TypeName; }
195
196const Enum *Type::getGlobalDef() const { return GlobalDef.get(); }
197
198const ArrayInfo *Type::getArrayInfo() const {
199 assert(PtrInfo && "Unexpected Program State");

Callers 3

generateMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64