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

/openbsd-current/gnu/gcc/gcc/objc/
H A Dobjc-act.c5709 tree my_root_id = NULL_TREE, my_super_id = NULL_TREE;
5717 /* Compute "my_root_id" - this is required for code generation.
5720 my_root_id = my_super_id;
5723 tree my_root_int = lookup_interface (my_root_id);
5726 my_root_id = CLASS_SUPER_NAME (my_root_int);
5734 my_root_id = CLASS_NAME (implementation_template);
5749 root_expr = add_objc_string (my_root_id, class_names);
5700 tree my_root_id = NULL_TREE, my_super_id = NULL_TREE; local
/openbsd-current/gnu/usr.bin/gcc/gcc/objc/
H A Dobjc-act.c4410 tree my_root_id = NULL_TREE, my_super_id = NULL_TREE;
4418 /* Compute "my_root_id" - this is required for code generation.
4421 my_root_id = my_super_id;
4424 tree my_root_int = lookup_interface (my_root_id);
4427 my_root_id = CLASS_SUPER_NAME (my_root_int);
4435 my_root_id = CLASS_NAME (implementation_template);
4455 root_expr = add_objc_string (my_root_id, class_names);
4402 tree my_root_id = NULL_TREE, my_super_id = NULL_TREE; local

Completed in 200 milliseconds