Home
last modified time | relevance | path

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

/llvm-project/flang/test/Lower/
H A Darray-constructor-2.f908 integer, parameter :: constant_array(4) = [6, 7, 42, 9] local
18 b = constant_array
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp66 …typedef Types constant_array[17]; // expected-error{{declaration type contains unexpanded paramete… typedef