Home
last modified time | relevance | path

Searched refs:decl_constant_value (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c632 e = decl_constant_value (e);
957 expr = decl_constant_value (expr);
H A Dtypeck.c1606 exp = decl_constant_value (exp);
4649 TREE_VALUE (list) = decl_constant_value (TREE_VALUE (list));
4939 expr = decl_constant_value (expr);
4949 expr = decl_constant_value (expr);
4956 expr = decl_constant_value (expr);
5164 value = decl_constant_value (value);
H A Dpt.c3082 expr = decl_constant_value (expr);
6699 max = decl_constant_value (max);
9392 if (arg != decl_constant_value (parm))
H A Dinit.c1850 decl_constant_value (decl) in decl_constant_value() function
H A Ddecl2.c1002 init = decl_constant_value (init);
H A Ddecl.c10202 size = decl_constant_value (size);
14160 value = decl_constant_value (value);
H A Dcall.c4199 expr = decl_constant_value (expr); in convert_like_real()
/openbsd-src/gnu/gcc/gcc/
H A Dc-common.h773 extern tree decl_constant_value (tree);
H A Dc-format.c1411 && (array_init = decl_constant_value (format_tree)) != format_tree in check_format_arg()
H A Dc-typeck.c1441 decl_constant_value (tree decl) in decl_constant_value() function
1478 ret = decl_constant_value (decl); in decl_constant_value_for_broken_optimization()
H A Dc-common.c1519 value = decl_constant_value (value); in check_case_value()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlang.c858 decl_constant_value (decl) in decl_constant_value() function
H A Djava-tree.h1300 extern tree decl_constant_value PARAMS ((tree));
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-common.h1205 extern tree decl_constant_value PARAMS ((tree));
H A Dtree-inline.c652 value = fold (DECL_P (value) ? decl_constant_value (value) : value);
H A Dc-format.c1518 && (array_init = decl_constant_value (format_tree)) != format_tree
H A Dc-typeck.c770 decl_constant_value (decl) in decl_constant_value() function
805 return decl_constant_value (decl);
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-2004187 decl_constant_value.
191 (convert): Remove unnecessary decl_constant_value call.
193 not decl_constant_value.
196 * init.c (decl_constant_value): Simplify.
200 (tsubst): Use integral_constant_value, not decl_constant_value.
203 (build_compound_expr): Remove unnecessary decl_constant_value
207 decl_constant_value.
2869 build_offset_ref, decl_constant_value, build_new, build_new_1,
4940 * pt.c (tsubst_copy): Use decl_constant_value on enumeration
5433 * init.c (decl_constant_value): Don't look at DECL_INITIAL
[all …]
H A Dinit.c1528 decl_constant_value (tree decl) in decl_constant_value() function
H A DChangeLog-19993595 decl_constant_value to simplify array bounds.
4223 * pt.c (convert_nontype_argument): Don't call decl_constant_value
4269 * decl.c (grokdeclarator): Pull out decl_constant_value in
6291 * tree.c (mapcar): Don't call decl_constant_value unless we know
H A DChangeLog-20031796 * init.c (decl_constant_value): Deal with COND_EXPR specially.
1800 * call.c (build_conditional_expr): Use decl_constant_value to
6834 * call.c (convert_like_real): Call decl_constant_value for an
H A DChangeLog4297 * call.c (convert_like_real): Use decl_constant_value, not
4301 (decl_constant_value): Likewise.
4302 * typeck.c (decay_conversion): Use decl_constant_value, not
H A DChangeLog-20001141 (decl_constant_value): Likewise.
4219 * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
4221 before calling decl_constant_value.
H A Dcall.c4357 expr = decl_constant_value (expr); in convert_like_real()
H A Dtypeck.c1495 exp = decl_constant_value (exp); in decay_conversion()

12