Searched refs:cls_methods (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c3104 tree cls_methods = PROTOCOL_CLS_METHODS (p);
3124 while (cls_methods)
3126 if (! METHOD_ENCODING (cls_methods))
3128 hack_method_prototype (cls_methods, tmp_decl);
3129 encoding = encode_method_prototype (cls_methods, tmp_decl);
3130 METHOD_ENCODING (cls_methods) = encoding;
3133 cls_methods = TREE_CHAIN (cls_methods);
8135 tree cls_methods = CLASS_CLS_METHODS (chain);
8177 while (cls_methods)
3097 tree cls_methods = PROTOCOL_CLS_METHODS (p); local
8112 tree cls_methods = CLASS_CLS_METHODS (chain); local
[all...]
/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c4628 tree cls_methods = PROTOCOL_CLS_METHODS (p);
4649 while (cls_methods)
4651 if (! METHOD_ENCODING (cls_methods))
4653 encoding = encode_method_prototype (cls_methods);
4654 METHOD_ENCODING (cls_methods) = encoding;
4657 cls_methods = TREE_CHAIN (cls_methods);
9026 tree cls_methods = CLASS_CLS_METHODS (chain);
9068 while (cls_methods)
9070 fprintf (fp, "+ %s;\n", gen_method_decl (cls_methods));
4620 tree cls_methods = PROTOCOL_CLS_METHODS (p); local
9005 tree cls_methods = CLASS_CLS_METHODS (chain); local
[all...]

Completed in 158 milliseconds