Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPathV2.cpp363 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
365 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
366 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/IR/
DValue.cpp181 if (NewName.isTriviallyEmpty() && !hasName()) in setName()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp137 assert(!Path.isTriviallyEmpty() && "can't handle empty path here"); in AddUnmappedPath()