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

  /src/external/gpl3/gcc/dist/gcc/
gimple-range-path.h 80 bool at_exit () { return m_pos == 0; } function in class:path_range_query
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-range-path.h 80 bool at_exit () { return m_pos == 0; } function in class:path_range_query
tree-vect-loop-manip.cc 1049 bool at_exit; local
1056 at_exit = (e == exit);
1057 if (!at_exit && e != loop_preheader_edge (loop))
1096 at_exit ? loop->latch : e->src, true);
1130 for (unsigned i = (at_exit ? 0 : 1); i < scalar_loop->num_nodes + 1; i++)
1147 if (at_exit) /* Add the loop copy at exit. */
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 89 static AtExit at_exit; member in namespace:__anon4145
  /src/external/bsd/less/dist/
screen.c 2205 at_exit();
2218 at_exit();
2444 at_exit();
2719 public void at_exit(void) function
2742 at_exit();

Completed in 35 milliseconds