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

  /external/llvm/lib/Support/
Path.cpp 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Twine.h 384 /// isTriviallyEmpty - Check if this twine is trivially empty; a false
386 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/LLVM/lib/Support/
PathV2.cpp 363 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
365 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
366 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage));
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage));
460 if (!c.isTriviallyEmpty()) components.push_back(c.toStringRef(c_storage));
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage));
    [all...]
  /external/llvm/include/llvm/ADT/
Twine.h 397 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
Twine.h 408 bool isTriviallyEmpty() const {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp 165 if (NewName.isTriviallyEmpty() && !hasName())
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 134 assert(!Path.isTriviallyEmpty() && "can't handle empty path here");
  /external/llvm/lib/MC/
MCContext.cpp 338 if (!Group.isTriviallyEmpty() && !Group.str().empty())
  /external/llvm/lib/IR/
Value.cpp 206 if (NewName.isTriviallyEmpty() && !hasName())
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 95 return Name.isTriviallyEmpty() ? Name : Prefix + Name;
    [all...]

Completed in 861 milliseconds