Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DPath.cpp453 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
454 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
455 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage)); in append()
456 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
/external/llvm/include/llvm/ADT/
DTwine.h399 bool isTriviallyEmpty() const { in isTriviallyEmpty() function
/external/llvm/lib/IR/
DValue.cpp199 if (NewName.isTriviallyEmpty() && !hasName()) in setNameImpl()
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp133 assert(!Path.isTriviallyEmpty() && "can't handle empty path here"); in AddUnmappedPath()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp104 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt); in InsertHelper()