Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp100 llvm::Expected<uint64_t> index_type_bytes = index_type.GetByteSize(nullptr); in LibcxxVariantGetIndexValidity() local
101 if (!index_type_bytes) { in LibcxxVariantGetIndexValidity()
103 index_type_bytes.takeError(), "{0}"); in LibcxxVariantGetIndexValidity()
104 if (!index_type_bytes) in LibcxxVariantGetIndexValidity()
107 uint64_t npos_value = VariantNposValue(*index_type_bytes); in LibcxxVariantGetIndexValidity()