HomeSort by relevance Sort by last modified time
    Searched refs:isTriviallyEmpty (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Support/
Path.cpp 453 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
454 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
455 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
456 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
  /external/llvm/include/llvm/ADT/
Twine.h 399 bool isTriviallyEmpty() const {
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 133 assert(!Path.isTriviallyEmpty() && "can't handle empty path here");
  /external/llvm/lib/IR/
Value.cpp 199 if (NewName.isTriviallyEmpty() && !hasName())
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 104 I, Name.isTriviallyEmpty() ? Name : Prefix + Name, BB, InsertPt);
    [all...]

Completed in 116 milliseconds