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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 7137 tree class_category_is_assoc_with;
7142 if (!(class_category_is_assoc_with = lookup_interface (class_name)))
7150 if (TREE_UNAVAILABLE (class_category_is_assoc_with))
7152 else if (TREE_DEPRECATED (class_category_is_assoc_with))
7161 klass = class_category_is_assoc_with;
7176 add_category (class_category_is_assoc_with, klass);
7133 tree class_category_is_assoc_with; local
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 7139 tree class_category_is_assoc_with;
7144 if (!(class_category_is_assoc_with = lookup_interface (class_name)))
7152 if (TREE_UNAVAILABLE (class_category_is_assoc_with))
7154 else if (TREE_DEPRECATED (class_category_is_assoc_with))
7163 klass = class_category_is_assoc_with;
7178 add_category (class_category_is_assoc_with, klass);
7135 tree class_category_is_assoc_with; local

Completed in 93 milliseconds