Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp360 SmallString<32> d_storage; in append() local
366 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp455 SmallString<32> d_storage; in append() local
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
/external/llvm/lib/Support/
DPath.cpp455 SmallString<32> d_storage; in append() local
461 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp438 SmallString<32> d_storage; in append() local
444 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()