Searched refs:lookup_method (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/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);
509 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name);
516 m = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (p), sel_name);
518 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name);
1343 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name);
1344 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name);
1348 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name);
1349 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name);
5658 = lookup_method
5958 lookup_method (tree mchain, tree method) function
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc166 static tree lookup_method (tree, tree);
510 m = lookup_method (PROTOCOL_CLS_METHODS (p), sel_name);
512 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name);
519 m = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (p), sel_name);
521 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name);
1406 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name);
1407 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name);
1411 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name);
1412 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name);
5737 = lookup_method
6044 lookup_method (tree mchain, tree method) function
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/engines/
H A De_capi.c181 int lookup_method; member in struct:CAPI_CTX_st
263 "lookup_method",
374 ctx->lookup_method = i;
1453 switch (ctx->lookup_method) {
1550 switch (ctx->lookup_method) {
1612 ctx->lookup_method = CAPI_LU_SUBSTR;
/netbsd-current/crypto/external/bsd/openssl/dist/engines/
H A De_capi.c184 int lookup_method; member in struct:CAPI_CTX_st
266 "lookup_method",
377 ctx->lookup_method = i;
1476 switch (ctx->lookup_method) {
1573 switch (ctx->lookup_method) {
1635 ctx->lookup_method = CAPI_LU_SUBSTR;
/netbsd-current/sys/dev/pci/
H A Dmpiireg.h949 u_int8_t lookup_method; member in struct:mpii_msg_sas_oper_request

Completed in 590 milliseconds