| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ | |
| region.h | 372 unsigned get_num_locals () const { return m_locals.elements (); } 386 map_t m_locals; member in class:ana::frame_region |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ | |
| region.h | 325 unsigned get_num_locals () const { return m_locals.elements (); } 339 map_t m_locals; member in class:ana::frame_region |
| /src/external/gpl3/gcc/dist/gcc/jit/ | |
| jit-recording.h | 1387 auto_vec<local *> m_locals; member in class:gcc::jit::recording::function |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ | |
| jit-recording.h | 1314 auto_vec<local *> m_locals; member in class:gcc::jit::recording::function |