Lines Matching refs:tree
30 tree
31 objc_is_class_name (tree ARG_UNUSED (arg)) in objc_is_class_name()
36 tree
37 objc_is_id (tree ARG_UNUSED (arg)) in objc_is_id()
42 tree
43 objc_is_object_ptr (tree ARG_UNUSED (arg)) in objc_is_object_ptr()
49 bool objc_diagnose_private_ivar (tree ARG_UNUSED (arg)) in objc_diagnose_private_ivar()
55 tree
56 objc_lookup_ivar (tree other, tree ARG_UNUSED (arg)) in objc_lookup_ivar()
63 objc_check_decl (tree ARG_UNUSED (decl)) in objc_check_decl()
69 objc_check_global_decl (tree ARG_UNUSED (decl)) in objc_check_global_decl()
75 tree
76 objc_non_volatilized_type (tree type) in objc_non_volatilized_type()
84 objc_volatilize_component_ref (tree ARG_UNUSED (cref), tree ARG_UNUSED (type)) in objc_volatilize_component_ref()
90 objc_is_reserved_word (tree ARG_UNUSED (ident)) in objc_is_reserved_word()
96 tree
97 objc_common_type (tree ARG_UNUSED (type1), tree ARG_UNUSED (type2)) in objc_common_type()
104 objc_compare_types (tree ARG_UNUSED (ltyp), tree ARG_UNUSED (rtyp), in objc_compare_types()
106 int ARG_UNUSED (argno), tree ARG_UNUSED (callee), in objc_compare_types()
115 objc_have_common_type (tree ARG_UNUSED (ltyp), tree ARG_UNUSED (rtyp), in objc_have_common_type()
116 int ARG_UNUSED (argno), tree ARG_UNUSED (callee), in objc_have_common_type()
124 objc_volatilize_decl (tree ARG_UNUSED (decl)) in objc_volatilize_decl()
129 objc_type_quals_match (tree ARG_UNUSED (ltyp), tree ARG_UNUSED (rtyp)) in objc_type_quals_match()
134 tree
135 objc_rewrite_function_call (tree function, tree ARG_UNUSED (params)) in objc_rewrite_function_call()
140 tree
147 objc_declare_alias (tree ARG_UNUSED (alias), tree ARG_UNUSED (orig)) in objc_declare_alias()
152 objc_declare_class (tree ARG_UNUSED (list)) in objc_declare_class()
158 objc_declare_protocols (tree ARG_UNUSED (list), tree ARG_UNUSED (attributes)) in objc_declare_protocols()
163 objc_start_protocol (tree ARG_UNUSED (proto), in objc_start_protocol()
164 tree ARG_UNUSED (protorefs), in objc_start_protocol()
165 tree ARG_UNUSED (attributes)) in objc_start_protocol()
171 objc_start_class_interface (tree ARG_UNUSED (name), in objc_start_class_interface()
172 tree ARG_UNUSED (super), in objc_start_class_interface()
174 tree ARG_UNUSED (protos), in objc_start_class_interface()
175 tree ARG_UNUSED (attributes)) in objc_start_class_interface()
181 objc_start_category_interface (tree ARG_UNUSED (name), in objc_start_category_interface()
182 tree ARG_UNUSED (categ), in objc_start_category_interface()
183 tree ARG_UNUSED (protos)) in objc_start_category_interface()
198 objc_add_instance_variable (tree ARG_UNUSED (decl)) in objc_add_instance_variable()
213 objc_start_class_implementation (tree ARG_UNUSED (name), in objc_start_class_implementation()
214 tree ARG_UNUSED (super)) in objc_start_class_implementation()
219 objc_start_category_implementation (tree ARG_UNUSED (name), in objc_start_category_implementation()
220 tree ARG_UNUSED (categ)) in objc_start_category_implementation()
241 objc_add_method_declaration (tree ARG_UNUSED (signature), in objc_add_method_declaration()
242 tree ARG_UNUSED (attribute)) in objc_add_method_declaration()
249 objc_start_method_definition (tree ARG_UNUSED (signature), in objc_start_method_definition()
250 tree ARG_UNUSED (attribute)) in objc_start_method_definition()
256 objc_finish_method_definition (tree ARG_UNUSED (fndecl)) in objc_finish_method_definition()
260 tree
261 objc_build_keyword_decl (tree ARG_UNUSED (selector), in objc_build_keyword_decl()
262 tree ARG_UNUSED (typename), in objc_build_keyword_decl()
264 tree ARG_UNUSED (identifier), in objc_build_keyword_decl()
265 tree ARG_UNUSED (attribute)) in objc_build_keyword_decl()
271 tree
272 objc_build_method_signature (tree ARG_UNUSED (rettype), in objc_build_method_signature()
273 tree ARG_UNUSED (selectors), in objc_build_method_signature()
274 tree ARG_UNUSED (optparms), in objc_build_method_signature()
280 tree
281 objc_build_encode_expr (tree ARG_UNUSED (expr)) in objc_build_encode_expr()
286 tree
287 objc_build_protocol_expr (tree ARG_UNUSED (expr)) in objc_build_protocol_expr()
292 tree
293 objc_build_selector_expr (tree ARG_UNUSED (expr)) in objc_build_selector_expr()
298 tree
299 objc_build_message_expr (tree ARG_UNUSED (expr)) in objc_build_message_expr()
304 tree
305 objc_build_string_object (tree ARG_UNUSED (str)) in objc_build_string_object()
310 tree
311 objc_get_class_reference (tree ARG_UNUSED (name)) in objc_get_class_reference()
317 tree
318 objc_get_interface_ivars (tree ARG_UNUSED (fieldlist)) in objc_get_interface_ivars()
323 objc_detect_field_duplicates (tree ARG_UNUSED (fieldlist)) in objc_detect_field_duplicates()
328 tree
329 objc_get_protocol_qualified_type (tree ARG_UNUSED (name), in objc_get_protocol_qualified_type()
330 tree ARG_UNUSED (protos)) in objc_get_protocol_qualified_type()
341 tree
342 objc_generate_static_init_call (tree ARG_UNUSED (ctors)) in objc_generate_static_init_call()
348 objc_is_public (tree ARG_UNUSED (expr), tree ARG_UNUSED (identifier)) in objc_is_public()
359 tree
360 objc_build_component_ref (tree ARG_UNUSED (datum), tree ARG_UNUSED (component)) in objc_build_component_ref()
365 tree
366 objc_build_foreach_components (tree ARG_UNUSED (receiver), in objc_build_foreach_components()
367 tree *ARG_UNUSED (enumState_decl), in objc_build_foreach_components()
368 tree *ARG_UNUSED (items_decl), in objc_build_foreach_components()
369 tree *ARG_UNUSED (limit_decl), in objc_build_foreach_components()
370 tree *ARG_UNUSED (startMutations_decl), in objc_build_foreach_components()
371 tree *ARG_UNUSED (counter_decl), in objc_build_foreach_components()
372 tree *ARG_UNUSED (countByEnumeratingWithState)) in objc_build_foreach_components()
380 objc_set_property_attr (int ARG_UNUSED (code), tree ARG_UNUSED (identifier)) in objc_set_property_attr()
384 objc_add_property_variable (tree ARG_UNUSED (prop)) in objc_add_property_variable()
389 tree
390 objc_build_setter_call (tree ARG_UNUSED (lhs), tree ARG_UNUSED (rhs)) in objc_build_setter_call()
396 tree
397 objc_get_class_ivars (tree ARG_UNUSED (name)) in objc_get_class_ivars()
402 tree
403 objc_build_throw_stmt (tree ARG_UNUSED (expr)) in objc_build_throw_stmt()
408 tree
410 tree ARG_UNUSED (mutex), tree ARG_UNUSED (body)) in objc_build_synchronized()
416 objc_begin_try_stmt (location_t ARG_UNUSED (try_locus), tree ARG_UNUSED (body)) in objc_begin_try_stmt()
421 objc_begin_catch_clause (tree ARG_UNUSED (decl)) in objc_begin_catch_clause()
432 tree ARG_UNUSED (body)) in objc_build_finally_clause()
436 tree
442 tree
443 objc_generate_write_barrier (tree ARG_UNUSED (lhs), in objc_generate_write_barrier()
445 tree ARG_UNUSED (rhs)) in objc_generate_write_barrier()
450 void objc_weak_reference_expr (tree* ARG_UNUSED (expr)) in objc_weak_reference_expr()
454 tree
455 objc_build_weak_reference_tree (tree expr) in objc_build_weak_reference_tree()
463 diagnose_selector_cast (tree ARG_UNUSED (cast_type), tree ARG_UNUSED (sel_exp)) in diagnose_selector_cast()
469 tree
470 objc_v2_component_ref_field_offset (tree ARG_UNUSED (exp)) in objc_v2_component_ref_field_offset()
475 tree
476 objc_v2_bitfield_ivar_bitpos (tree ARG_UNUSED (exp)) in objc_v2_bitfield_ivar_bitpos()
483 objc_type_valid_for_messaging (tree ARG_UNUSED (exp)) in objc_type_valid_for_messaging()
498 objc_finish_foreach_loop (location_t ARG_UNUSED (location), tree ARG_UNUSED (cond), in objc_finish_foreach_loop()
499 tree ARG_UNUSED (for_body), tree ARG_UNUSED (blab), in objc_finish_foreach_loop()
500 tree ARG_UNUSED (clab)) in objc_finish_foreach_loop()
507 objc_is_gcable_type (tree ARG_UNUSED (type)) in objc_is_gcable_type()
514 objc_checkon_weak_attribute (tree ARG_UNUSED (decl)) in objc_checkon_weak_attribute()
520 tree
522 tree ARG_UNUSED (lhs), in objc_build_incr_decr_setter_call()
523 tree ARG_UNUSED (inc)) in objc_build_incr_decr_setter_call()
530 tree ARG_UNUSED (tree_list)) in objc_declare_property_impl()
534 tree
535 objc_build_property_reference_expr (tree ARG_UNUSED (datum), in objc_build_property_reference_expr()
536 tree ARG_UNUSED (component)) in objc_build_property_reference_expr()
541 objc_property_reference_expr (tree ARG_UNUSED (exp)) in objc_property_reference_expr()
549 objc_check_format_nsstring (tree ARG_UNUSED (argument), in objc_check_format_nsstring()
564 objc_check_nsstring_pointer_type (tree ARG_UNUSED (type)) in objc_check_nsstring_pointer_type()
572 bool block_requires_copying (tree exp) in block_requires_copying()
575 tree type = TREE_TYPE (exp); in block_requires_copying()
584 tree objc_build_property_getter_func_call (tree object) in objc_build_property_getter_func_call()