Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh764 struct LabelInst : public StatementInst { struct
767 LabelInst(const string& label) : fLabel(label) {} in LabelInst() argument
769 void accept(InstVisitor* visitor) { visitor->visit(this); } in accept()
771 StatementInst* clone(CloneVisitor* cloner) { return cloner->visit(this); } in clone()