Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp857 const uint32_t type_info_flags = in DumpValue() local
859 bool is_array = (type_info_flags & eTypeIsArray) != 0; in DumpValue()
860 bool is_pointer = (type_info_flags & eTypeIsPointer) != 0; in DumpValue()