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

/freebsd-10.1-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-10.1-release/sys/vm/
H A Dphys_pager.c66 vm_object_t object, object1; local
82 object1 = NULL;
89 object1 = vm_object_allocate(OBJT_PHYS, pindex);
101 object = object1;
102 object1 = NULL;
112 vm_object_deallocate(object1);
H A Ddevice_pager.c125 vm_object_t object, object1; local
148 object1 = NULL;
157 object1 = vm_object_allocate(tp, pindex);
158 object1->flags |= OBJ_COLORED;
159 object1->pg_color = color;
160 object1->handle = handle;
161 object1->un_pager.devp.ops = ops;
162 object1->un_pager.devp.dev = handle;
163 TAILQ_INIT(&object1->un_pager.devp.devp_pglist);
173 object = object1;
[all...]

Completed in 107 milliseconds