Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp23 class CountKey { class
28 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey() function in __anon6bb5763a0111::CountKey
31 bool operator==(const CountKey &RHS) const { in operator ==()
35 bool operator<(const CountKey &RHS) const { in operator <()
47 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap;
60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID)); in getNumVisited()
77 CountKey(CallSite, BlockID), in IncrementCount()