Home
last modified time | relevance | path

Searched defs:scope_counter (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc12209 class scope_counter class
12212 scope_counter (int& counter) : m_counter (counter) { ++m_counter; } in scope_counter() function in scope_counter
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c12205 scope_counter (int& counter) : m_counter (counter) { ++m_counter; } in scope_counter() function