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 D | c-objc.h | 142 extern tree objc_build_method_signature (bool, tree, tree, tree, bool);
|
H A D | stub-objc.cc | 236 objc_build_method_signature (bool ARG_UNUSED (is_class_method), in objc_build_method_signature() function
|
H A D | ChangeLog | 12686 (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 D | c-objc.h | 134 extern tree objc_build_method_signature (bool, tree, tree, tree, bool);
|
H A D | stub-objc.c | 235 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 D | objc-act.cc | 2141 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 D | ChangeLog | 2245 (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 D | objc-act.c | 2078 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 D | ChangeLog-2010 | 1017 cp_parser_objc_method_type and to objc_build_method_signature.
|
H A D | parser.cc | 35154 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 D | c-parser.c | 11486 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 D | c-parser.cc | 11550 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 D | ChangeLog-2005 | 22725 * 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 D | ChangeLog-2004 | 14704 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 D | ChangeLog-2010 | 9134 objc_build_method_signature.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 32850 return objc_build_method_signature (is_class_method, rettype, kwdparms, optparms, ellipsis); in cp_parser_objc_method_signature()
|