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

  /src/external/gpl3/gcc/dist/libcpp/include/
rich-location.h 89 unsigned int count () const { return m_num; }
97 int m_num; member in class:semi_embedded_vec
108 : m_num (0), m_alloc (0), m_extra (NULL)
126 linemap_assert (idx < m_num);
142 linemap_assert (idx < m_num);
158 int idx = m_num++;
189 linemap_assert (len <= m_num);
190 m_num = len;
  /src/external/gpl3/gdb/dist/gdb/
progspace.h 55 return m_num;
62 int m_num; member in struct:address_space
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.hpp 121 int m_num; member in union:YYSTYPE
elftosb_parser.tab.cpp 210 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; ;}
  /src/external/gpl3/gcc.old/dist/gcc/
vec.h 217 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 >= nelems
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
vec.h 245 unsigned m_num; member in struct:vec_prefix
257 return (pfx ? pfx->m_num : 0) + reserve;
260 return calculate_allocation_1 (pfx->m_alloc, pfx->m_num + reserve);
603 unsigned length (void) const { return m_vecpfx.m_num; }
604 bool is_empty (void) const { return m_vecpfx.m_num == 0; }
902 gcc_checking_assert (ix < m_vecpfx.m_num);
910 gcc_checking_assert (ix < m_vecpfx.m_num);
921 gcc_checking_assert (m_vecpfx.m_num > 0);
922 return (*this)[m_vecpfx.m_num - 1];
936 return m_vecpfx.m_alloc - m_vecpfx.m_num >= nelems
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
progspace.h 58 return m_num;
65 int m_num; member in struct:address_space
  /src/external/gpl3/gcc.old/dist/libcpp/include/
line-map.h 1379 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;

Completed in 46 milliseconds