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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 5510 tree retval, class_tree; local
5547 @interface, if one exists. class_tree is the class name
5551 class_tree = receiver_is_class_object (receiver, self, super);
5557 if (class_tree)
5563 rtype = lookup_interface (class_tree);
5572 SomeClass). So, we have a class name (class_tree)
5580 class_tree);
5603 /* We set class_tree to the identifier for 'Class' if this is a
5605 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE);
5628 class_tree != NULL_TREE)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 5512 tree retval, class_tree; local
5549 @interface, if one exists. class_tree is the class name
5553 class_tree = receiver_is_class_object (receiver, self, super);
5559 if (class_tree)
5565 rtype = lookup_interface (class_tree);
5574 SomeClass). So, we have a class name (class_tree)
5582 class_tree);
5605 /* We set class_tree to the identifier for 'Class' if this is a
5607 class_tree = (IS_CLASS (rtype) ? objc_class_name : NULL_TREE);
5630 class_tree != NULL_TREE)
    [all...]

Completed in 129 milliseconds