Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp100 std::optional<uint64_t> index_type_bytes = index_type.GetByteSize(nullptr); in LibcxxVariantGetIndexValidity() local
101 if (!index_type_bytes) in LibcxxVariantGetIndexValidity()
104 uint64_t npos_value = VariantNposValue(*index_type_bytes); in LibcxxVariantGetIndexValidity()