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

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

Completed in 685 milliseconds