Home
last modified time | relevance | path

Searched refs:isTriviallyEmpty (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Support/
DPathV2.cpp362 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
363 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
364 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
365 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
/external/llvm/include/llvm/ADT/
DTwine.h387 bool isTriviallyEmpty() const { in isTriviallyEmpty() function
/external/llvm/lib/VMCore/
DValue.cpp177 if (NewName.isTriviallyEmpty() && !hasName()) in setName()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp105 assert(!Path.isTriviallyEmpty() && "can't handle empty path here"); in AddPath()