Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp24 class CountKey { class
29 CountKey(const StackFrameContext *CS, unsigned ID) in CountKey() function in __anon705b66850111::CountKey
32 bool operator==(const CountKey &RHS) const { in operator ==()
36 bool operator<(const CountKey &RHS) const { in operator <()
48 typedef llvm::ImmutableMap<CountKey, unsigned> CountMap;
61 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID)); in getNumVisited()
78 CountKey(CallSite, BlockID), in IncrementCount()