Searched refs:cls_methods (Results 1 – 3 of 3) sorted by relevance
1533 tree cls_methods = PROTOCOL_CLS_METHODS (p); in generate_v1_protocols() local1559 while (cls_methods) in generate_v1_protocols()1561 if (! METHOD_ENCODING (cls_methods)) in generate_v1_protocols()1563 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()1564 METHOD_ENCODING (cls_methods) = encoding; in generate_v1_protocols()1567 cls_methods = TREE_CHAIN (cls_methods); in generate_v1_protocols()1593 cls_methods = PROTOCOL_OPTIONAL_CLS_METHODS (p); in generate_v1_protocols()1594 while (cls_methods) in generate_v1_protocols()1596 if (! METHOD_ENCODING (cls_methods)) in generate_v1_protocols()1598 encoding = encode_method_prototype (cls_methods); in generate_v1_protocols()[all …]
1284 tree cls_methods = PROTOCOL_CLS_METHODS (p); in generate_protocols() local1309 while (cls_methods) in generate_protocols()1311 if (! METHOD_ENCODING (cls_methods)) in generate_protocols()1313 encoding = encode_method_prototype (cls_methods); in generate_protocols()1314 METHOD_ENCODING (cls_methods) = encoding; in generate_protocols()1317 cls_methods = DECL_CHAIN (cls_methods); in generate_protocols()
9057 tree cls_methods = CLASS_CLS_METHODS (chain); in dump_interface() local9100 while (cls_methods) in dump_interface()9102 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods)); in dump_interface()9103 cls_methods = TREE_CHAIN (cls_methods); in dump_interface()