Home
last modified time | relevance | path

Searched refs:objc_build_method_signature (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h142 extern tree objc_build_method_signature (bool, tree, tree, tree, bool);
H A Dstub-objc.cc236 objc_build_method_signature (bool ARG_UNUSED (is_class_method), in objc_build_method_signature() function
H A DChangeLog12686 (objc_build_method_signature): Same change.
12690 (objc_build_method_signature): Same change.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h134 extern tree objc_build_method_signature (bool, tree, tree, tree, bool);
H A Dstub-objc.c235 objc_build_method_signature (bool ARG_UNUSED (is_class_method), in objc_build_method_signature() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc2141 objc_build_method_signature (bool is_class_method, tree rettype, tree selector, in objc_build_method_signature() function
4623 objc_build_method_signature (false /* is_class_method */, in objc_generate_cxx_ctor_or_dtor()
H A DChangeLog2245 (objc_build_method_signature): Added is_class_method argument.
3732 (objc_build_method_signature): Accept additional "ellipsis"
3996 objc_build_method_signature, objc_add_method_declaration,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c2078 objc_build_method_signature (bool is_class_method, tree rettype, tree selector, in objc_build_method_signature() function
4545 objc_build_method_signature (false /* is_class_method */, in objc_generate_cxx_ctor_or_dtor()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20101017 cp_parser_objc_method_type and to objc_build_method_signature.
H A Dparser.cc35154 return objc_build_method_signature (is_class_method, rettype, kwdparms, optparms, ellipsis); in cp_parser_objc_method_signature()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c11486 return objc_build_method_signature (is_class_method, type, sel, parms, ellipsis); in c_parser_objc_method_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc11550 return objc_build_method_signature (is_class_method, type, sel, parms, ellipsis); in c_parser_objc_method_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200522725 * c-common.h (objc_build_method_signature): Update prototype.
22726 * stub-objc.c (objc_build_method_signature): Update the stub
22729 the value of ellipsis to objc_build_method_signature instead
H A DChangeLog-200414704 actions to objc_build_method_signature().
15417 objc_build_method_signature, objc_build_encode_expr,
15459 objc_set_visibility, objc_set_method_type, objc_build_method_signature,
H A DChangeLog-20109134 objc_build_method_signature.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c32850 return objc_build_method_signature (is_class_method, rettype, kwdparms, optparms, ellipsis); in cp_parser_objc_method_signature()