Home
last modified time | relevance | path

Searched defs:IsAggregate (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp209 bool ValueObjectPrinter::IsAggregate() { in IsAggregate() function in ValueObjectPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h37 IsAggregate, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h394 IsAggregate = 1 << 3, enumerator
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp5114 bool IsAggregate = PrivateType->isAggregateType(); in emitPrivateReduction() local