Home
last modified time | relevance | path

Searched defs:constant_array (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp65 …typedef Types constant_array[17]; // expected-error{{declaration type contains unexpanded paramete… typedef
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dindexed_array_analysis.cc821 if (auto* constant_array = dynamic_cast<ConstantArray*>(operand)) { in ComputeArrayForReshape() local