Home
last modified time | relevance | path

Searched defs:AddBargraphInst (Results 1 – 1 of 1) sorted by relevance

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh730 struct AddBargraphInst : public StatementInst { struct
739AddBargraphInst(const string& label, const string& zone, double min, double max, BargraphType type) in AddBargraphInst() argument
744 void accept(InstVisitor* visitor) { visitor->visit(this); } in accept()
746 StatementInst* clone(CloneVisitor* cloner) { return cloner->visit(this); } in clone()