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

  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
functions.h 139 obstack_watermark new_change_attempt () { return &m_temp_obstack; }
226 obstack_watermark temp_watermark () { return &m_temp_obstack; }
355 obstack m_temp_obstack; member in class:rtl_ssa::function_info
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
functions.h 117 obstack_watermark new_change_attempt () { return &m_temp_obstack; }
188 obstack_watermark temp_watermark () { return &m_temp_obstack; }
314 obstack m_temp_obstack; member in class:rtl_ssa::function_info

Completed in 87 milliseconds