Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp358 SmallString<32> b_storage; in append() local
364 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPathV2.inc279 SmallString<128> b_storage;
281 StringRef b = B.toNullTerminatedStringRef(b_storage);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp453 SmallString<32> b_storage; in append() local
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
/external/llvm/lib/Support/
DPath.cpp453 SmallString<32> b_storage; in append() local
459 if (!b.isTriviallyEmpty()) components.push_back(b.toStringRef(b_storage)); in append()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DPathV2.inc365 SmallString<128> b_storage;
367 StringRef b = B.toStringRef(b_storage);