Searched refs:IsAggregate (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.h | 37 IsAggregate, enumerator 164 KIND(LVScopeKind, IsAggregate); 169 KIND_1(LVScopeKind, IsClass, IsAggregate); 182 KIND_1(LVScopeKind, IsStructure, IsAggregate); 188 KIND_1(LVScopeKind, IsUnion, IsAggregate);
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/ |
| H A D | ValueObjectPrinter.h | 94 bool IsAggregate();
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | ValueObjectPrinter.cpp | 209 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter 678 if (!IsAggregate()) in ShouldPrintEmptyBrackets() 855 } else if (HasReachedMaximumDepth() && IsAggregate() && in PrintChildrenIfNeeded()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 394 IsAggregate = 1 << 3, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | Options.cpp | 340 clEnumValN(LVScopeKind::IsAggregate, "Aggregate",
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 40 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVScope.cpp | 86 {LVScopeKind::IsAggregate, &LVScope::getIsAggregate},
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 520 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5114 bool IsAggregate = PrivateType->isAggregateType(); in emitPrivateReduction() local 5119 if (IsAggregate) in emitPrivateReduction() 5125 if (IsAggregate) { in emitPrivateReduction()
|