Searched refs:objc_decl_method_attributes (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | ChangeLog | 170 (objc_decl_method_attributes): Handle unavailable attribute. 526 * objc-act.c (objc_decl_method_attributes): Use wi::to_wide when 823 (objc_decl_method_attributes): Use wide-int interfaces. 1179 * objc-act.c (objc_decl_method_attributes): Implement nonnull 1213 (objc_decl_method_attributes): Call build_function_type_for_method. 2032 (objc_decl_method_attributes): Carefully filter out the list of 2407 * objc-act.c (objc_decl_method_attributes): New.
|
H A D | objc-act.cc | 149 static void objc_decl_method_attributes (tree*, tree, int); 2168 objc_decl_method_attributes (&decl, attributes, 0); in objc_add_method_declaration() 2201 objc_decl_method_attributes (&decl, attributes, 0); in objc_start_method_definition() 5010 objc_decl_method_attributes (tree *node, tree attributes, int flags) in objc_decl_method_attributes() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-act.c | 149 static void objc_decl_method_attributes (tree*, tree, int); 2105 objc_decl_method_attributes (&decl, attributes, 0); in objc_add_method_declaration() 2140 objc_decl_method_attributes (&decl, attributes, 0); in objc_start_method_definition() 4932 objc_decl_method_attributes (tree *node, tree attributes, int flags) in objc_decl_method_attributes() function
|