Home
last modified time | relevance | path

Searched refs:check5 (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp31 int check5[Y<int, float, double>::value == 0? 1 : -1]; // uses primary template variable
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Darc-libstdcxx.mm11 int check5[std::__is_scalar<__autoreleasing A*>::__value? -1 : 1];
/llvm-project-15.0.7/flang/test/Semantics/
H A Dselect-rank02.f9054 subroutine check5(arr) subroutine
/llvm-project-15.0.7/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2-0x.cpp31 typename S<i2>::T check5; // expected-error {{undefined template}} in T() local
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr4xx.cpp1014 int check5[__LONG_LONG_MAX__ >= 9223372036854775807 ? 1 : -1]; variable
1024 int check5[__WINT_WIDTH__ >= 16 ? 1 : -1]; variable
1209 int check5[ __is_trivially_assignable(A, const A&) ? 1 : -1]; variable
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp99 int check5[X2<short, int>::Inner<int(pair<short, unsigned short>, variable
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddeduced-return-type-cxx14.cpp182 …long &check5 = take_fn(arg_multi); // expected-error {{no matching}} expected-note@-6 {{couldn't i… variable