Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp601 bool ValueObject::IsCStringContainer(bool check_pointer) { in IsCStringContainer() function in ValueObject
1088 if (IsCStringContainer(true) && in HasSpecialPrintableRepresentation()
1142 if (IsCStringContainer(true) && in DumpPrintableRepresentation()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h669 bool IsCStringContainer(bool check_pointer = false);