Searched defs:check4 (Results 1 – 8 of 8) sorted by relevance
/llvm-project/flang/test/Semantics/ |
H A D | select-rank02.f90 | 46 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 D | p2.cpp | 21 …typename S<i>::T check4; // cxx98-error {{not an integral constant expression}} cxx98-note {{read … in T() local
|
H A D | p2-0x.cpp | 27 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 D | p21.cpp | 30 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 D | partial-ordering.cpp | 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
|
H A D | multi-level-substitution.cpp | 94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
|
H A D | metafunctions.cpp | 257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | deduced-return-type-cxx14.cpp | 181 int &check4 = take_fn<int>(arg_single<int>); variable
|