Searched refs:my_root_id (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c1633 tree my_root_id, my_super_id; local
1655 /* Compute "my_root_id" - this is required for code generation.
1658 my_root_id = my_super_id;
1661 tree my_root_int = lookup_interface (my_root_id);
1664 my_root_id = CLASS_SUPER_NAME (my_root_int);
1672 my_root_id = CLASS_NAME (impent->imp_template);
1686 root_expr = add_objc_string (my_root_id, class_names);
H A Dobjc-next-runtime-abi-01.c2014 tree my_root_id, my_super_id; local
2043 /* Compute "my_root_id" - this is required for code generation.
2046 my_root_id = my_super_id;
2049 tree my_root_int = lookup_interface (my_root_id);
2052 my_root_id = CLASS_SUPER_NAME (my_root_int);
2062 my_root_id = CLASS_NAME (impent->imp_template);
2070 root_expr = add_objc_string (my_root_id, class_names);
H A Dobjc-next-runtime-abi-02.c3127 tree my_root_id = my_super_id; local
3131 my_root_int = lookup_interface (my_root_id);
3134 my_root_id = CLASS_SUPER_NAME (my_root_int);
/haiku-buildtools/legacy/gcc/gcc/objc/
H A Dobjc-act.c4478 tree my_root_id = NULL_TREE, my_super_id = NULL_TREE;
4486 /* Compute "my_root_id" - this is required for code generation.
4489 my_root_id = my_super_id;
4492 tree my_root_int = lookup_interface (my_root_id);
4495 my_root_id = CLASS_SUPER_NAME (my_root_int);
4503 my_root_id = CLASS_NAME (implementation_template);
4523 root_expr = add_objc_string (my_root_id, class_names);
4470 tree my_root_id = NULL_TREE, my_super_id = NULL_TREE; local

Completed in 126 milliseconds