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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 85 NullKind,
163 /// Construct a nullary twine; the kind must be NullKind or EmptyKind.
186 return getLHSKind() == NullKind;
206 return getLHSKind() != NullKind && getRHSKind() != EmptyKind;
217 if (getRHSKind() == NullKind)
365 return Twine(NullKind);
471 return Twine(NullKind);
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]

Completed in 293 milliseconds