Lines Matching defs:curbnd
3255 tree curbnd = curdom ? TYPE_MAX_VALUE (curdom) : NULL_TREE;
3284 curbnd = curdom ? TYPE_MAX_VALUE (curdom) : NULL_TREE,
3290 curbnd = vla_bound_parm_decl (curbnd);
3322 if (!curbnd && !newbnd)
3326 const unsigned* const pcurbndpos = curparm2pos.get (curbnd);
3334 && curbnd && newbnd
3335 && operand_equal_p (curbnd, newbnd,
3339 if ((curbnd && TREE_CODE (curbnd) != INTEGER_CST)
3346 if (curbnd && TREE_CODE (curbnd) == PARM_DECL)
3347 noteloc.add_range (DECL_SOURCE_LOCATION (curbnd));
3641 tree curbnd = vla_bound_parm_decl (TREE_VALUE (curvbl));
3643 if (newpos == curpos && newbnd == curbnd)
3652 const char* const curbndstr = expr_to_str (pp2, curbnd, "*");
3691 richloc.add_range (DECL_SOURCE_LOCATION (curbnd));
3704 if (!newpos && newbnd && curbnd)
3709 if (operand_equal_p (newbnd, curbnd,