Home
last modified time | relevance | path

Searched refs:a_storage (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp452 SmallString<32> a_storage; in append() local
458 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp419 SmallString<32> a_storage; in append() local
425 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append()