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

  /external/llvm/include/llvm/ADT/
Twine.h 55 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
165 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
398 return isNullary();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 56 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
166 assert(isNullary() && "Invalid kind!");
194 /// isNullary - Check if this is a nullary twine (null or empty).
195 bool isNullary() const {
201 return getRHSKind() == EmptyKind && !isNullary();
213 if (isNullary() && getRHSKind() != EmptyKind)
387 return isNullary();
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 57 /// isNullary(), \see isUnary(), and \see isBinary() predicates exist for
169 assert(isNullary() && "Invalid kind!");
197 bool isNullary() const {
203 return getRHSKind() == EmptyKind && !isNullary();
215 if (isNullary() && getRHSKind() != EmptyKind)
409 return isNullary();

Completed in 438 milliseconds