| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-strlen.cc | 2074 tree destsize = compute_objsize (dest, stmt, ostype, &aref, &ptr_qry); local 2076 if (!destsize) 2082 /* Return early if the DESTSIZE size expression is the same as LEN 2086 if (destsize == len && !plus_one 2121 if (len != destsize
|
| gimple-ssa-warn-access.cc | 2504 tree destsize = compute_objsize (dest, stmt, ost, &data.dst, &m_ptr_qry); local 2507 src, destsize, data.mode, &data, m_ptr_qry.rvals); 2549 tree destsize = compute_objsize (dest, stmt, ost, &data.dst, &m_ptr_qry); local 2560 if (tree_fits_uhwi_p (maxread) && tree_fits_uhwi_p (destsize) 2561 && tree_int_cst_equal (destsize, maxread)) 2578 destsize, data.mode, &data, m_ptr_qry.rvals);
|
| gimple-fold.cc | 3605 /* Simplify a call to the snprintf builtin with arguments DEST, DESTSIZE, 3616 tree destsize = gimple_call_arg (stmt, 1); local 3646 tree len = build_int_cstu (TREE_TYPE (destsize), strlen (fmt_str)); 3655 if (!known_lower (stmt, len, destsize, true)) 3703 if (!known_lower (stmt, orig_len, destsize, true))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-strlen.cc | 2086 tree destsize = compute_objsize (dest, stmt, ostype, &aref, &ptr_qry); local 2088 if (!destsize) 2094 /* Return early if the DESTSIZE size expression is the same as LEN 2098 if (destsize == len && !plus_one 2133 if (len != destsize
|
| gimple-ssa-warn-access.cc | 2478 tree destsize = compute_objsize (dest, stmt, ost, &data.dst, &m_ptr_qry); local 2481 src, destsize, data.mode, &data, m_ptr_qry.rvals); 2523 tree destsize = compute_objsize (dest, stmt, ost, &data.dst, &m_ptr_qry); local 2534 if (tree_fits_uhwi_p (maxread) && tree_fits_uhwi_p (destsize) 2535 && tree_int_cst_equal (destsize, maxread)) 2552 destsize, data.mode, &data, m_ptr_qry.rvals);
|
| gimple-fold.cc | 3605 /* Simplify a call to the snprintf builtin with arguments DEST, DESTSIZE, 3616 tree destsize = gimple_call_arg (stmt, 1); local 3646 tree len = build_int_cstu (TREE_TYPE (destsize), strlen (fmt_str)); 3655 if (!known_lower (stmt, len, destsize, true)) 3703 if (!known_lower (stmt, orig_len, destsize, true))
|