MCPcopy Create free account
hub / github.com/AliveToolkit/alive2 / addArg

Method addArg

ir/instr.cpp:2428–2430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2426
2427
2428void FnCall::addArg(Value &arg, ParamAttrs &&attrs) {
2429 args.emplace_back(&arg, std::move(attrs));
2430}
2431
2432vector<Value*> FnCall::operands() const {
2433 vector<Value*> output;

Callers 3

parse_callFunction · 0.80
known_callFunction · 0.80
visitCallInstMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected