Searched refs:nst_methods (Results 1 – 6 of 6) sorted by relevance
1534 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_v1_protocols() local1546 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 …]
1291 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_protocols() local1303 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()
9174 tree nst_methods = CLASS_NST_METHODS (chain); in dump_interface() local9212 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()
1535 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_v1_protocols() local1547 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 …]
1292 tree nst_methods = PROTOCOL_NST_METHODS (p); in generate_protocols() local1304 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()
9301 tree nst_methods = CLASS_NST_METHODS (chain); in dump_interface() local9339 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()