HomeSort by relevance Sort by last modified time
    Searched refs:EmptyKind (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
Twine.h 89 EmptyKind,
164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
166 : LHSKind(Kind), RHSKind(EmptyKind) {
192 return getLHSKind() == EmptyKind;
202 return getRHSKind() == EmptyKind && !isNullary();
207 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
214 if (isNullary() && getRHSKind() != EmptyKind)
222 if (getRHSKind() != EmptyKind && getLHSKind() == EmptyKind)
254 /*implicit*/ Twine() : LHSKind(EmptyKind), RHSKind(EmptyKind)
    [all...]
  /external/llvm/lib/Support/
Twine.cpp 18 if (LHSKind == StdStringKind && RHSKind == EmptyKind)
62 case Twine::EmptyKind: break;
107 case Twine::EmptyKind:

Completed in 151 milliseconds