Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/soul/
H A Dsoul_code_container.hh66 list<ValueInst*> cloned_args; in visit() local
68 cloned_args.push_back(it1->clone(this)); in visit()
70 … return new FunCallInst(inst->fName + "_" + to_string(size->fNum), cloned_args, inst->fMethod); in visit()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh1453 list<ValueInst*> cloned_args; in visit() local
1455 cloned_args.push_back(it->clone(this)); in visit()
1458 return new FunCallInst(inst->fName, cloned_args, inst->fMethod); in visit()