Searched refs:minoff (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.cc1064 HOST_WIDE_INT minoff;
1067 minoff = aref.offrng[0].to_shwi ();
1069 minoff = aref.offrng[0] < 0 ? diff_min : diff_max;
1077 maxoff = minoff;
1098 if (minoff == 0
1101 else if (minoff == maxoff)
1102 sprintf (offstr, "%lli", (long long) minoff);
1104 sprintf (offstr, "[%lli, %lli]", (long long) minoff, (long long) maxoff);
H A Dgimple-ssa-warn-restrict.cc408 const offset_int minoff = -maxoff - 1; local
410 offrange[0] += minoff;
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dlayout.h112 allocate(off_t len, uint64_t align, off_t minoff);
612 allocate(off_t len, uint64_t align, off_t minoff) argument
613 { return this->free_list_.allocate(len, align, minoff); }
H A Dlayout.cc159 Free_list::allocate(off_t len, uint64_t align, off_t minoff)
164 static_cast<long>(minoff));
166 return align_address(minoff, align);
178 off_t start = p->start_ > minoff ? p->start_ : minoff;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dlayout.h112 allocate(off_t len, uint64_t align, off_t minoff);
607 allocate(off_t len, uint64_t align, off_t minoff) argument
608 { return this->free_list_.allocate(len, align, minoff); }
H A Dlayout.cc159 Free_list::allocate(off_t len, uint64_t align, off_t minoff)
164 static_cast<long>(minoff));
166 return align_address(minoff, align);
178 off_t start = p->start_ > minoff ? p->start_ : minoff;
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Dlayout.h112 allocate(off_t len, uint64_t align, off_t minoff);
612 allocate(off_t len, uint64_t align, off_t minoff) argument
613 { return this->free_list_.allocate(len, align, minoff); }
H A Dlayout.cc159 Free_list::allocate(off_t len, uint64_t align, off_t minoff)
164 static_cast<long>(minoff));
166 return align_address(minoff, align);
178 off_t start = p->start_ > minoff ? p->start_ : minoff;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c388 const offset_int minoff = -maxoff - 1; local
390 offrange[0] += minoff;

Completed in 296 milliseconds