/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_aggregate.pass.cpp | 24 static_assert( std::is_aggregate<T>::value, ""); in test_true() 25 static_assert( std::is_aggregate<const T>::value, ""); in test_true() 26 static_assert( std::is_aggregate<volatile T>::value, ""); in test_true() 27 static_assert( std::is_aggregate<const volatile T>::value, ""); in test_true() 39 static_assert(!std::is_aggregate<T>::value, ""); in test_false() 40 static_assert(!std::is_aggregate<const T>::value, ""); in test_false() 41 static_assert(!std::is_aggregate<volatile T>::value, ""); in test_false() 42 static_assert(!std::is_aggregate<const volatile T>::value, ""); in test_false()
|
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/ |
D | is_aggregate.pass.cpp | 23 static_assert( std::is_aggregate<T>::value, ""); in test_true() 24 static_assert( std::is_aggregate<const T>::value, ""); in test_true() 25 static_assert( std::is_aggregate<volatile T>::value, ""); in test_true() 26 static_assert( std::is_aggregate<const volatile T>::value, ""); in test_true() 38 static_assert(!std::is_aggregate<T>::value, ""); in test_false() 39 static_assert(!std::is_aggregate<const T>::value, ""); in test_false() 40 static_assert(!std::is_aggregate<volatile T>::value, ""); in test_false() 41 static_assert(!std::is_aggregate<const volatile T>::value, ""); in test_false()
|
/external/llvm-project/libcxx/test/std/containers/sequences/array/ |
D | aggregate.pass.cpp | 24 static_assert(std::is_aggregate<std::array<T, 0> >::value, ""); in check_aggregate() 25 static_assert(std::is_aggregate<std::array<T, 1> >::value, ""); in check_aggregate() 26 static_assert(std::is_aggregate<std::array<T, 2> >::value, ""); in check_aggregate() 27 static_assert(std::is_aggregate<std::array<T, 3> >::value, ""); in check_aggregate() 28 static_assert(std::is_aggregate<std::array<T, 4> >::value, ""); in check_aggregate()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | AddV2.pbtxt | 33 is_aggregate: true 69 is_aggregate: true 105 is_aggregate: true 142 is_aggregate: true 181 is_aggregate: true
|
D | AddN.pbtxt | 40 is_aggregate: true 83 is_aggregate: true 128 is_aggregate: true 174 is_aggregate: true 220 is_aggregate: true
|
D | AccumulateNV2.pbtxt | 46 is_aggregate: true 95 is_aggregate: true 144 is_aggregate: true
|
D | RiscAdd.pbtxt | 27 is_aggregate: true
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | AddN.pbtxt | 40 is_aggregate: true 83 is_aggregate: true 128 is_aggregate: true 174 is_aggregate: true 220 is_aggregate: true
|
D | AddV2.pbtxt | 33 is_aggregate: true 69 is_aggregate: true 105 is_aggregate: true
|
D | AccumulateNV2.pbtxt | 46 is_aggregate: true 95 is_aggregate: true 144 is_aggregate: true
|
/external/apache-commons-bcel/docs/ |
D | classfile.mdl | 340 is_aggregate TRUE) 356 is_aggregate TRUE) 371 is_aggregate TRUE) 387 is_aggregate TRUE) 402 is_aggregate TRUE) 417 is_aggregate TRUE) 432 is_aggregate TRUE) 447 is_aggregate TRUE) 462 is_aggregate TRUE) 478 is_aggregate TRUE) [all …]
|
D | generic.mdl | 446 is_aggregate TRUE) 461 is_aggregate TRUE) 476 is_aggregate TRUE) 491 is_aggregate TRUE) 506 is_aggregate TRUE) 547 is_aggregate TRUE) 563 is_aggregate TRUE)
|
/external/tensorflow/tensorflow/c/ |
D | ops.h | 202 TF_OpDefinitionBuilder* builder, bool is_aggregate);
|
D | ops_test.cc | 156 ASSERT_TRUE(op.is_aggregate()); in TEST()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_def.proto | 121 // If is_aggregate is true, then this operation accepts N >= 2 129 bool is_aggregate = 16; // for things like add field
|
D | op_def_util.cc | 425 if (op_def.is_aggregate()) { in SummarizeOpDef()
|
/external/llvm-project/lldb/source/Core/ |
D | FormatEntity.cpp | 852 bool is_aggregate = target->GetCompilerType().IsAggregateType(); in DumpValue() local 893 if (is_aggregate && was_plain_var) { in DumpValue() 900 if (is_aggregate && in DumpValue()
|
/external/llvm-project/libcxx/include/ |
D | type_traits | 106 template <class T> struct is_aggregate; // C++17 312 = is_aggregate<T>::value; // C++17 1708 // is_aggregate 1712 is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; 1717 = is_aggregate<_Tp>::value;
|
/external/libcxx/include/ |
D | type_traits | 104 template <class T> struct is_aggregate; // C++17 301 = is_aggregate<T>::value; // C++17 1407 // is_aggregate 1411 is_aggregate : public integral_constant<bool, __is_aggregate(_Tp)> {}; 1416 = is_aggregate<_Tp>::value;
|
/external/llvm-project/libcxx/docs/ |
D | Cxx1zStatusIssuesStatus.csv | 312 "`2911 <https://wg21.link/LWG2911>`__","An is_aggregate type trait is needed","Kona","|Complete|",""
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | StdSymbolMap.inc | 492 SYMBOL(is_aggregate, std::, <type_traits>)
|
/external/llvm-project/clang/test/SemaCXX/ |
D | type-traits.cpp | 522 void is_aggregate() in is_aggregate() function
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 137 is_aggregate: true 186 is_aggregate: true 235 is_aggregate: true 917 is_aggregate: true 960 is_aggregate: true 1005 is_aggregate: true 1051 is_aggregate: true 1097 is_aggregate: true 1170 is_aggregate: true 1206 is_aggregate: true [all …]
|
D | ops_history.v0.pbtxt | 437 is_aggregate: true 477 is_aggregate: true 518 is_aggregate: true 560 is_aggregate: true
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 91 is_aggregate: true 370 is_aggregate: true 447 is_aggregate: true 41819 is_aggregate: true
|