Home
last modified time | relevance | path

Searched refs:integral_constant_value (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/gcc/cp/
Dcvt.c622 e = integral_constant_value (e); in ocp_convert()
DChangeLog4367 integral_constant_value.
4369 (integral_constant_value): Use it.
4372 integral_constant_value.
4509 * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.
4814 * init.c (integral_constant_value): Subtitute into the
5524 * init.c (integral_constant_value): Check the type of the
6520 * init.c (integral_constant_value): Iterate if the value of a decl
6965 integral_constant_value.
Dinit.c1518 integral_constant_value (tree decl) in integral_constant_value() function
DChangeLog-2004185 * cp-tree.h (integral_constant_value): Declare.
186 * call.c (null_ptr_cst_p): Use integral_constant_value, not
192 * decl.c (compute_array_index_type): Use integral_constant_value,
197 (integral_constant_value): New.
198 * pt.c (fold_decl_constant_value): Use integral_constant_value,
200 (tsubst): Use integral_constant_value, not decl_constant_value.
Ddecl2.c859 init = integral_constant_value (init); in grokfield()
Dpt.c3483 const_expr = integral_constant_value (expr); in fold_decl_constant_value()
8063 return integral_constant_value (t); in tsubst_copy()
10962 if (arg != integral_constant_value (parm)) in unify()
Dcp-tree.h4079 extern tree integral_constant_value (tree);
Ddecl.c6707 size = integral_constant_value (size); in compute_array_index_type()
10426 value = integral_constant_value (value); in build_enumerator()
Dcall.c428 t = integral_constant_value (t); in null_ptr_cst_p()
Dclass.c2674 w = integral_constant_value (w); in check_bitfield_decl()