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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-pattern-test.cc 78 : m_lhs (lhs), m_op (op), m_rhs (rhs) {}
84 return (same_tree_p (m_lhs, other.m_lhs)
97 m_lhs, op_symbol_code (m_op), m_rhs);
101 tree m_lhs; member in class:ana::__anon12595::pattern_match
constraint-manager.h 336 : m_lhs (lhs), m_op (c_op), m_rhs (rhs)
358 equiv_class_id m_lhs; member in class:ana::constraint
region-model.h 1186 m_lhs (lhs), m_op (op), m_rhs (rhs)
1191 tree m_lhs; member in class:ana::rejected_op_constraint
region-model.cc 3141 : m_lhs (lhs), m_rhs (rhs),
3176 tree pointee_type = TREE_TYPE (m_lhs->get_type ());
3180 m_lhs->get_type (), pointee_type,
3189 m_expr, m_lhs->get_type (), pointee_type,
3194 m_expr, m_lhs->get_type (), pointee_type,
3200 m_lhs->get_type (), pointee_type,
3226 props.set (PROPERTY_PREFIX "lhs", m_lhs->to_json ());
3233 const region *m_lhs; member in class:ana::dubious_allocation_size
7121 const svalue *lhs_sval = m.get_rvalue (m_lhs, NULL);
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-pattern-test.cc 81 : m_lhs (lhs), m_op (op), m_rhs (rhs) {}
87 return (same_tree_p (m_lhs, other.m_lhs)
101 m_lhs, op_symbol_code (m_op), m_rhs);
105 tree m_lhs; member in class:ana::__anon15217::pattern_match
constraint-manager.h 328 : m_lhs (lhs), m_op (c_op), m_rhs (rhs)
350 equiv_class_id m_lhs; member in class:ana::constraint
region-model.h 1243 m_lhs (lhs), m_op (op), m_rhs (rhs)
1248 tree m_lhs; member in class:ana::rejected_op_constraint
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-scopedtables.h 78 tree lhs (void) { return m_lhs; }
88 tree m_lhs; member in class:expr_hash_elt
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-scopedtables.h 78 tree lhs (void) { return m_lhs; }
88 tree m_lhs; member in class:expr_hash_elt
  /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),
174 int m_lhs; member in class:Expr
531 e->m_lhs = i;
1342 e->m_lhs, e->m_rhs, (j + 1) == s->m_num_vals ? "}" : ",");
1345 if (e->m_lhs)
1346 snprintf (opnd0, sizeof opnd0, "r%d", e->m_lhs);
  /src/external/gpl3/gdb/dist/gdb/
ada-exp.h 572 : m_lhs (lhs)
580 return m_lhs->eval_for_resolution (exp);
581 return m_lhs->current ();
598 ada_assign_operation *m_lhs; member in class:expr::ada_target_operation
  /src/external/gpl3/gdb.old/dist/gdb/
ada-exp.h 562 : m_lhs (lhs)
570 return m_lhs->eval_for_resolution (exp);
571 return m_lhs->current ();
588 ada_assign_operation *m_lhs; member in class:expr::ada_target_operation

Completed in 47 milliseconds