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

  /src/external/gpl3/gcc/dist/gcc/
print-tree.cc 772 tree arg = next_call_expr_arg (&iter);
tree.h 5984 next_call_expr_arg (call_expr_arg_iterator *iter) function
6008 arg = next_call_expr_arg (&iter)) */
6013 return next_call_expr_arg (iter);
6035 (arg) = next_call_expr_arg (&(iter)))
tree-inline.cc 6564 param = DECL_CHAIN (param), arg = next_call_expr_arg (&iter))
  /src/external/gpl3/gcc.old/dist/gcc/
print-tree.cc 762 tree arg = next_call_expr_arg (&iter);
tree.h 5695 next_call_expr_arg (call_expr_arg_iterator *iter) function
5719 arg = next_call_expr_arg (&iter)) */
5724 return next_call_expr_arg (iter);
5746 (arg) = next_call_expr_arg (&(iter)))
tree-inline.cc 6527 param = DECL_CHAIN (param), arg = next_call_expr_arg (&iter))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 3988 tree arg1 = next_call_expr_arg (&iter1);
3989 tree arg2 = next_call_expr_arg (&iter2);
pt.cc 1922 x = next_call_expr_arg (&ai))
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 4064 tree arg1 = next_call_expr_arg (&iter1);
4065 tree arg2 = next_call_expr_arg (&iter2);
pt.cc 1885 x = next_call_expr_arg (&ai))
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 6277 inner_arg = next_call_expr_arg (&iter), i++)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 6178 inner_arg = next_call_expr_arg (&iter), i++)
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 16937 arg1 = next_call_expr_arg (&iter1),
16938 arg2 = next_call_expr_arg (&iter2))
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 16044 arg1 = next_call_expr_arg (&iter1),
16045 arg2 = next_call_expr_arg (&iter2))

Completed in 118 milliseconds