Home
last modified time | relevance | path

Searched refs:isNullary (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
DTwine.h167 assert(isNullary() && "Invalid kind!"); in Twine()
199 bool isNullary() const { in isNullary() function
205 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()
217 if (isNullary() && getRHSKind() != EmptyKind) in isValid()
400 return isNullary(); in isTriviallyEmpty()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp691 const RetainSummary *Summ, bool isNullary = true) { in addClassMethSummary() argument
693 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary()