Home
last modified time | relevance | path

Searched refs:check4 (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/test/SemaObjCXX/
H A Darc-libstdcxx.mm10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
/llvm-project-15.0.7/flang/test/Semantics/
H A Dselect-rank02.f9043 subroutine check4(arr) subroutine
/llvm-project-15.0.7/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 Dmetafunctions.cpp257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
H A Dmulti-level-substitution.cpp94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dexponential-switch-unswitch.ll87 %check4 = icmp eq i32 %c2, 34
106 br i1 %check4, label %exit, label %inner_latch
/llvm-project-15.0.7/clang/test/CXX/drs/
H A Ddr4xx.cpp1013 int check4[__LONG_MAX__ >= 2147483647 ? 1 : -1]; variable
1023 int check4[__WCHAR_WIDTH__ >= 8 ? 1 : -1]; variable
1208 int check4[ __is_trivially_constructible(B, const B&) ? 1 : -1]; variable
/llvm-project-15.0.7/clang-tools-extra/unittests/clang-tidy/
H A DClangTidyOptionsTest.cpp118 Checks: "check3,check4" in TEST()
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Ddeduced-return-type-cxx14.cpp181 int &check4 = take_fn<int>(arg_single<int>); variable