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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 1334 get_nth_callarg (tree t, int n) function
1691 x = get_nth_callarg (t, i);
2616 init = convert_from_reference (get_nth_callarg (t, 1));
2622 tree op = get_nth_callarg (t, 0);
8763 tree x = get_nth_callarg (t, 0);
8805 tree x = get_nth_callarg (t, i);
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 4335 get_nth_callarg (tree t, int n)
4326 get_nth_callarg (tree t, int n) function

Completed in 30 milliseconds