HomeSort by: relevance | last modified time | path
    Searched refs:isTriviallyEmpty (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
LinkUtils.h 94 if (!Context.isTriviallyEmpty())
100 if (!Context.isTriviallyEmpty())
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewRecordIO.h 239 if (!TComment.isTriviallyEmpty())
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 400 bool isTriviallyEmpty() const {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Path.cpp 424 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
425 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
426 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
427 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 526 if (!Group.isTriviallyEmpty() && !Group.str().empty())
679 if (!Group.isTriviallyEmpty() && !Group.str().empty()) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitHeaderSearch.cpp 132 assert(!Path.isTriviallyEmpty() && "can't handle empty path here");
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ModuleSummaryIndex.cpp 396 if (!Comment.isTriviallyEmpty()) {
Value.cpp 314 if (NewName.isTriviallyEmpty() && !hasName())
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 1378 if (path.isTriviallyEmpty())
1390 if (path.isTriviallyEmpty())
  /src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc 684 if (path.isTriviallyEmpty())
1271 if (path.isTriviallyEmpty())
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 1253 assert(!F.isTriviallyEmpty() &&
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 126 return Name.isTriviallyEmpty() ? Name : Prefix + Name;

Completed in 95 milliseconds