Home
last modified time | relevance | path

Searched refs:lookup_method (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c175 static tree lookup_method PARAMS ((tree, tree));
534 if ((fnd = lookup_method (class_meth
5030 = lookup_method (CLASS_NST_METHODS (objc_implementation_context),
5068 = lookup_method (CLASS_CLS_METHODS (objc_implementation_context),
5528 lookup_method (mchain, method) in lookup_method() function
5560 if ((meth = lookup_method (chain, ident)))
5570 if ((meth = lookup_method (chain, ident)))
5614 if ((meth = lookup_method (chain, ident)))
5624 if ((meth = lookup_method (chain, ident)))
5669 if (!(mth = lookup_method (CLASS_CLS_METHODS (class), method)))
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.c201 static tree lookup_method (tree, tree);
576 if ((fnd = lookup_method (is_class in lookup_method_in_protocol_list()
6375 = lookup_method in objc_finish_message_expr()
6798 lookup_method (tree mchain, tree method) in lookup_method() function
6841 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6850 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6917 if (!(mth = lookup_method (is_class in objc_add_method()
7249 if (!lookup_method (list, chain)) in check_methods()
7319 if (lookup_method (list, chain)) in check_methods_accessible()
/openbsd-src/sys/dev/pci/
H A Dmpiireg.h948 u_int8_t lookup_method; member