Home
last modified time | relevance | path

Searched refs:objc_object_reference (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.h342 #define objc_object_reference objc_global_trees[OCTI_OBJ_REF] macro
H A Dobjc-act.c1115 objc_object_reference = xref_tag (RECORD_TYPE, objc_object_id); in synth_module_prologue()
1117 id_type = build_pointer_type (objc_object_reference); in synth_module_prologue()
2933 decl_specs = build_tree_list (NULL_TREE, objc_object_reference); in build_tmp_function_decl()
2949 decl_specs = build_tree_list (NULL_TREE, objc_object_reference); in build_tmp_function_decl()
3616 decl_specs = build_tree_list (NULL_TREE, objc_object_reference); in build_super_template()
4567 return build_tree_list (build_tree_list (NULL_TREE, objc_object_reference),
4585 return build_tree_list (tree_cons (NULL_TREE, objc_object_reference,
5909 else if (objc_implementation_context && (basetype == objc_object_reference))
6416 decl_specs = tree_cons (NULL_TREE, objc_object_reference, decl_specs);
7015 decl_specs = build_tree_list (NULL_TREE, objc_object_reference);
[all …]
/openbsd-src/gnu/gcc/gcc/objc/
H A Dobjc-act.h438 #define objc_object_reference objc_global_trees[OCTI_OBJ_REF] macro
H A Dobjc-act.c1540 objc_object_reference = xref_tag (RECORD_TYPE, objc_object_id); in synth_module_prologue()
1543 objc_object_type = build_pointer_type (objc_object_reference); in synth_module_prologue()