HomeSort by: relevance | last modified time | path
    Searched defs:number_of_non_empty_slots (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-map.h 62 size_t number_of_non_empty_slots; variable
179 if (map->number_of_non_empty_slots == map->max_number_of_non_empty_slots)
188 map->number_of_non_empty_slots++;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-map.h 62 size_t number_of_non_empty_slots; variable
179 if (map->number_of_non_empty_slots == map->max_number_of_non_empty_slots)
188 map->number_of_non_empty_slots++;

Completed in 23 milliseconds