Home
last modified time | relevance | path

Searched refs:get_obj (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.h93 const equiv_class &get_obj (const constraint_manager &cm) const;
94 equiv_class &get_obj (constraint_manager &cm) const;
202 return ec_id.get_obj (*this); in get_equiv_class()
H A Dconstraint-manager.cc406 m_lhs.get_obj (cm).print (pp); in print()
412 m_rhs.get_obj (cm).print (pp); in print()
446 equiv_class_id::get_obj (const constraint_manager &cm) const in get_obj() function in ana::equiv_class_id
454 equiv_class_id::get_obj (constraint_manager &cm) const in get_obj() function in ana::equiv_class_id
680 equiv_class &lhs_ec_obj = lhs_ec_id.get_obj (*this); in add_constraint()
681 const equiv_class &rhs_ec_obj = rhs_ec_id.get_obj (*this); in add_constraint()
765 svalue_id lhs = lhs_id.get_obj (*this).get_representative (); in add_constraint_internal()
766 svalue_id rhs = rhs_id.get_obj (*this).get_representative (); in add_constraint_internal()
799 tree lhs_const = lhs_id.get_obj (*this).m_constant; in add_constraint_internal()
800 tree rhs_const = rhs_id.get_obj (*this).m_constant; in add_constraint_internal()
[all …]
H A Dregion-model.cc3750 const equiv_class &lhs = c->m_lhs.get_obj (*m_constraints); in dump_to_pp()
3751 const equiv_class &rhs = c->m_rhs.get_obj (*m_constraints); in dump_to_pp()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc1326 m_lhs.get_obj (cm).print (pp); in print()
1332 m_rhs.get_obj (cm).print (pp); in print()
1385 if (tree rhs_const = m_rhs.get_obj (cm).get_any_constant ()) in implied_by()
1386 if (tree other_rhs_const = other.m_rhs.get_obj (cm).get_any_constant ()) in implied_by()
1387 if (m_lhs.get_obj (cm).get_any_constant () == NULL_TREE) in implied_by()
1412 m_ec_id.get_obj (cm).print (pp); in print()
1452 equiv_class_id::get_obj (const constraint_manager &cm) const in get_obj() function in ana::equiv_class_id
1460 equiv_class_id::get_obj (constraint_manager &cm) const in get_obj() function in ana::equiv_class_id
1872 equiv_class &lhs_ec_obj = lhs_ec_id.get_obj (*this); in add_unknown_constraint()
1873 const equiv_class &rhs_ec_obj = rhs_ec_id.get_obj (*this); in add_unknown_constraint()
[all …]
H A Dconstraint-manager.h294 const equiv_class &get_obj (const constraint_manager &cm) const;
295 equiv_class &get_obj (constraint_manager &cm) const;
434 return ec_id.get_obj (*this);
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DIndexObject.h58 get_obj () in get_obj() function
H A DDbe.cc2945 dbev->set_sel_obj (((IndexObject*) sel_obj)->get_obj ()); in dbeSetSelObj()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DIndexObject.h58 get_obj () in get_obj() function
H A DDbe.cc2945 dbev->set_sel_obj (((IndexObject*) sel_obj)->get_obj ()); in dbeSetSelObj()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ras.c417 #define get_obj(obj) do { (obj)->use++; } while (0) macro
450 get_obj(obj); in amdgpu_ras_create_obj()
535 get_obj(obj); in __amdgpu_ras_feature_enable()
1020 get_obj(obj); in amdgpu_ras_sysfs_create()
1139 get_obj(obj); in amdgpu_ras_debugfs_create()
1309 get_obj(obj); in amdgpu_ras_interrupt_add_handler()