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

  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.h 213 rtx_expr_list *call_args; /* Arg list for the current call. */
214 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */
210 rtx_expr_list *call_args; \/* Arg list for the current call. *\/ variable
nvptx.h 213 rtx_expr_list *call_args; /* Arg list for the current call. */
214 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */
210 rtx_expr_list *call_args; \/* Arg list for the current call. *\/ variable
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.h 205 rtx_expr_list *call_args; /* Arg list for the current call. */
206 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */
202 rtx_expr_list *call_args; \/* Arg list for the current call. *\/ variable
nvptx.h 205 rtx_expr_list *call_args; /* Arg list for the current call. */
206 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */
202 rtx_expr_list *call_args; \/* Arg list for the current call. *\/ variable
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 20034 tree in_decl, releasing_vec &call_args)
20042 vec_safe_push (call_args, tsubst_expr (arg, args, complain, in_decl));
20045 /* Expand the pack expansion and push each entry onto CALL_ARGS. */
20057 vec_safe_push (call_args, value);
20062 vec_safe_push (call_args, arg);
20904 releasing_vec call_args;
20905 tsubst_call_args (t, args, complain, in_decl, call_args);
20913 unsigned int cargs = call_args->length ();
20931 tree arg = (*call_args)[i];
20934 (*call_args)[i] = arg
20903 releasing_vec call_args; local
    [all...]
pt.cc 20034 tree in_decl, releasing_vec &call_args)
20042 vec_safe_push (call_args, tsubst_expr (arg, args, complain, in_decl));
20045 /* Expand the pack expansion and push each entry onto CALL_ARGS. */
20057 vec_safe_push (call_args, value);
20062 vec_safe_push (call_args, arg);
20904 releasing_vec call_args;
20905 tsubst_call_args (t, args, complain, in_decl, call_args);
20913 unsigned int cargs = call_args->length ();
20931 tree arg = (*call_args)[i];
20934 (*call_args)[i] = arg
20903 releasing_vec call_args; local
    [all...]

Completed in 61 milliseconds