Searched refs:nst_methods (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-next-runtime-abi-01.c1544 tree nst_methods = PROTOCOL_NST_METHODS (p); local
1556 while (nst_methods)
1558 if (! METHOD_ENCODING (nst_methods))
1560 encoding = encode_method_prototype (nst_methods);
1561 METHOD_ENCODING (nst_methods) = encoding;
1563 nst_methods = TREE_CHAIN (nst_methods);
1589 nst_methods = PROTOCOL_OPTIONAL_NST_METHODS (p);
1590 while (nst_methods)
1592 if (! METHOD_ENCODING (nst_methods))
[all...]
H A Dobjc-gnu-runtime-abi-01.c1291 tree nst_methods = PROTOCOL_NST_METHODS (p); local
1303 while (nst_methods)
1305 if (! METHOD_ENCODING (nst_methods))
1307 encoding = encode_method_prototype (nst_methods);
1308 METHOD_ENCODING (nst_methods) = encoding;
1310 nst_methods = DECL_CHAIN (nst_methods);
H A Dobjc-act.c9096 tree nst_methods = CLASS_NST_METHODS (chain);
9134 while (nst_methods)
9136 fprintf (fp, "- %s;\n", gen_method_decl (nst_methods));
9137 nst_methods = TREE_CHAIN (nst_methods);
9091 tree nst_methods = CLASS_NST_METHODS (chain); local
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c3059 hack_method_prototype (nst_methods, tmp_decl)
3060 tree nst_methods;
3067 TREE_SET_CODE (nst_methods, CLASS_METHOD_DECL);
3068 start_method_def (nst_methods);
3069 TREE_SET_CODE (nst_methods, INSTANCE_METHOD_DECL);
3071 if (METHOD_ADD_ARGS (nst_methods) == (tree) 1)
3102 TREE_TYPE (TREE_TYPE (tmp_decl)) = groktypename (TREE_TYPE (nst_methods));
3149 tree nst_methods = PROTOCOL_NST_METHODS (p);
3159 while (nst_methods)
3161 if (! METHOD_ENCODING (nst_methods))
3142 tree nst_methods = PROTOCOL_NST_METHODS (p); local
8082 tree nst_methods = CLASS_NST_METHODS (chain); local
[all...]

Completed in 150 milliseconds