Searched refs:AstStructuralType (Results 1 – 1 of 1) sorted by relevance
571 class AstStructuralType : public AstTypeBase {595 AstStructuralType(Kind kind, int length, i::Zone* zone) in AstStructuralType() function609 class AstFunctionType : public AstStructuralType {622 : AstStructuralType(kFunction, 2 + arity, zone) { in AstFunctionType()642 class AstTupleType : public AstStructuralType {653 : AstStructuralType(kTuple, length, zone) {} in AstTupleType()673 class AstUnionType : public AstStructuralType {679 : AstStructuralType(kUnion, length, zone) {} in AstUnionType()