Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh419 struct BasicTyped : public Typed { struct
424 BasicTyped(VarType type) : fType(type) {} in BasicTyped() function
426 VarType getType() const { return fType; } in getType()
430 virtual void accept(InstVisitor* visitor) { visitor->visit(this); } in accept()
432 Typed* clone(CloneVisitor* cloner) { return cloner->visit(this); } in clone()