Searched refs:maxelt (Results 1 – 6 of 6) sorted by relevance
3225 tree maxelt = TYPE_MAX_VALUE (TYPE_DOMAIN (type)); in plugin_build_new_expr() local3226 tree eltype = TREE_TYPE (maxelt); in plugin_build_new_expr()3230 bool template_dependent_p = value_dependent_expression_p (maxelt) in plugin_build_new_expr()3231 || type_dependent_expression_p (maxelt); in plugin_build_new_expr()
3066 tree maxelt = TYPE_MAX_VALUE (TYPE_DOMAIN (type)); in plugin_build_new_expr() local3067 tree eltype = TREE_TYPE (maxelt); in plugin_build_new_expr()3071 bool template_dependent_p = value_dependent_expression_p (maxelt) in plugin_build_new_expr()3072 || type_dependent_expression_p (maxelt); in plugin_build_new_expr()
6893 HOST_WIDE_INT maxelt = 0; in store_constructor() local6908 maxelt = tree_to_shwi (TYPE_MAX_VALUE (domain)); in store_constructor()6961 && (count < maxelt - minelt + 1 in store_constructor()
18051 (store_constructor): Initialize minelt and maxelt.
6545 HOST_WIDE_INT maxelt = 0; in store_constructor() local6560 maxelt = tree_to_shwi (TYPE_MAX_VALUE (domain)); in store_constructor()6613 && (count < maxelt - minelt + 1 in store_constructor()
14473 function maxelt(vec, i, ret)14485 You call @code{maxelt} with one argument, which is an array name. The local14488 to @code{maxelt}, the results would be strange. The extra space before14493 The following program uses the @code{maxelt} function. It loads an14494 array, calls @code{maxelt}, and then reports the maximum number in that14498 function maxelt(vec, i, ret)14514 print maxelt(nums)