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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 803 inter = lookup_interface (CLASS_SUPER_NAME (inter));
1167 x = lookup_property (lookup_interface (CLASS_NAME (objc_interface_context)),
1591 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template));
1593 interface_type = lookup_interface (CLASS_NAME (implementation_template));
1801 rtype = lookup_interface (class_name);
2409 cls = lookup_interface (CLASS_SUPER_NAME (cls));
2460 lcls = lookup_interface (CLASS_SUPER_NAME (lcls));
3336 constant_string_class = lookup_interface (constant_string_id);
3604 if (lookup_interface (ident))
3940 lookup_interface() and add_interface(). add_interface() is onl
3965 lookup_interface (tree ident) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 805 inter = lookup_interface (CLASS_SUPER_NAME (inter));
1169 x = lookup_property (lookup_interface (CLASS_NAME (objc_interface_context)),
1593 interface_type = lookup_interface (CLASS_SUPER_NAME (implementation_template));
1595 interface_type = lookup_interface (CLASS_NAME (implementation_template));
1803 rtype = lookup_interface (class_name);
2411 cls = lookup_interface (CLASS_SUPER_NAME (cls));
2462 lcls = lookup_interface (CLASS_SUPER_NAME (lcls));
3338 constant_string_class = lookup_interface (constant_string_id);
3606 if (lookup_interface (ident))
3942 lookup_interface() and add_interface(). add_interface() is onl
3967 lookup_interface (tree ident) function
    [all...]

Completed in 68 milliseconds