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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
LinkUtils.h 68 if (!Context.isTriviallyEmpty())
74 if (!Context.isTriviallyEmpty())
  /external/llvm/lib/Support/
Path.cpp 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 384 /// isTriviallyEmpty - Check if this twine is trivially empty; a false
386 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 363 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
365 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
366 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Twine.h 398 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCContext.cpp 378 if (!Group.isTriviallyEmpty() && !Group.str().empty())
495 if (!Group.isTriviallyEmpty() && !Group.str().empty()) {
  /external/llvm/include/llvm/ADT/
Twine.h 397 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
ModuleSummaryIndex.cpp 132 if (!Comment.isTriviallyEmpty()) {
Value.cpp 239 if (NewName.isTriviallyEmpty() && !hasName())
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Path.cpp 441 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
442 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
443 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
444 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 165 if (NewName.isTriviallyEmpty() && !hasName())
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 134 assert(!Path.isTriviallyEmpty() && "can't handle empty path here");
  /external/llvm/lib/MC/
MCContext.cpp 338 if (!Group.isTriviallyEmpty() && !Group.str().empty())
  /external/llvm/lib/IR/
Value.cpp 206 if (NewName.isTriviallyEmpty() && !hasName())
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 95 return Name.isTriviallyEmpty() ? Name : Prefix + Name;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
SROA.cpp 136 return Name.isTriviallyEmpty() ? Name : Prefix + Name;
    [all...]

Completed in 432 milliseconds