Home
last modified time | relevance | path

Searched defs:check4 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dselect-rank02.f9046 subroutine check4(arr) subroutine
48 integer :: arr(..)
49 REAL, DIMENSION(2,3) :: A local
50 REAL, DIMENSION(0:1,0:2) :: B local
51 INTEGER :: j local
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2.cpp21 …typename S<i>::T check4; // cxx98-error {{not an integral constant expression}} cxx98-note {{read … in T() local
H A Dp2-0x.cpp27 typename S<i>::T check4; // ok, i is value-dependent in T() local
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dpartial-ordering.cpp31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
H A Dmulti-level-substitution.cpp94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
H A Dmetafunctions.cpp257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
/llvm-project/clang/test/SemaCXX/
H A Ddeduced-return-type-cxx14.cpp181 int &check4 = take_fn<int>(arg_single<int>); variable