/external/llvm-project/clang/test/AST/ |
D | ast-dump-record-definition-data.cpp | 44 struct IsAggregate { struct
|
D | ast-dump-record-definition-data-json.cpp | 23 struct IsAggregate { struct
|
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | ValueObjectPrinter.h | 74 bool IsAggregate();
|
/external/llvm-project/lldb/source/DataFormatters/ |
D | ValueObjectPrinter.cpp | 195 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/ |
D | CodeView.h | 383 IsAggregate = 1 << 3, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 406 IsAggregate = 1 << 3, enumerator
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 406 IsAggregate = 1 << 3, enumerator
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.h | 212 bool IsAggregate(const NodeDef& node);
|
D | op_types.cc | 795 if (NumNonControlInputs(node) == 1 && IsAggregate(node)) { in IsValueAndOrderAndShapePreserving() 815 if (NumNonControlInputs(node) == 1 && IsAggregate(node)) { in IsValueAndOrderPreserving()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 94 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 80 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 72 CV_ENUM_CLASS_ENT(LocalSymFlags, IsAggregate),
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 37 PUSH_FLAG(LocalSymFlags, IsAggregate, Flags, "aggregate"); in formatLocalSymFlags()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | TokenKinds.def | 485 TYPE_TRAIT_1(__is_aggregate, IsAggregate, KEYCXX)
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer.cc | 709 return IsAggregate(*node) && NumNonControlInputs(*node) > 1 && in IsSupported() 2482 return IsAggregate(*node) && HasRegularInputs(*node) && in IsSupported()
|
D | constant_folding.cc | 3593 if (!IsAggregate(*node) || !IsCommutative(*node)) return false; in PartialAssocOpConstFolding()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 106 inline bool IsAggregate() const { in IsAggregate() function 3805 if (result.IsAggregate()) { in LookupSymbolNoPlaceholder()
|