Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp209 bool WasErased = UseMap.erase(Ref); in dropRef() local
210 (void)WasErased; in dropRef()
211 assert(WasErased && "Expected to drop a reference"); in dropRef()