HomeSort by: relevance | last modified time | path
    Searched refs:size_arg (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
value-prof.cc 1495 /* Return true if the stringop CALL shall be profiled. SIZE_ARG be
1499 interesting_stringop_to_profile_p (gcall *call, int *size_arg)
1509 *size_arg = 2;
1513 *size_arg = 2;
1517 *size_arg = 1;
1544 int size_arg; local
1546 if (!interesting_stringop_to_profile_p (vcall_stmt, &size_arg))
1552 vcall_size = gimple_call_arg (vcall_stmt, size_arg);
1575 gimple_call_set_arg (icall_stmt, size_arg,
1640 int size_arg; local
1867 int size_arg; local
    [all...]
ipa-modref.cc 1428 unsigned int size_arg; local
1432 else if (fnspec.arg_max_access_size_given_by_arg_p (i, &size_arg))
1433 size = gimple_call_arg (call, size_arg);
4471 unsigned int size_arg; local
4475 else if (fnspec.arg_max_access_size_given_by_arg_p (i, &size_arg))
4481 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, size_arg);
4485 get_parm_type (e->callee->decl, size_arg));
tree-ssa-alias.cc 2724 unsigned int size_arg; local
2729 (i, &size_arg))
2730 size = gimple_call_arg (call, size_arg);
  /src/external/gpl3/gcc.old/dist/gcc/
value-prof.cc 1503 /* Return true if the stringop CALL shall be profiled. SIZE_ARG be
1507 interesting_stringop_to_profile_p (gcall *call, int *size_arg)
1517 *size_arg = 2;
1521 *size_arg = 2;
1525 *size_arg = 1;
1552 int size_arg; local
1554 if (!interesting_stringop_to_profile_p (vcall_stmt, &size_arg))
1560 vcall_size = gimple_call_arg (vcall_stmt, size_arg);
1583 gimple_call_set_arg (icall_stmt, size_arg,
1648 int size_arg; local
1875 int size_arg; local
    [all...]
ipa-modref.cc 1426 unsigned int size_arg; local
1430 else if (fnspec.arg_max_access_size_given_by_arg_p (i, &size_arg))
1431 size = gimple_call_arg (call, size_arg);
4415 unsigned int size_arg; local
4419 else if (fnspec.arg_max_access_size_given_by_arg_p (i, &size_arg))
4425 struct ipa_jump_func *jf = ipa_get_ith_jump_func (args, size_arg);
4429 get_parm_type (e->callee->decl, size_arg));
tree-ssa-alias.cc 2711 unsigned int size_arg; local
2716 (i, &size_arg))
2717 size = gimple_call_arg (call, size_arg);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-taint.cc 955 tree size_arg = gimple_call_arg (call, access->sizarg); local
957 state_t state = sm_ctxt->get_state (call, size_arg);
959 if (get_taint (state, TREE_TYPE (size_arg), &b))
963 tree diag_size = sm_ctxt->get_diagnostic_tree (size_arg);
964 sm_ctxt->warn (node, call, size_arg,
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-taint.cc 1376 tree size_arg = gimple_call_arg (call, access->sizarg); local
1378 state_t state = sm_ctxt->get_state (call, size_arg);
1380 if (get_taint (state, TREE_TYPE (size_arg), &b))
1384 tree diag_size = sm_ctxt->get_diagnostic_tree (size_arg);
1385 sm_ctxt->warn (node, call, size_arg,
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 1309 /* The first argument SIZE_ARG is never null. */
1310 tree size_arg = TREE_VALUE (args); local
1331 if (tree val = positional_argument (fntype, name, size_arg, num_arg ? 1 : 0,

Completed in 111 milliseconds