Searched refs:repr (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbSymUid.cpp69 CompilandIdRepr repr; local
70 ::memset(&repr, 0, sizeof(repr));
71 repr.modi = cid.modi;
72 repr.tag = static_cast<uint64_t>(PdbSymUidKind::Compiland);
73 m_repr = repr_cast<uint64_t>(repr);
77 CompilandSymIdRepr repr; local
78 ::memset(&repr, 0, sizeof(repr));
79 repr
86 GlobalSymIdRepr repr; local
95 TypeSymIdRepr repr; local
104 FieldListMemberIdRepr repr; local
119 auto repr = repr_cast<CompilandIdRepr>(m_repr); local
127 auto repr = repr_cast<CompilandSymIdRepr>(m_repr); local
137 auto repr = repr_cast<GlobalSymIdRepr>(m_repr); local
146 auto repr = repr_cast<TypeSymIdRepr>(m_repr); local
155 auto repr = repr_cast<FieldListMemberIdRepr>(m_repr); local
[all...]
H A DPdbSymUid.h96 PdbSymUid(uint64_t repr) : m_repr(repr) {} argument
/freebsd-11-stable/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dutil.py55 (self.__class__.__name__, repr(self.__dict__))
/freebsd-11-stable/contrib/subversion/
H A Dgen-make.py91 return repr(o)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp124 PyObject *repr = PyObject_Repr(m_py_obj);
125 if (!repr)
127 return PythonString(PyRefType::Owned, repr);
977 PyObject *repr = PyObject_Repr(m_exception); local
978 if (repr) {
979 m_repr_bytes = PyUnicode_AsEncodedString(repr, "utf-8", nullptr);
983 Py_XDECREF(repr);
/freebsd-11-stable/contrib/gcc/
H A Dloop-invariant.c1133 struct invariant *repr = VEC_index (invariant_p, invariants, inv->eqto); local
1142 if (!repr->move)
1148 if (inv == repr)
1201 if (!move_invariant_reg (loop, repr->invno))
1203 reg = repr->reg;
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py239 return repr(self.symbols.values())

Completed in 135 milliseconds