Searched refs:object1 (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c295 find_alias_site (tree object1, bool is_ptr1 ATTRIBUTE_UNUSED,
304 if (TREE_CODE (object1) != SSA_NAME)
307 walk_use_def_chains (object1, find_alias_site_helper, &match, false);
603 maybe_find_missing_stmts (tree object1, bool is_ptr1,
609 if (object1 && object2)
612 *alias_site = find_alias_site (object1, is_ptr1, object2, is_ptr2);
615 *deref_site1 = reference_site (object1, is_ptr1);
779 tree object1, bool is_ptr1,
790 gcc_assert (object1);
793 if (contains_artificial_name_p (object1)
293 find_alias_site(tree object1, bool is_ptr1 ATTRIBUTE_UNUSED, tree object2, bool is_ptr2) argument
601 maybe_find_missing_stmts(tree object1, bool is_ptr1, tree object2, bool is_ptr2, tree *alias_site, tree *deref_site1, tree *deref_site2) argument
776 strict_aliasing_warn(tree alias_site, tree object1, bool is_ptr1, tree object2, bool is_ptr2, bool filter_artificials) argument
[all...]
/freebsd-9.3-release/sys/vm/
H A Dphys_pager.c64 vm_object_t object, object1; local
80 object1 = NULL;
87 object1 = vm_object_allocate(OBJT_PHYS, pindex);
99 object = object1;
100 object1 = NULL;
110 vm_object_deallocate(object1);
H A Ddevice_pager.c123 vm_object_t object, object1; local
146 object1 = NULL;
155 object1 = vm_object_allocate(tp, pindex);
156 object1->flags |= OBJ_COLORED;
157 object1->pg_color = color;
158 object1->handle = handle;
159 object1->un_pager.devp.ops = ops;
160 TAILQ_INIT(&object1->un_pager.devp.devp_pglist);
170 object = object1;
171 object1
[all...]

Completed in 60 milliseconds