Home
last modified time | relevance | path

Searched refs:try_int (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/
Dexpr.c3015 bool try_int; in emit_move_complex() local
3027 try_int = false; in emit_move_complex()
3030 try_int = false; in emit_move_complex()
3033 try_int = true; in emit_move_complex()
3041 try_int = true; in emit_move_complex()
3043 try_int = false; in emit_move_complex()
3045 if (try_int) in emit_move_complex()
DChangeLog-200529300 * expr.c (emit_move_complex): Set try_int false if mode is
29302 emit_block_move if try_int is true.