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

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-act.c6966 tree class_category_is_assoc_with;
6971 if (!(class_category_is_assoc_with = lookup_interface (class_name)))
6979 if (TREE_DEPRECATED (class_category_is_assoc_with))
6988 klass = class_category_is_assoc_with;
7003 add_category (class_category_is_assoc_with, klass);
6962 tree class_category_is_assoc_with; local
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c6264 tree class_category_is_assoc_with;
6270 if (!(class_category_is_assoc_with = lookup_interface (class_name)))
6277 add_category (class_category_is_assoc_with, class);
6247 tree class_category_is_assoc_with; local

Completed in 178 milliseconds