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

  /src/external/gpl3/gcc/dist/gcc/
pretty-print.h 223 #define pp_needs_newline(PP) (PP)->need_newline macro
352 if (pp_needs_newline (PP)) pp_newline_and_indent (PP, N)
  /src/external/gpl3/gcc.old/dist/gcc/
pretty-print.h 202 #define pp_needs_newline(PP) (PP)->need_newline macro
325 if (pp_needs_newline (PP)) pp_newline_and_indent (PP, N)

Completed in 22 milliseconds