Home
last modified time | relevance | path

Searched refs:newconst (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c3681 tree newconst = fold_convert (TREE_TYPE (innerop), op1); in simplify_cond_using_ranges_2() local
3683 gimple_cond_set_rhs (stmt, newconst); in simplify_cond_using_ranges_2()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvr-values.cc3700 tree newconst = fold_convert (TREE_TYPE (innerop), op1); in simplify_casted_cond() local
3702 gimple_cond_set_rhs (stmt, newconst); in simplify_casted_cond()
H A DChangeLog-200436861 * fold-const.c (fold) <EQ_EXPR>: Properly compute newconst in
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c28410 tree newconst in rewrite_template_parm() local
28414 TREE_CONSTANT (newconst) = TREE_CONSTANT (newdecl) in rewrite_template_parm()
28415 = TREE_READONLY (newconst) = TREE_READONLY (newdecl) = true; in rewrite_template_parm()
28416 SET_DECL_TEMPLATE_PARM_P (newconst); in rewrite_template_parm()
28418 newconst, newtype); in rewrite_template_parm()
28421 DECL_INITIAL (newdecl) = DECL_INITIAL (newconst) = newidx; in rewrite_template_parm()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc29390 tree newconst in rewrite_template_parm() local
29394 TREE_CONSTANT (newconst) = TREE_CONSTANT (newdecl) in rewrite_template_parm()
29395 = TREE_READONLY (newconst) = TREE_READONLY (newdecl) = true; in rewrite_template_parm()
29396 SET_DECL_TEMPLATE_PARM_P (newconst); in rewrite_template_parm()
29398 newconst, newtype); in rewrite_template_parm()
29401 DECL_INITIAL (newdecl) = DECL_INITIAL (newconst) = newidx; in rewrite_template_parm()