CacheKeyCMP      116 modules/up/src/gnug++/CacheKey.CacheValue.AVLMap.cc     int cmp = CacheKeyCMP(key, t->item);
CacheKeyCMP      149 modules/up/src/gnug++/CacheKey.CacheValue.AVLMap.cc   int cmp = CacheKeyCMP(*_target_item, t->item);
CacheKeyCMP      345 modules/up/src/gnug++/CacheKey.CacheValue.AVLMap.cc     comp = CacheKeyCMP(*_target_item, t->item);
CacheKeyCMP      605 modules/up/src/gnug++/CacheKey.CacheValue.AVLMap.cc       v &= CacheKeyCMP(trail->item, t->item) < 0;