Home
last modified time | relevance | path

Searched refs:DECL_INTEGRAL_CONSTANT_VAR_P (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/cp/
HDinit.c1462 ? DECL_INTEGRAL_CONSTANT_VAR_P (decl) in constant_value_1()
HDsemantics.c2878 && ! DECL_INTEGRAL_CONSTANT_VAR_P (decl) in finish_id_expression()
HDdecl.c5617 if (DECL_INTEGRAL_CONSTANT_VAR_P (decl)) in cp_finish_decl()
5628 && DECL_INTEGRAL_CONSTANT_VAR_P (decl) in cp_finish_decl()
5721 if (DECL_INTEGRAL_CONSTANT_VAR_P (decl)) in cp_finish_decl()
HDcp-tree.h1834 #define DECL_INTEGRAL_CONSTANT_VAR_P(NODE) \ macro
HDChangeLog-20043071 * cp-tree.h (DECL_INTEGRAL_CONSTANT_VAR_P): New macro.
3075 DECL_INTEGRAL_CONSTANT_VAR_P.
HDChangeLog4509 * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.