Home
last modified time | relevance | path

Searched defs:CountOps (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/VMCore/
DValueMapTest.cpp236 struct CountOps : ValueMapConfig<KeyT> { struct
237 struct ExtraData {
242 static void onRAUW(const ExtraData &Data, KeyT Old, KeyT New) { in onRAUW()
245 static void onDelete(const ExtraData &Data, KeyT Old) { in onDelete()