Searched refs:op2_const (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-fold.c | 155 bool op0_const = true, op1_const = true, op2_const = true; in c_fully_fold_internal() local 581 op2 = c_fully_fold_internal (op2, in_init, &op2_const, &op2_const_self, in c_fully_fold_internal() 613 *maybe_const_operands &= op2_const; in c_fully_fold_internal()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-fold.cc | 155 bool op0_const = true, op1_const = true, op2_const = true; in c_fully_fold_internal() local 582 op2 = c_fully_fold_internal (op2, in_init, &op2_const, &op2_const_self, in c_fully_fold_internal() 614 *maybe_const_operands &= op2_const; in c_fully_fold_internal()
|