Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/AST/
Dast-dump-record-definition-data.cpp44 struct IsAggregate { struct
Dast-dump-record-definition-data-json.cpp23 struct IsAggregate { struct
/external/llvm-project/lldb/include/lldb/DataFormatters/
DValueObjectPrinter.h74 bool IsAggregate();
/external/llvm-project/lldb/source/DataFormatters/
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()
/external/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h383 IsAggregate = 1 << 3, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h406 IsAggregate = 1 << 3, enumerator
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h406 IsAggregate = 1 << 3, enumerator
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h212 bool IsAggregate(const NodeDef& node);
Dop_types.cc795 if (NumNonControlInputs(node) == 1 && IsAggregate(node)) { in IsValueAndOrderAndShapePreserving()
815 if (NumNonControlInputs(node) == 1 && IsAggregate(node)) { in IsValueAndOrderPreserving()
/external/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp94 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DEnumTables.cpp72 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
/external/llvm-project/llvm/tools/llvm-pdbutil/
DMinimalSymbolDumper.cpp37 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
/external/llvm-project/clang/include/clang/Basic/
DTokenKinds.def485 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc709 return IsAggregate(*node) && NumNonControlInputs(*node) > 1 && in IsSupported()
2482 return IsAggregate(*node) && HasRegularInputs(*node) && in IsSupported()
Dconstant_folding.cc3593 if (!IsAggregate(*node) || !IsCommutative(*node)) return false; in PartialAssocOpConstFolding()
/external/protobuf/src/google/protobuf/
Ddescriptor.cc106 inline bool IsAggregate() const { in IsAggregate() function
3805 if (result.IsAggregate()) { in LookupSymbolNoPlaceholder()