Searched refs:aref (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/binutils/bfd/
H A Dconfigure17563 prstatus_t avar; void* aref = (void*) &avar.pr_who
17628 prstatus32_t avar; void* aref = (void*) &avar.pr_who
18278 lwpstatus_t avar; void* aref = (void*) &avar.pr_context
18343 lwpstatus_t avar; void* aref = (void*) &avar.pr_reg
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c584 tree aref;
608 aref = build_array_ref (vtbl, idx);
609 TREE_CONSTANT (aref) |= TREE_CONSTANT (vtbl) && TREE_CONSTANT (idx);
610 TREE_INVARIANT (aref) = TREE_CONSTANT (aref);
612 return aref;
618 tree aref = build_vtbl_ref_1 (instance, idx);
620 return aref;
629 tree aref;
631 aref
583 tree aref; local
617 tree aref = build_vtbl_ref_1 (instance, idx); local
628 tree aref; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c890 struct mem_ref_loc *aref = XNEW (struct mem_ref_loc); local
892 aref->stmt = stmt;
893 aref->ref = ref;
895 aref->next = *mem_refs;
896 *mem_refs = aref;
1047 struct mem_ref_loc *aref; local
1068 for (aref = mem_refs; aref; aref = aref
1102 struct mem_ref_loc *aref; local
[all...]
H A Dtree-ssa-loop-ivopts.c5519 tree aref = NULL_TREE, tag, sv; local
5524 aref = get_ref_base_and_extent (sv, &offset, &size, &maxsize);
5529 if (aref && SSA_VAR_P (aref) && get_subvars_for_var (aref))
H A Dtree-ssa-loop-prefetch.c266 struct mem_ref **aref; local
269 for (aref = &group->refs; *aref; aref = &(*aref)->next)
275 && !(*aref)->write_p)
279 && (*aref)->write_p)
282 if ((*aref)->delta == delta)
286 (*aref) = xcalloc (1, sizeof (struct mem_ref));
287 (*aref)
[all...]

Completed in 236 milliseconds