Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.c166 static tree lookup_method (tree, tree);
507 m = lookup_method (PROTOCOL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
509 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
5658 = lookup_method in objc_finish_message_expr()
5958 lookup_method (tree mchain, tree method) in lookup_method() function
6005 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6014 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6595 if (!lookup_method (list, chain)) in check_methods()
6614 if (lookup_method (CLASS_NST_METHODS (interface), chain)) in check_methods()
6738 if (lookup_method (list, chain)) in check_methods_accessible()
[all …]
H A Dobjc-act.cc166 static tree lookup_method (tree, tree);
507 m = lookup_method (PROTOCOL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
509 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
5734 = lookup_method in objc_finish_message_expr()
6041 lookup_method (tree mchain, tree method) in lookup_method() function
6088 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6097 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6678 if (!lookup_method (list, chain)) in check_methods()
6697 if (lookup_method (CLASS_NST_METHODS (interface), chain)) in check_methods()
6821 if (lookup_method (list, chain)) in check_methods_accessible()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c166 static tree lookup_method (tree, tree);
507 m = lookup_method (PROTOCOL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
509 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
5658 = lookup_method in objc_finish_message_expr()
5958 lookup_method (tree mchain, tree method) in lookup_method() function
6005 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6014 if ((meth = lookup_method (chain, ident))) in lookup_method_static()
6595 if (!lookup_method (list, chain)) in check_methods()
6614 if (lookup_method (CLASS_NST_METHODS (interface), chain)) in check_methods()
6738 if (lookup_method (list, chain)) in check_methods_accessible()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c181 int lookup_method; member
374 ctx->lookup_method = i; in capi_ctrl()
1453 switch (ctx->lookup_method) { in capi_find_cert()
1550 switch (ctx->lookup_method) { in capi_find_key()
1612 ctx->lookup_method = CAPI_LU_SUBSTR; in capi_ctx_new()
/netbsd/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c184 int lookup_method; member
377 ctx->lookup_method = i; in capi_ctrl()
1476 switch (ctx->lookup_method) { in capi_find_cert()
1573 switch (ctx->lookup_method) { in capi_find_key()
1635 ctx->lookup_method = CAPI_LU_SUBSTR; in capi_ctx_new()
/netbsd/sys/dev/pci/
H A Dmpiireg.h949 u_int8_t lookup_method; member