Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c156 bool op0_const_self = true, op1_const_self = true, op2_const_self = 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()
617 *maybe_const_itself &= op2_const_self; in c_fully_fold_internal()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc156 bool op0_const_self = true, op1_const_self = true, op2_const_self = 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()
618 *maybe_const_itself &= op2_const_self; in c_fully_fold_internal()