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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-pattern-test.cc 78 : m_lhs (lhs), m_op (op), m_rhs (rhs) {}
86 && same_tree_p (m_rhs, other.m_rhs));
97 m_lhs, op_symbol_code (m_op), m_rhs);
103 tree m_rhs; member in class:ana::__anon12595::pattern_match
constraint-manager.h 336 : m_lhs (lhs), m_op (c_op), m_rhs (rhs)
360 equiv_class_id m_rhs; member in class:ana::constraint
region-model.h 1186 m_lhs (lhs), m_op (op), m_rhs (rhs)
1193 tree m_rhs; member in class:ana::rejected_op_constraint
region-model.cc 3141 : m_lhs (lhs), m_rhs (rhs),
3218 interest->add_region_creation (m_rhs);
3227 props.set (PROPERTY_PREFIX "rhs", m_rhs->to_json ());
3234 const region *m_rhs; member in class:ana::dubious_allocation_size
7122 const svalue *rhs_sval = m.get_rvalue (m_rhs, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-pattern-test.cc 81 : m_lhs (lhs), m_op (op), m_rhs (rhs) {}
89 && same_tree_p (m_rhs, other.m_rhs));
101 m_lhs, op_symbol_code (m_op), m_rhs);
107 tree m_rhs; member in class:ana::__anon15217::pattern_match
constraint-manager.h 328 : m_lhs (lhs), m_op (c_op), m_rhs (rhs)
352 equiv_class_id m_rhs; member in class:ana::constraint
region-model.h 1243 m_lhs (lhs), m_op (op), m_rhs (rhs)
1250 tree m_rhs; member in class:ana::rejected_op_constraint
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
gen-mul-tables.cc 164 Expr () : m_op (NULL), m_lhs (0), m_rhs (0), m_produced_val (0),
180 int m_rhs; member in class:Expr
532 e->m_rhs = op->is_unary () ? op->m_rhs_if_unary : j;
1342 e->m_lhs, e->m_rhs, (j + 1) == s->m_num_vals ? "}" : ",");
1352 op->is_unary () ? "" : "r", e->m_rhs);

Completed in 32 milliseconds