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

  /external/llvm/include/llvm/ADT/
Twine.h 86 NullKind,
164 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
187 return getLHSKind() == NullKind;
207 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
218 if (getRHSKind() == NullKind)
366 return Twine(NullKind);
472 return Twine(NullKind);
  /external/llvm/lib/Support/
Twine.cpp 61 case Twine::NullKind: break;
105 case Twine::NullKind:
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 163 milliseconds