Searched refs:encode_method_prototype (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-encoding.h30 extern tree encode_method_prototype (tree method_decl);
H A Dobjc-runtime-shared-support.c398 encode_method_prototype (entries);
H A Dobjc-gnu-runtime-abi-01.c1307 encoding = encode_method_prototype (nst_methods);
1321 encoding = encode_method_prototype (cls_methods);
1806 encoding = encode_method_prototype (proto);
H A Dobjc-encoding.c112 encode_method_prototype (tree method_decl) function
H A Dobjc-next-runtime-abi-01.c1560 encoding = encode_method_prototype (nst_methods);
1575 encoding = encode_method_prototype (cls_methods);
1594 encoding = encode_method_prototype (nst_methods);
1610 encoding = encode_method_prototype (cls_methods);
H A Dobjc-next-runtime-abi-02.c2321 METHOD_ENCODING (methods) = encode_method_prototype (methods);
H A Dobjc-act.c85 /* For encode_method_prototype(). */
8902 = encode_method_prototype (objc_method_context);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c315 static tree encode_method_prototype PROTO((tree, tree));
2170 encoding = encode_method_prototype (proto, tmp_decl);
2869 encode_method_prototype (method_decl, func_decl)
3164 encoding = encode_method_prototype (nst_methods, tmp_decl);
3175 encoding = encode_method_prototype (cls_methods, tmp_decl);
2862 encode_method_prototype (method_decl, func_decl) function

Completed in 137 milliseconds