HomeSort by: relevance | last modified time | path
    Searched refs:do_pre (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/groff/dist/src/devices/grohtml/
html-text.h 69 void do_pre (void);
html-text.cpp 441 * do_pre - changes to preformated text.
444 void html_text::do_pre (void) function in class:html_text
post-html.cpp 3858 current_paragraph->do_pre();
3864 current_paragraph->do_pre();
3871 current_paragraph->do_pre();
3878 current_paragraph->do_pre();
  /src/external/gpl3/gcc/dist/gcc/cp/
contracts.cc 2068 bool do_pre = has_active_preconditions (fndecl);
2071 gcc_checking_assert (do_pre || do_post);
2093 if (do_pre)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc 2650 bool do_pre; member in class:eliminate_dom_walker
2655 /* SSA names that had their defs inserted by PRE if do_pre. */
6722 : dom_walker (direction), do_pre (inserted_exprs_ != NULL),
6929 && do_pre
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc 2554 bool do_pre; member in class:eliminate_dom_walker
2559 /* SSA names that had their defs inserted by PRE if do_pre. */
6221 : dom_walker (direction), do_pre (inserted_exprs_ != NULL),
6430 && do_pre

Completed in 34 milliseconds