Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp12 class DebugCounterList : public cl::list<std::string, DebugCounter> { class
18 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anon7a8de3ce0111::DebugCounterList