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

  /src/external/gpl3/binutils/dist/gprofng/src/
IndexObject.h 58 get_obj () function in class:IndexObject
  /src/external/gpl3/binutils.old/dist/gprofng/src/
IndexObject.h 58 get_obj () function in class:IndexObject
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ras.c 417 #define get_obj(obj) do { (obj)->use++; } while (0) macro
450 get_obj(obj);
535 get_obj(obj);
1020 get_obj(obj);
1139 get_obj(obj);
1309 get_obj(obj);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc 1331 m_lhs.get_obj (cm).print (pp);
1337 m_rhs.get_obj (cm).print (pp);
1390 if (tree rhs_const = m_rhs.get_obj (cm).get_any_constant ())
1391 if (tree other_rhs_const = other.m_rhs.get_obj (cm).get_any_constant ())
1392 if (m_lhs.get_obj (cm).get_any_constant () == NULL_TREE)
1417 m_ec_id.get_obj (cm).print (pp);
1457 equiv_class_id::get_obj (const constraint_manager &cm) const function in class:ana::equiv_class_id
1465 equiv_class_id::get_obj (constraint_manager &cm) const function in class:ana::equiv_class_id
1877 equiv_class &lhs_ec_obj = lhs_ec_id.get_obj (*this);
1878 const equiv_class &rhs_ec_obj = rhs_ec_id.get_obj (*this)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc 1326 m_lhs.get_obj (cm).print (pp);
1332 m_rhs.get_obj (cm).print (pp);
1385 if (tree rhs_const = m_rhs.get_obj (cm).get_any_constant ())
1386 if (tree other_rhs_const = other.m_rhs.get_obj (cm).get_any_constant ())
1387 if (m_lhs.get_obj (cm).get_any_constant () == NULL_TREE)
1412 m_ec_id.get_obj (cm).print (pp);
1452 equiv_class_id::get_obj (const constraint_manager &cm) const function in class:ana::equiv_class_id
1460 equiv_class_id::get_obj (constraint_manager &cm) const function in class:ana::equiv_class_id
1872 equiv_class &lhs_ec_obj = lhs_ec_id.get_obj (*this);
1873 const equiv_class &rhs_ec_obj = rhs_ec_id.get_obj (*this)
    [all...]

Completed in 145 milliseconds