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

  /src/external/gpl3/gcc/dist/gcc/
gimple-pretty-print.cc 328 /* Helper for dump_gimple_assign. Print the unary RHS of the
423 /* Helper for dump_gimple_assign. Print the binary RHS of the
497 /* Helper for dump_gimple_assign. Print the ternary RHS of the
631 dump_gimple_assign (pretty_printer *buffer, const gassign *gs, int spc, function
2693 dump_gimple_assign (buffer, as_a <const gassign *> (gs), spc, flags);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-pretty-print.cc 327 /* Helper for dump_gimple_assign. Print the unary RHS of the
423 /* Helper for dump_gimple_assign. Print the binary RHS of the
501 /* Helper for dump_gimple_assign. Print the ternary RHS of the
635 dump_gimple_assign (pretty_printer *buffer, const gassign *gs, int spc, function
2694 dump_gimple_assign (buffer, as_a <const gassign *> (gs), spc, flags);

Completed in 24 milliseconds