MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / PrintFunctionDecls

Function PrintFunctionDecls

Scripts/DefinitionExtract.py:169–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 return Arch
168
169def PrintFunctionDecls():
170 for Decl in FunctionDecls:
171 print("template<>\nstruct fex_gen_config<{}> {{}};".format(Decl.Name))
172
173def FindClangArguments(OriginalArguments):
174 AddedArguments = ["clang"]

Callers 1

mainFunction · 0.85

Calls 2

printFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected