Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h74 bool IsAggregate();
/freebsd-13.1/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp195 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
627 if (!IsAggregate()) in ShouldPrintEmptyBrackets()
789 } else if (m_curr_depth >= m_options.m_max_depth && IsAggregate() && in PrintChildrenIfNeeded()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h409 IsAggregate = 1 << 3, enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp37 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def487 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)