Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dc-common.h784 extern tree decl_constant_value (tree);
Dc-format.c1381 && (array_init = decl_constant_value (format_tree)) != format_tree in check_format_arg()
Dc-typeck.c1470 decl_constant_value (tree decl) in decl_constant_value() function
1507 ret = decl_constant_value (decl); in decl_constant_value_for_broken_optimization()
Dc-common.c1598 value = decl_constant_value (value); in check_case_value()
DChangeLog-20005746 * c-typeck.c (decl_constant_value): Don't check pedantic or check
5752 decl_constant_value.
9022 (decl_constant_value): Declare.
9039 * c-typeck.c (decl_constant_value): Give it external linkage.
10518 * gcc/c-typeck.c (decl_constant_value): Don't check ITERATOR_P.
DFSFChangeLog.1110052 * c-typeck.c (decl_constant_value): Delete test for ! TREE_PUBLIC.
DChangeLog-200436620 * c-typeck.c (decl_constant_value): Don't access DECL_INITIAL of a
/freebsd-10-stable/contrib/gcc/cp/
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 …]
Dinit.c1528 decl_constant_value (tree decl) in decl_constant_value() function
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
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
DChangeLog-20001141 (decl_constant_value): Likewise.
4219 * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
4221 before calling decl_constant_value.
DChangeLog4366 * call.c (convert_like_real): Use decl_constant_value, not
4370 (decl_constant_value): Likewise.
4371 * typeck.c (decay_conversion): Use decl_constant_value, not
Dcall.c4379 expr = decl_constant_value (expr); in convert_like_real()
Dtypeck.c1530 exp = decl_constant_value (exp); in decay_conversion()
DChangeLog-19972233 (decl_constant_value): Likewise.
DChangeLog-19981596 (decl_constant_value): Remove dead code.
6563 * pt.c (convert_nontype_argument): Use decl_constant_value.
DChangeLog-19951724 pulling out the decl_constant_value.
DChangeLog-2002750 decl_constant_value on the operand.