Searched refs:cls_methods (Results 1 – 6 of 6) sorted by relevance
1535 tree cls_methods = PROTOCOL_CLS_METHODS (p); in generate_v1_protocols() local1561 while (cls_methods) in generate_v1_protocols()1563 if (! METHOD_ENCODING (cls_methods)) in generate_v1_protocols()1565 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()1566 METHOD_ENCODING (cls_methods) = encoding; in generate_v1_protocols()1569 cls_methods = TREE_CHAIN (cls_methods); in generate_v1_protocols()1595 cls_methods = PROTOCOL_OPTIONAL_CLS_METHODS (p); in generate_v1_protocols()1596 while (cls_methods) in generate_v1_protocols()1598 if (! METHOD_ENCODING (cls_methods)) in generate_v1_protocols()1600 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()[all …]
1292 tree cls_methods = PROTOCOL_CLS_METHODS (p); in generate_protocols() local1317 while (cls_methods) in generate_protocols()1319 if (! METHOD_ENCODING (cls_methods)) in generate_protocols()1321 encoding = encode_method_prototype (cls_methods); in generate_protocols()1322 METHOD_ENCODING (cls_methods) = encoding; in generate_protocols()1325 cls_methods = DECL_CHAIN (cls_methods); in generate_protocols()
9175 tree cls_methods = CLASS_CLS_METHODS (chain); in dump_interface() local9218 while (cls_methods) in dump_interface()9220 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods)); in dump_interface()9221 cls_methods = TREE_CHAIN (cls_methods); in dump_interface()
1536 tree cls_methods = PROTOCOL_CLS_METHODS (p); in generate_v1_protocols() local1562 while (cls_methods) in generate_v1_protocols()1564 if (! METHOD_ENCODING (cls_methods)) in generate_v1_protocols()1566 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()1567 METHOD_ENCODING (cls_methods) = encoding; in generate_v1_protocols()1570 cls_methods = TREE_CHAIN (cls_methods); in generate_v1_protocols()1596 cls_methods = PROTOCOL_OPTIONAL_CLS_METHODS (p); in generate_v1_protocols()1597 while (cls_methods) in generate_v1_protocols()1599 if (! METHOD_ENCODING (cls_methods)) in generate_v1_protocols()1601 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()[all …]
1293 tree cls_methods = PROTOCOL_CLS_METHODS (p); in generate_protocols() local1318 while (cls_methods) in generate_protocols()1320 if (! METHOD_ENCODING (cls_methods)) in generate_protocols()1322 encoding = encode_method_prototype (cls_methods); in generate_protocols()1323 METHOD_ENCODING (cls_methods) = encoding; in generate_protocols()1326 cls_methods = DECL_CHAIN (cls_methods); in generate_protocols()
9302 tree cls_methods = CLASS_CLS_METHODS (chain); in dump_interface() local9345 while (cls_methods) in dump_interface()9347 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods)); in dump_interface()9348 cls_methods = TREE_CHAIN (cls_methods); in dump_interface()