Home
last modified time | relevance | path

Searched defs:check2 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dselect-rank02.f9022 subroutine check2(arr) subroutine
24 integer :: arr(..)
25 INTEGER :: j local
26 integer,dimension(-1:10, 20:30) :: brr
/llvm-project/clang/test/SemaCXX/
H A Dpragma-pack.cpp20 namespace check2 { namespace
56 int check2[__alignof(X<long double, true>) == 2 ? 1 : -1]; variable
H A Dtypo-correction-crash.cpp8 auto check2() { in check2() function
H A Dissue547.cpp66 int check2[classify_function<f2>::value == 9? 1 : -1]; variable
H A Ddeduced-return-type-cxx14.cpp179 int &check2 = take_fn(arg_single<int>); variable
/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h182 T check2(ErrorOr<T> e, llvm::function_ref<std::string()> prefix) { check2() function
189 T check2(Expected<T> e, llvm::function_ref<std::string()> prefix) { check2() function
/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
H A Dp2.cpp14 typename S<n>::T check2; // ok, n is value-dependent in T() local
H A Dp2-0x.cpp17 typename S<n>::T check2; // ok, n is value-dependent in T() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmetafunctions.cpp31 int check2[count<float, double>::value == 2? 1 : -1]; variable
50 int check2[count<float, double>::value == 2? 1 : -1]; variable
93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type, variable
230 int check2[is_same<apply_each_nested<int, add_reference_meta, variable
255 int check2[Arity<int(float...)>::value == 1? 1 : -1]; variable
H A Ddeduction.cpp50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1]; variable
H A Dpartial-ordering.cpp29 int check2[X1<tuple<int, int>>::value == 1? 1 : -1]; variable
H A Dmulti-level-substitution.cpp67 int check2[X1<short, int, long>::Inner<tuple<pair<short, unsigned short>, variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dcwg1170.cpp41 int check2[has_copy_constructor<HasDeletedCopy>::value? -1 : 1]; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp21.cpp28 int check2[X<int(float, int)>::value == 0? 1 : -1]; // uses primary template variable
H A Dp9-0x.cpp90 int check2[is_same<split_arrays<int[1], float[2], double[3]>::bounds_types, variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiation-dependence.cpp41 int check2[__is_void(void_t<T>) == 0 ? 1 : -1]; // expected-error {{array with a negative size}} in foo() local