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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 158 static GTY(()) objc_map_t class_method_map = 0; variable
436 objc_map_iterator_initialize (class_method_map, &i);
437 while (objc_map_iterator_move_to_next (class_method_map, &i))
438 check_duplicates (objc_map_iterator_current_value (class_method_map, i), 0, 1);
5481 method_prototype = objc_map_get (class_method_map, sel_name);
5912 method = objc_map_get (class_method_map, selname);
5953 class_method_map = objc_map_alloc_ggc (1000);
5962 /* Use the following to add a method to class_method_map or
5975 map = class_method_map;
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 159 static GTY(()) objc_map_t class_method_map = 0; variable
438 objc_map_iterator_initialize (class_method_map, &i);
439 while (objc_map_iterator_move_to_next (class_method_map, &i))
440 check_duplicates (objc_map_iterator_current_value (class_method_map, i), 0, 1);
5483 method_prototype = objc_map_get (class_method_map, sel_name);
5914 method = objc_map_get (class_method_map, selname);
5955 class_method_map = objc_map_alloc_ggc (1000);
5964 /* Use the following to add a method to class_method_map or
5977 map = class_method_map;

Completed in 48 milliseconds