Searched refs:m_num (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.tab.hpp121 int m_num; member in union:YYSTYPE
H A Delftosb_parser.tab.cpp210 int m_num; member in union:YYSTYPE
1851 if ((yyvsp[-2].m_num))
1876 (yyval.m_num) = 1;
1881 { (yyval.m_num) = 0; ;}
2015 switch ((yyvsp[-2].m_num))
2052 switch ((yyvsp[-2].m_num))
2081 { (yyval.m_num) = 1; ;}
2085 { (yyval.m_num) = 2; ;}
H A Delftosb_parser.y63 int m_num;
160 %type <m_num> call_or_jump dcd_opt
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvec.h217 unsigned m_num; member in struct:vec_prefix
229 return (pfx ? pfx->m_num : 0) + reserve;
232 return calculate_allocation_1 (pfx->m_alloc, pfx->m_num + reserve);
579 unsigned length (void) const { return m_vecpfx.m_num; }
580 bool is_empty (void) const { return m_vecpfx.m_num == 0; }
870 gcc_checking_assert (ix < m_vecpfx.m_num);
878 gcc_checking_assert (ix < m_vecpfx.m_num);
889 gcc_checking_assert (m_vecpfx.m_num > 0);
890 return (*this)[m_vecpfx.m_num - 1];
904 return m_vecpfx.m_alloc - m_vecpfx.m_num >
[all...]
H A Dinput.h184 int m_num;
H A Dgdbhooks.py463 m_num = m_vecpfx['m_num']
465 for i in range(m_num):
H A Dinput.c1268 : m_num (num)
1321 *out_num = (*concat)->m_num;
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvec.h217 unsigned m_num; member in struct:vec_prefix
229 return (pfx ? pfx->m_num : 0) + reserve;
232 return calculate_allocation_1 (pfx->m_alloc, pfx->m_num + reserve);
587 unsigned length (void) const { return m_vecpfx.m_num; }
588 bool is_empty (void) const { return m_vecpfx.m_num == 0; }
881 gcc_checking_assert (ix < m_vecpfx.m_num);
889 gcc_checking_assert (ix < m_vecpfx.m_num);
900 gcc_checking_assert (m_vecpfx.m_num > 0);
901 return (*this)[m_vecpfx.m_num - 1];
915 return m_vecpfx.m_alloc - m_vecpfx.m_num >
[all...]
H A Dinput.h254 int m_num;
H A Dgdbhooks.py463 m_num = m_vecpfx['m_num']
465 for i in range(m_num):
H A Dinput.cc1419 : m_num (num)
1481 *out_num = (*concat)->m_num;
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/include/
H A Dline-map.h1326 unsigned int count () const { return m_num; }
1334 int m_num; member in class:semi_embedded_vec
1345 : m_num (0), m_alloc (0), m_extra (NULL)
1363 linemap_assert (idx < m_num);
1379 linemap_assert (idx < m_num);
1395 int idx = m_num++;
1426 linemap_assert (len <= m_num);
1427 m_num = len;
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dline-map.h1379 unsigned int count () const { return m_num; }
1387 int m_num; member in class:semi_embedded_vec
1398 : m_num (0), m_alloc (0), m_extra (NULL)
1416 linemap_assert (idx < m_num);
1432 linemap_assert (idx < m_num);
1448 int idx = m_num++;
1479 linemap_assert (len <= m_num);
1480 m_num = len;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprogspace.h394 return m_num;
401 int m_num; member in struct:address_space
H A Dprogspace.c50 : m_num (++highest_address_space_num)

Completed in 216 milliseconds