Searched refs:isNullary (Results 1 – 4 of 4) sorted by relevance
166 assert(isNullary() && "Invalid kind!"); in Twine()195 bool isNullary() const { in isNullary() function201 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()213 if (isNullary() && getRHSKind() != EmptyKind) in isValid()387 return isNullary(); in isTriviallyEmpty()
165 assert(isNullary() && "Invalid kind!"); in Twine()197 bool isNullary() const { in isNullary() function203 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()215 if (isNullary() && getRHSKind() != EmptyKind) in isValid()398 return isNullary(); in isTriviallyEmpty()
169 assert(isNullary() && "Invalid kind!"); in Twine()197 bool isNullary() const { in isNullary() function203 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()215 if (isNullary() && getRHSKind() != EmptyKind) in isValid()409 return isNullary(); in isTriviallyEmpty()
692 const RetainSummary *Summ, bool isNullary = true) { in addClassMethSummary() argument694 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary()