Home
last modified time | relevance | path

Searched defs:tuple_size (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/libcxx/include/__tuple_dir/
H A Dtuple_size.h25 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS tuple_size; variable
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugArangeSet.cpp105 const uint32_t tuple_size = HeaderData.AddrSize * 2; in extract() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.cpp96 const uint32_t tuple_size = m_header.addr_size << 1; in extract() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp563 PythonTuple::PythonTuple(int tuple_size) { in PythonTuple()