|
tipc
A TIP to LLVM compiler
|
This is the complete list of members for TipCons, including all inherited members.
| accept(TipTypeVisitor *visitor)=0 | TipType | pure virtual |
| arguments | TipCons | protected |
| arity() const | TipCons | virtual |
| doMatch(TipType const *t) const | TipCons | |
| getArguments() const | TipCons | |
| operator!=(const TipType &other) const =0 | TipType | pure virtual |
| operator==(const TipType &other) const =0 | TipType | pure virtual |
| print(std::ostream &out) const =0 | TipType | protectedpure virtual |
| setArguments(std::vector< std::shared_ptr< TipType >> &args) | TipCons | |
| TipCons()=default | TipCons | |
| TipCons(std::vector< std::shared_ptr< TipType >> arguments) | TipCons | protected |
| ~TipType()=default | TipType | virtual |