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()
200 bool isNullary() const { in isNullary() function
206 return getRHSKind() == EmptyKind && !isNullary(); in isUnary()
218 if (isNullary() && getRHSKind() != EmptyKind) in isValid()
392 return isNullary(); in isTriviallyEmpty()
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp665 const RetainSummary *Summ, bool isNullary = true) { in addClassMethSummary() argument
667 Selector S = isNullary ? GetNullarySelector(name, Ctx) in addClassMethSummary()