Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 25 of 200) sorted by last modified time

12345678

/netbsd/external/gpl3/gcc/dist/libquadmath/
H A Dconfigure.ac66 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A Dconfigure.ac133 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1850 static label_text borrow (const char *buffer) in borrow() function
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc1533 return label_text::borrow (bidi::to_str (ctxt.m_kind)); in get_text()
1536 return label_text::borrow (_("end of bidirectional context")); in get_text()
H A DChangeLog1205 (label_text::borrow): New.
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dwide-int.cc1570 unsigned HOST_WIDE_INT borrow = 0; in sub_large() local
1585 x = o0 - o1 - borrow; in sub_large()
1587 old_borrow = borrow; in sub_large()
1588 borrow = borrow == 0 ? o0 < o1 : o0 <= o1; in sub_large()
1593 val[len] = mask0 - mask1 - borrow; in sub_large()
1596 *overflow = (sgn == UNSIGNED && borrow) ? OVF_UNDERFLOW : OVF_NONE; in sub_large()
H A Dreal.cc5328 bool borrow = sub_significands (r, r, &u, 0); in real_nextafter() local
5329 gcc_assert (borrow); in real_nextafter()
H A Dgcc-rich-location.cc199 return label_text::borrow (NULL); in get_text()
H A Dgcc-rich-location.h118 return label_text::borrow (m_text); in get_text()
H A Ddiagnostic-path.h114 return label_text::borrow (m_desc); in get_desc()
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.texi21 @c They borrow heavily from Texinfo's \unnchapentry definitions.
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dux.texi11 To borrow a slogan from
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Derror.cc4663 return label_text::borrow (NULL); in get_text()
4678 return label_text::borrow (result); in get_text()
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvx-builtins.md1151 ; Vector subtract compute borrow indication
1163 ; Vector subtract with borrow indication
1176 ; Vector subtract with borrow compute and borrow indication
H A Ds390-modes.def158 if (a - b > a) -> CCL2 state of the borrow bit (CC0 | CC1)
167 A logical subtract instruction sets the borrow bit in case of an overflow.
/netbsd/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.md1173 ;; Subtract with borrow.
1175 ;; if the C bit is not set, and on output the bit is set to 0 for borrow
1176 ;; and 1 for no borrow.
/netbsd/external/gpl3/gcc/dist/gcc/config/arm/
H A Dpredicates.md530 ;; Match a "borrow" operation for use with SBC. The precise code will
532 ;; a carry operation, since the logic of SBC uses "not borrow" in it's
H A Darm-modes.def43 (eg after an unsigned borrow with carry-in propagation).
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dpredicates.md381 ; borrow is essentially the inverse of carry since the sense of the C flag
H A Daarch64-modes.def26 borrow needed from a higher word. That means that overflow from
/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-objc-common.cc334 return label_text::borrow (NULL); in get_text()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm-file.cc125 return label_text::borrow ("opened here"); in describe_state_change()
231 return label_text::borrow ("opened here"); in describe_state_change()
H A Dsm-malloc.cc703 return label_text::borrow ("allocated here"); in describe_state_change()
908 return label_text::borrow ("this call could return NULL"); in describe_state_change()
981 return label_text::borrow ("'this'"); in describe_argument_index()
1216 return label_text::borrow ("freed here"); in describe_state_change()
1218 return label_text::borrow ("deleted here"); in describe_state_change()
1220 return label_text::borrow ("deallocated here"); in describe_state_change()
1307 return label_text::borrow ("allocated here"); in describe_state_change()
1392 return label_text::borrow ("pointer is from here"); in describe_state_change()
H A Dchecker-path.cc164 return label_text::borrow (m_desc); in get_desc()
176 return label_text::borrow (m_desc); in get_desc()
224 return label_text::borrow ("region created here"); in get_desc()
226 return label_text::borrow ("region created on stack here"); in get_desc()
228 return label_text::borrow ("region created on heap here"); in get_desc()
487 return label_text::borrow (""); in get_desc()
560 return label_text::borrow (NULL); in maybe_describe_condition()
589 return label_text::borrow ("when the strings are equal"); in maybe_describe_condition()
597 return label_text::borrow (NULL); in maybe_describe_condition()
599 return label_text::borrow (NULL); in maybe_describe_condition()
[all …]
H A Dchecker-path.h343 return label_text::borrow ("...to here"); in get_desc()
411 return label_text::borrow ("...to here"); in get_desc()

12345678