MCPcopy Create free account
hub / github.com/chigraph/chigraph / typeNames

Method typeNames

libchigraph/include/chi/LangModule.hpp:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 std::vector<std::string> typeNames() const override {
40 return {"i32", "i1", "float", "i8*"}; // TODO: do i need more?
41 }
42
43 Result addForwardDeclarations(llvm::Module& module) const override;
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected