Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c147 bool *maybe_const_itself, bool for_int_const, bool lval) in c_fully_fold_internal() argument
264 maybe_const_itself, for_int_const, lval); in c_fully_fold_internal()
283 maybe_const_itself, for_int_const, lval); in c_fully_fold_internal()
286 maybe_const_itself, for_int_const, false); in c_fully_fold_internal()
355 maybe_const_itself, for_int_const, in c_fully_fold_internal()
362 maybe_const_itself, for_int_const, false); in c_fully_fold_internal()
365 if (for_int_const && (TREE_CODE (op0) != INTEGER_CST in c_fully_fold_internal()
473 maybe_const_itself, for_int_const, in c_fully_fold_internal()
477 if (for_int_const && TREE_CODE (op0) != INTEGER_CST) in c_fully_fold_internal()
525 for_int_const, false); in c_fully_fold_internal()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc147 bool *maybe_const_itself, bool for_int_const, bool lval) in c_fully_fold_internal() argument
264 maybe_const_itself, for_int_const, lval); in c_fully_fold_internal()
283 maybe_const_itself, for_int_const, lval); in c_fully_fold_internal()
286 maybe_const_itself, for_int_const, false); in c_fully_fold_internal()
355 maybe_const_itself, for_int_const, in c_fully_fold_internal()
362 maybe_const_itself, for_int_const, false); in c_fully_fold_internal()
365 if (for_int_const && (TREE_CODE (op0) != INTEGER_CST in c_fully_fold_internal()
474 maybe_const_itself, for_int_const, in c_fully_fold_internal()
478 if (for_int_const && TREE_CODE (op0) != INTEGER_CST) in c_fully_fold_internal()
526 for_int_const, false); in c_fully_fold_internal()
[all …]