Home
last modified time | relevance | path

Searched refs:DecompileGet (Results 1 – 2 of 2) sorted by relevance

/dports/games/frikqcc/frik26src/decompiler/
H A Ddecomp.c874 arg2 = DecompileGet(df, s->b, NULL); in DecompileDecompileStatement()
904 arg1 = DecompileGet(df, s->a, typ1); in DecompileDecompileStatement()
905 arg2 = DecompileGet(df, s->b, typ2); in DecompileDecompileStatement()
925 arg1 = DecompileGet(df, s->a, typ1); in DecompileDecompileStatement()
926 arg2 = DecompileGet(df, s->b, typ2); in DecompileDecompileStatement()
938 arg1 = DecompileGet(df, s->a, typ1); in DecompileDecompileStatement()
951 arg1 = DecompileGet(df, s->a, typ2); in DecompileDecompileStatement()
952 arg2 = DecompileGet(df, s->b, typ2); in DecompileDecompileStatement()
959 arg1 = DecompileGet(df, s->a, typ1); in DecompileDecompileStatement()
969 arg1 = DecompileGet(df, s->a, NULL); in DecompileDecompileStatement()
[all …]
H A Ddecomp.h31 char *DecompileGet(dfunction_t * df, gofs_t ofs, def_t * req_t);