Home
last modified time | relevance | path

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

/netbsd-src/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); in lookup_method_in_protocol_list()
512 m = lookup_method (PROTOCOL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
519 m = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
521 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
1406 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1407 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
1411 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1412 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
5737 = lookup_method in objc_finish_message_expr()
[all …]
/netbsd-src/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()
516 m = lookup_method (PROTOCOL_OPTIONAL_CLS_METHODS (p), sel_name); in lookup_method_in_protocol_list()
518 m = lookup_method (PROTOCOL_OPTIONAL_NST_METHODS (p), sel_name); in lookup_method_in_protocol_list()
1343 getter = lookup_method (CLASS_CLS_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1344 setter = lookup_method (CLASS_CLS_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
1348 getter = lookup_method (CLASS_NST_METHODS (implementation), getter_name); in maybe_make_artificial_property_decl()
1349 setter = lookup_method (CLASS_NST_METHODS (implementation), setter_name); in maybe_make_artificial_property_decl()
5658 = lookup_method in objc_finish_message_expr()
[all …]
/netbsd-src/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-src/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-src/sys/dev/pci/
H A Dmpiireg.h949 u_int8_t lookup_method; member