Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp438 bool short_mode = false; // this means the string is in short-mode and the in ExtractLibcxxStringInfo() local
456 short_mode = !is_long->GetValueAsUnsigned(/*fail_value=*/0); in ExtractLibcxxStringInfo()
462 short_mode = (size_mode_value & mode_mask) == 0; in ExtractLibcxxStringInfo()
465 if (short_mode) { in ExtractLibcxxStringInfo()