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

  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 5718 for (arg = first_call_expr_arg (exp, &iter); arg;
5721 first_call_expr_arg (tree exp, call_expr_arg_iterator *iter) function
5745 for ((arg) = first_call_expr_arg ((call), &(iter)); (arg); \
tree-inline.cc 6525 for (param = DECL_ARGUMENTS (fn), arg = first_call_expr_arg (exp, &iter);
  /src/external/gpl3/gcc/dist/gcc/
tree.h 6007 for (arg = first_call_expr_arg (exp, &iter); arg;
6010 first_call_expr_arg (tree exp, call_expr_arg_iterator *iter) function
6034 for ((arg) = first_call_expr_arg ((call), &(iter)); (arg); \
tree-inline.cc 6562 for (param = DECL_ARGUMENTS (fn), arg = first_call_expr_arg (exp, &iter);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 6176 for (inner_arg = first_call_expr_arg (param, &iter), i = 1;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 6275 for (inner_arg = first_call_expr_arg (param, &iter), i = 1;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 16041 for (arg1 = first_call_expr_arg (t1, &iter1),
16042 arg2 = first_call_expr_arg (t2, &iter2);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 16934 for (arg1 = first_call_expr_arg (t1, &iter1),
16935 arg2 = first_call_expr_arg (t2, &iter2);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 1921 for (tree x = first_call_expr_arg (arg, &ai); x;
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 1884 for (tree x = first_call_expr_arg (arg, &ai); x;

Completed in 128 milliseconds