Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DFormatEntity.cpp1015 const char *token_format = "0x%4.4" PRIx64; in FormatThreadExtendedInfoRecurse() local
1017 token_format = entry.printf_format.c_str(); in FormatThreadExtendedInfoRecurse()
1018 s.Printf(token_format, value->GetAsInteger()->GetValue()); in FormatThreadExtendedInfoRecurse()