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

  /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); \
  /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); \

Completed in 41 milliseconds