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

/external/llvm/include/llvm/ADT/
H A DTwine.h57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
167 assert(isNullary() && "Invalid kind!");
199 /// isNullary - Check if this is a nullary twine (null or empty).
200 bool isNullary() const { function in class:llvm::Twine
206 return getRHSKind() == EmptyKind && !isNullary();
218 if (isNullary() && getRHSKind() != EmptyKind)
392 return isNullary();
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp665 const RetainSummary *Summ, bool isNullary = true) {
667 Selector S = isNullary ? GetNullarySelector(name, Ctx)

Completed in 146 milliseconds