Searched refs:TypeConstraints (Results 1 – 6 of 6) sorted by relevance
7 use Moose::Util::TypeConstraints;
8 use Moose::Util::TypeConstraints;
230 std::vector<SDTypeConstraint> TypeConstraints; variable244 return TypeConstraints; in getTypeConstraints()262 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()263 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
1175 TypeConstraints.assign(ConstraintList.begin(), ConstraintList.end()); in SDNodeInfo()1187 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()
453 std::vector<SDTypeConstraint> TypeConstraints; variable468 return TypeConstraints; in getTypeConstraints()1310 for (unsigned i = 0, e = TypeConstraints.size(); i != e; ++i) in ApplyTypeConstraints()1311 MadeChange |= TypeConstraints[i].ApplyTypeConstraint(N, *this, TP); in ApplyTypeConstraints()
1741 TypeConstraints.emplace_back(R, CGH); in SDNodeInfo()1753 for (const SDTypeConstraint &Constraint : TypeConstraints) { in getKnownType()