Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp644 bool is_char_arr_ptr(type_flags.AnySet(eTypeIsArray | eTypeIsPointer) && in IsCStringContainer() local
646 if (!is_char_arr_ptr) in IsCStringContainer()