Searched refs:CK_Type (Results 1 – 4 of 4) sorted by relevance
35 static bool classof(const Constraint *c) { return c->getKind() == CK_Type; } in classof()
51 enum Kind { CK_Attr, CK_Region, CK_Successor, CK_Type, CK_Uncategorized }; enumerator
21 : Constraint(Constraint::CK_Type, record) { in TypeConstraint()
24 kind = CK_Type; in Constraint()