1 /* Stub functions for Objective-C and Objective-C++ routines
2 that are called from within the C and C++ front-ends,
4 Copyright (C) 1991-2015 Free Software Foundation, Inc.
6 This file is part of GCC.
8 GCC is free software; you can redistribute it and/or modify it under
9 the terms of the GNU General Public License as published by the Free
10 Software Foundation; either version 3, or (at your option) any later
13 GCC is distributed in the hope that it will be useful, but WITHOUT ANY
14 WARRANTY; without even the implied warranty of MERCHANTABILITY or
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
18 You should have received a copy of the GNU General Public License
19 along with GCC; see the file COPYING3. If not see
20 <http://www.gnu.org/licenses/>. */
24 #include "coretypes.h"
31 #include "double-int.h"
39 objc_is_class_name (tree
ARG_UNUSED (arg
))
45 objc_is_id (tree
ARG_UNUSED (arg
))
51 objc_is_object_ptr (tree
ARG_UNUSED (arg
))
56 bool objc_diagnose_private_ivar (tree
ARG_UNUSED (arg
))
62 objc_lookup_ivar (tree other
, tree
ARG_UNUSED (arg
))
64 /* Just use whatever C/C++ found. */
69 objc_check_decl (tree
ARG_UNUSED (decl
))
74 objc_check_global_decl (tree
ARG_UNUSED (decl
))
79 objc_common_type (tree
ARG_UNUSED (type1
), tree
ARG_UNUSED (type2
))
85 objc_compare_types (tree
ARG_UNUSED (ltyp
), tree
ARG_UNUSED (rtyp
),
86 int ARG_UNUSED (argno
), tree
ARG_UNUSED (callee
))
92 objc_have_common_type (tree
ARG_UNUSED (ltyp
), tree
ARG_UNUSED (rtyp
),
93 int ARG_UNUSED (argno
), tree
ARG_UNUSED (callee
))
99 objc_volatilize_decl (tree
ARG_UNUSED (decl
))
104 objc_rewrite_function_call (tree function
, tree
ARG_UNUSED (first_param
))
110 objc_message_selector (void)
116 objc_declare_alias (tree
ARG_UNUSED (alias
), tree
ARG_UNUSED (orig
))
121 objc_declare_class (tree
ARG_UNUSED (identifier
))
126 objc_declare_protocol (tree
ARG_UNUSED (name
), tree
ARG_UNUSED (attributes
))
131 objc_start_protocol (tree
ARG_UNUSED (proto
),
132 tree
ARG_UNUSED (protorefs
),
133 tree
ARG_UNUSED (attribs
))
138 objc_set_method_opt (bool ARG_UNUSED (optional
))
143 objc_start_class_interface (tree
ARG_UNUSED (name
),
144 tree
ARG_UNUSED (super
),
145 tree
ARG_UNUSED (protos
),
146 tree
ARG_UNUSED (attribs
))
151 objc_start_category_interface (tree
ARG_UNUSED (name
),
152 tree
ARG_UNUSED (categ
),
153 tree
ARG_UNUSED (protos
),
154 tree
ARG_UNUSED (attribs
))
159 objc_continue_interface (void)
164 objc_finish_interface (void)
169 objc_add_instance_variable (tree
ARG_UNUSED (decl
))
174 objc_set_visibility (objc_ivar_visibility_kind
ARG_UNUSED (vis
))
179 objc_start_class_implementation (tree
ARG_UNUSED (name
),
180 tree
ARG_UNUSED (super
))
185 objc_start_category_implementation (tree
ARG_UNUSED (name
),
186 tree
ARG_UNUSED (categ
))
191 objc_continue_implementation (void)
196 objc_clear_super_receiver (void)
201 objc_finish_implementation (void)
206 objc_add_method_declaration (bool ARG_UNUSED (is_class_method
),
207 tree
ARG_UNUSED (signature
),
208 tree
ARG_UNUSED (attributes
))
213 objc_start_method_definition (bool ARG_UNUSED (is_class_method
),
214 tree
ARG_UNUSED (signature
),
215 tree
ARG_UNUSED (attributes
),
216 tree
ARG_UNUSED (expr
))
222 objc_finish_method_definition (tree
ARG_UNUSED (fndecl
))
227 objc_method_decl (enum tree_code
ARG_UNUSED(opcode
))
233 objc_build_keyword_decl (tree
ARG_UNUSED (selector
),
234 tree
ARG_UNUSED (type
),
235 tree
ARG_UNUSED (identifier
),
236 tree
ARG_UNUSED (attributes
))
242 objc_build_method_signature (bool ARG_UNUSED (is_class_method
),
243 tree
ARG_UNUSED (rettype
),
244 tree
ARG_UNUSED (selectors
),
245 tree
ARG_UNUSED (optparms
),
246 bool ARG_UNUSED (ellipsis
))
252 objc_build_encode_expr (tree
ARG_UNUSED (expr
))
258 objc_build_protocol_expr (tree
ARG_UNUSED (expr
))
264 objc_build_selector_expr (location_t
ARG_UNUSED (loc
), tree
ARG_UNUSED (expr
))
270 objc_build_message_expr (tree
ARG_UNUSED (receiver
), tree
ARG_UNUSED (args
))
276 objc_build_string_object (tree
ARG_UNUSED (str
))
282 objc_get_class_reference (tree
ARG_UNUSED (name
))
288 objc_detect_field_duplicates (bool ARG_UNUSED (check_superclasses_only
))
294 objc_get_protocol_qualified_type (tree
ARG_UNUSED (name
),
295 tree
ARG_UNUSED (protos
))
301 objc_static_init_needed_p (void)
307 objc_generate_static_init_call (tree
ARG_UNUSED (ctors
))
313 objc_is_public (tree
ARG_UNUSED (expr
), tree
ARG_UNUSED (identifier
))
319 objc_get_class_ivars (tree
ARG_UNUSED (name
))
325 objc_add_property_declaration (location_t
ARG_UNUSED (location
),
326 tree
ARG_UNUSED (decl
),
327 bool ARG_UNUSED (parsed_property_readonly
),
328 bool ARG_UNUSED (parsed_property_readwrite
),
329 bool ARG_UNUSED (parsed_property_assign
),
330 bool ARG_UNUSED (parsed_property_retain
),
331 bool ARG_UNUSED (parsed_property_copy
),
332 bool ARG_UNUSED (parsed_property_nonatomic
),
333 tree
ARG_UNUSED (parsed_property_getter_ident
),
334 tree
ARG_UNUSED (parsed_property_setter_ident
))
339 objc_is_property_ref (tree
ARG_UNUSED (node
))
345 objc_maybe_build_component_ref (tree
ARG_UNUSED (datum
), tree
ARG_UNUSED (component
))
351 objc_build_class_component_ref (tree
ARG_UNUSED (datum
), tree
ARG_UNUSED (component
))
357 objc_maybe_build_modify_expr (tree
ARG_UNUSED (lhs
), tree
ARG_UNUSED (rhs
))
363 objc_build_incr_expr_for_property_ref (location_t
ARG_UNUSED (location
),
364 enum tree_code
ARG_UNUSED (code
),
365 tree
ARG_UNUSED (argument
),
366 tree
ARG_UNUSED (increment
))
372 objc_add_synthesize_declaration (location_t
ARG_UNUSED (start_locus
),
373 tree
ARG_UNUSED (property_and_ivar_list
))
378 objc_add_dynamic_declaration (location_t
ARG_UNUSED (start_locus
),
379 tree
ARG_UNUSED (property_list
))
384 objc_maybe_printable_name (tree
ARG_UNUSED (decl
),
391 objc_build_throw_stmt (location_t
ARG_UNUSED (loc
), tree
ARG_UNUSED (expr
))
397 objc_build_synchronized (location_t
ARG_UNUSED (start_locus
),
398 tree
ARG_UNUSED (mutex
), tree
ARG_UNUSED (body
))
404 objc_begin_try_stmt (location_t
ARG_UNUSED (try_locus
), tree
ARG_UNUSED (body
))
409 objc_begin_catch_clause (tree
ARG_UNUSED (decl
))
414 objc_finish_catch_clause (void)
419 objc_build_finally_clause (location_t
ARG_UNUSED (finally_locus
),
420 tree
ARG_UNUSED (body
))
425 objc_finish_try_stmt (void)
431 objc_generate_write_barrier (tree
ARG_UNUSED (lhs
),
432 enum tree_code
ARG_UNUSED (modifycode
),
433 tree
ARG_UNUSED (rhs
))
439 objc_finish_foreach_loop (location_t
ARG_UNUSED (location
), tree
ARG_UNUSED (object_expression
),
440 tree
ARG_UNUSED (collection_expression
), tree
ARG_UNUSED (for_body
),
441 tree
ARG_UNUSED (break_label
), tree
ARG_UNUSED (continue_label
))
447 objc_write_global_declarations (void)
452 objc_string_ref_type_p (tree
ARG_UNUSED (strp
))
458 objc_check_format_arg (tree
ARG_UNUSED (format_arg
),
459 tree
ARG_UNUSED (args_list
))
464 objc_finish_function (void)
469 objc_maybe_warn_exceptions (location_t
ARG_UNUSED (loc
))