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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 572 : m_assign (assign), m_count_cst (count_cst)
583 && same_tree_p (m_count_cst, other.m_count_cst));
594 "shift by negative count (%qE)", m_count_cst);
599 return ev.formatted_print ("shift by negative amount here (%qE)", m_count_cst);
604 tree m_count_cst; member in class:ana::shift_count_negative_diagnostic
618 m_count_cst (count_cst)
630 && same_tree_p (m_count_cst, other.m_count_cst));
642 m_count_cst, m_operand_precision)
653 tree m_count_cst; member in class:ana::shift_count_overflow_diagnostic
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 691 : m_assign (assign), m_count_cst (count_cst)
702 && same_tree_p (m_count_cst, other.m_count_cst));
712 return ctxt.warn ("shift by negative count (%qE)", m_count_cst);
717 return ev.formatted_print ("shift by negative amount here (%qE)", m_count_cst);
722 tree m_count_cst; member in class:ana::shift_count_negative_diagnostic
736 m_count_cst (count_cst)
748 && same_tree_p (m_count_cst, other.m_count_cst));
759 m_count_cst, m_operand_precision)
770 tree m_count_cst; member in class:ana::shift_count_overflow_diagnostic
    [all...]

Completed in 27 milliseconds