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

  /src/external/gpl3/gcc/dist/gcc/cp/
cxx-pretty-print.cc 33 static void pp_cxx_ptr_operator (cxx_pretty_printer *, tree);
1459 pp_cxx_ptr_operator (pp, t);
1469 pp_cxx_ptr_operator (pp, t);
1486 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t)
1495 pp_cxx_ptr_operator (pp, TREE_TYPE (t));
1807 /* pp_cxx_ptr_operator prints '(' for a pointer-to-member function,
1485 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cxx-pretty-print.cc 33 static void pp_cxx_ptr_operator (cxx_pretty_printer *, tree);
1433 pp_cxx_ptr_operator (pp, t);
1443 pp_cxx_ptr_operator (pp, t);
1460 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t)
1469 pp_cxx_ptr_operator (pp, TREE_TYPE (t));
1781 /* pp_cxx_ptr_operator prints '(' for a pointer-to-member function,
1459 pp_cxx_ptr_operator (cxx_pretty_printer *pp, tree t) function

Completed in 39 milliseconds