Home | History | Annotate | Download | only in include

Lines Matching refs:VAL

1500    value of each element (stored within VAL). IX must be a scratch variable
1502 #define FOR_EACH_CONSTRUCTOR_VALUE(V, IX, VAL) \
1505 : ((VAL = VEC_index (constructor_elt, V, IX)->value), \
1510 the value of each element (stored within VAL) and its index (stored
1512 #define FOR_EACH_CONSTRUCTOR_ELT(V, IX, INDEX, VAL) \
1515 : ((VAL = VEC_index (constructor_elt, V, IX)->value), \
1520 /* Append a new constructor element to V, with the specified INDEX and VAL. */
2771 #define SET_DECL_VALUE_EXPR(NODE, VAL) \
2772 (decl_value_expr_insert (DECL_WRTL_CHECK (NODE), VAL))
2957 #define SET_DECL_RESTRICT_BASE(NODE, VAL) \
2958 (decl_restrict_base_insert (VAR_DECL_CHECK (NODE), (VAL)))
3098 #define SET_DECL_DEBUG_EXPR(NODE, VAL) \
3099 (decl_debug_expr_insert (VAR_DECL_CHECK (NODE), VAL))
3119 /* Set the initialization priority for NODE to VAL. */
3120 #define SET_DECL_INIT_PRIORITY(NODE, VAL) \
3121 (decl_init_priority_insert (NODE, VAL))
3126 /* Set the finalization priority for NODE to VAL. */
3127 #define SET_DECL_FINI_PRIORITY(NODE, VAL) \
3128 (decl_fini_priority_insert (NODE, VAL))