Home
last modified time | relevance | path

Searched refs:is_aggregate (Results 1 – 25 of 25) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_aggregate.pass.cpp24 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/
Dis_aggregate.pass.cpp23 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/
Daggregate.pass.cpp24 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/
DAddV2.pbtxt33 is_aggregate: true
69 is_aggregate: true
105 is_aggregate: true
142 is_aggregate: true
181 is_aggregate: true
DAddN.pbtxt40 is_aggregate: true
83 is_aggregate: true
128 is_aggregate: true
174 is_aggregate: true
220 is_aggregate: true
DAccumulateNV2.pbtxt46 is_aggregate: true
95 is_aggregate: true
144 is_aggregate: true
DRiscAdd.pbtxt27 is_aggregate: true
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DAddN.pbtxt40 is_aggregate: true
83 is_aggregate: true
128 is_aggregate: true
174 is_aggregate: true
220 is_aggregate: true
DAddV2.pbtxt33 is_aggregate: true
69 is_aggregate: true
105 is_aggregate: true
DAccumulateNV2.pbtxt46 is_aggregate: true
95 is_aggregate: true
144 is_aggregate: true
/external/apache-commons-bcel/docs/
Dclassfile.mdl340 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 …]
Dgeneric.mdl446 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/
Dops.h202 TF_OpDefinitionBuilder* builder, bool is_aggregate);
Dops_test.cc156 ASSERT_TRUE(op.is_aggregate()); in TEST()
/external/tensorflow/tensorflow/core/framework/
Dop_def.proto121 // If is_aggregate is true, then this operation accepts N >= 2
129 bool is_aggregate = 16; // for things like add field
Dop_def_util.cc425 if (op_def.is_aggregate()) { in SummarizeOpDef()
/external/llvm-project/lldb/source/Core/
DFormatEntity.cpp852 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/
Dtype_traits106 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/
Dtype_traits104 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/
DCxx1zStatusIssuesStatus.csv312 "`2911 <https://wg21.link/LWG2911>`__","An is_aggregate type trait is needed","Kona","|Complete|",""
/external/llvm-project/clang-tools-extra/clangd/
DStdSymbolMap.inc492 SYMBOL(is_aggregate, std::, <type_traits>)
/external/llvm-project/clang/test/SemaCXX/
Dtype-traits.cpp522 void is_aggregate() in is_aggregate() function
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt137 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 …]
Dops_history.v0.pbtxt437 is_aggregate: true
477 is_aggregate: true
518 is_aggregate: true
560 is_aggregate: true
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt91 is_aggregate: true
370 is_aggregate: true
447 is_aggregate: true
41819 is_aggregate: true