Home
last modified time | relevance | path

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

/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions.hh452 struct FunTyped : public Typed { struct
459 FunTyped(const list<NamedTyped*>& args, BasicTyped* result, FunAttribute attribute = kDefault) in FunTyped() argument
464 VarType getType() const { return fResult->getType(); } in getType()
466 Typed* getTyped() { return fResult; } in getTyped()
469 string getPrototype() in getPrototype()
484 virtual void accept(InstVisitor* visitor) { visitor->visit(this); } in accept()
486 Typed* clone(CloneVisitor* cloner) { return cloner->visit(this); } in clone()