HomeSort by: relevance | last modified time | path
    Searched defs:curbnd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc 3293 tree curbnd = curdom ? TYPE_MAX_VALUE (curdom) : NULL_TREE; local
3322 curbnd = curdom ? TYPE_MAX_VALUE (curdom) : NULL_TREE,
3328 curbnd = vla_bound_parm_decl (curbnd);
3360 if (!curbnd && !newbnd)
3364 const unsigned* const pcurbndpos = curparm2pos.get (curbnd);
3372 && curbnd && newbnd
3373 && operand_equal_p (curbnd, newbnd,
3377 if ((curbnd && TREE_CODE (curbnd) != INTEGER_CST
3665 tree curbnd = vla_bound_parm_decl (TREE_VALUE (curvbl)); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc 3255 tree curbnd = curdom ? TYPE_MAX_VALUE (curdom) : NULL_TREE; local
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
3641 tree curbnd = vla_bound_parm_decl (TREE_VALUE (curvbl)); local
    [all...]

Completed in 28 milliseconds