Home | History | Annotate | Download | only in gcc

Lines Matching defs:m_base

141   tree *m_base;
224 return TREE_TYPE (m_base[0]);
233 return m_base[pair * 2];
242 return m_base[pair * 2 + 1];
275 tree l = m_base[0];
276 tree u = m_base[1];
348 gt_ggc_mx (x->m_base[i * 2]);
349 gt_ggc_mx (x->m_base[i * 2 + 1]);
358 gt_pch_nx (x->m_base[i * 2]);
359 gt_pch_nx (x->m_base[i * 2 + 1]);
368 op (&x->m_base[i * 2], NULL, cookie);
369 op (&x->m_base[i * 2 + 1], NULL, cookie);
399 m_base = base;
488 m_base[0] = TYPE_MIN_VALUE (type);
489 m_base[1] = TYPE_MAX_VALUE (type);
493 m_base[0] = wide_int_to_tree (type, min);
494 m_base[1] = wide_int_to_tree (type, max);
499 m_base[0] = build_int_cst (type, 0);
500 m_base[1] = build_int_cst (type, -1);
503 m_base[0] = m_base[1] = error_mark_node;