Searched refs:isTriviallyEmpty (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DLinkUtils.h94 if (!Context.isTriviallyEmpty())
100 if (!Context.isTriviallyEmpty())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h239 if (!TComment.isTriviallyEmpty())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTwine.h400 bool isTriviallyEmpty() const { function in class:llvm::Twine
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp424 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));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp526 if (!Group.isTriviallyEmpty() && !Group.str().empty())
679 if (!Group.isTriviallyEmpty() && !Group.str().empty()) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DModuleSummaryIndex.cpp396 if (!Comment.isTriviallyEmpty()) {
H A DValue.cpp314 if (NewName.isTriviallyEmpty() && !hasName())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc1378 if (path.isTriviallyEmpty())
1390 if (path.isTriviallyEmpty())
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DInitHeaderSearch.cpp132 assert(!Path.isTriviallyEmpty() && "can't handle empty path here");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc684 if (path.isTriviallyEmpty())
1271 if (path.isTriviallyEmpty())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h1253 assert(!F.isTriviallyEmpty() &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp126 return Name.isTriviallyEmpty() ? Name : Prefix + Name;

Completed in 305 milliseconds