Searched refs:must_trunc (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | optabs.c | 4818 int must_trunc = 0; local 4833 icode = can_fix_p (imode, fmode, unsignedp, &must_trunc); 4835 icode = can_fix_p (imode, fmode, 0, &must_trunc), doing_unsigned = 0; 4845 if (must_trunc) 4874 &must_trunc))
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | optabs.c | 4699 int must_trunc = 0; in expand_fix() local 4713 icode = can_fix_p (imode, fmode, unsignedp, &must_trunc); in expand_fix() 4715 icode = can_fix_p (imode, fmode, 0, &must_trunc), doing_unsigned = 0; in expand_fix() 4722 if (must_trunc) in expand_fix() 4766 &must_trunc)) in expand_fix()
|