MCPcopy Create free account
hub / github.com/Singular/Singular / AddArg

Function AddArg

ppcc/src/ppcc.cc:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41StrArr *AsmInput = NULL;
42
43void AddArg(int mode, Str *arg) {
44 if (mode & CPP) CPPArgs->add(arg);
45 if (mode & COMP) CompArgs->add(arg);
46 if (mode & LINK) LinkArgs->add(arg);
47}
48
49void ModeCPP(Str *opt, const char *arg) {
50 mode = CPP;

Callers 4

SelectLangFunction · 0.85
SaveOutputFunction · 0.85
ParseOptFunction · 0.85
ParseArgsFunction · 0.85

Calls 1

addMethod · 0.45

Tested by

no test coverage detected