Searched refs:less_symbol (Results 1 – 6 of 6) sorted by relevance
75 typedef std::map<symbol_entry, count_array_t, less_symbol> children;88 typedef std::map<symbol_entry, cg_data, less_symbol> map_t;
32 struct less_symbol { struct
14 bool less_symbol::operator()(symbol_entry const & lhs, in operator ()()
31 typedef std::set<symbol_entry, less_symbol> symbols_t;
39 less_symbol cmp_symb; in operator ==()
4351 * libpp/symbol_functors.h: add less_symbol predicate4352 * libpp/symbol_functors.cpp: new file, less_symbol implementation