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

  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 47 static bool compute_objsize_r (tree, gimple *, bool, int, access_ref *,
203 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
237 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry))
262 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
640 if (!compute_objsize_r (arg, stmt, false, ostype, &aref, snlim, &qry)
1645 /* A helper of compute_objsize_r() to determine the size from an assignment
1666 if (!compute_objsize_r (arg1, stmt, false, ostype, &aref[0], snlim, qry))
1675 if (!compute_objsize_r (arg2, stmt, false, ostype, &aref[1], snlim, qry))
1738 /* A helper of compute_objsize_r() to determine the size of a DECL.
1778 /* A helper of compute_objsize_r() to determine the size from ARRAY_RE
2223 compute_objsize_r (tree ptr, gimple *stmt, bool addr, int ostype, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 46 static bool compute_objsize_r (tree, gimple *, bool, int, access_ref *,
202 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
236 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry))
261 if (compute_objsize_r (src, stmt, false, 1, &aref, snlim, qry)
638 if (!compute_objsize_r (arg, stmt, false, ostype, &aref, snlim, &qry)
1634 /* A helper of compute_objsize_r() to determine the size from an assignment
1655 if (!compute_objsize_r (arg1, stmt, false, ostype, &aref[0], snlim, qry))
1664 if (!compute_objsize_r (arg2, stmt, false, ostype, &aref[1], snlim, qry))
1727 /* A helper of compute_objsize_r() to determine the size of a DECL.
1767 /* A helper of compute_objsize_r() to determine the size from ARRAY_RE
2213 compute_objsize_r (tree ptr, gimple *stmt, bool addr, int ostype, function
    [all...]

Completed in 16 milliseconds