Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c1534 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_v1_protocols() local
1546 while (nst_methods) in generate_v1_protocols()
1548 if (! METHOD_ENCODING (nst_methods)) in generate_v1_protocols()
1550 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()
1551 METHOD_ENCODING (nst_methods) = encoding; in generate_v1_protocols()
1553 nst_methods = TREE_CHAIN (nst_methods); in generate_v1_protocols()
1579 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p); in generate_v1_protocols()
1580 while (nst_methods) in generate_v1_protocols()
1582 if (! METHOD_ENCODING (nst_methods)) in generate_v1_protocols()
1584 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()
[all …]
H A Dobjc-gnu-runtime-abi-01.c1291 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_protocols() local
1303 while (nst_methods) in generate_protocols()
1305 if (! METHOD_ENCODING (nst_methods)) in generate_protocols()
1307 encoding = encode_method_prototype (nst_methods); in generate_protocols()
1308 METHOD_ENCODING (nst_methods) = encoding; in generate_protocols()
1310 nst_methods = DECL_CHAIN (nst_methods); in generate_protocols()
H A Dobjc-act.c9174 tree nst_methods = CLASS_NST_METHODS (chain); in dump_interface() local
9212 while (nst_methods) in dump_interface()
9214 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods)); in dump_interface()
9215 nst_methods = TREE_CHAIN (nst_methods); in dump_interface()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc1535 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_v1_protocols() local
1547 while (nst_methods) in generate_v1_protocols()
1549 if (! METHOD_ENCODING (nst_methods)) in generate_v1_protocols()
1551 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()
1552 METHOD_ENCODING (nst_methods) = encoding; in generate_v1_protocols()
1554 nst_methods = TREE_CHAIN (nst_methods); in generate_v1_protocols()
1580 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p); in generate_v1_protocols()
1581 while (nst_methods) in generate_v1_protocols()
1583 if (! METHOD_ENCODING (nst_methods)) in generate_v1_protocols()
1585 encoding = encode_method_prototype (nst_methods); in generate_v1_protocols()
[all …]
H A Dobjc-gnu-runtime-abi-01.cc1292 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_protocols() local
1304 while (nst_methods) in generate_protocols()
1306 if (! METHOD_ENCODING (nst_methods)) in generate_protocols()
1308 encoding = encode_method_prototype (nst_methods); in generate_protocols()
1309 METHOD_ENCODING (nst_methods) = encoding; in generate_protocols()
1311 nst_methods = DECL_CHAIN (nst_methods); in generate_protocols()
H A Dobjc-act.cc9301 tree nst_methods = CLASS_NST_METHODS (chain); in dump_interface() local
9339 while (nst_methods) in dump_interface()
9341 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods)); in dump_interface()
9342 nst_methods = TREE_CHAIN (nst_methods); in dump_interface()