Home
last modified time | relevance | path

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

/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/
Dnum_threads.c16 int check4[MaxThreads]; in main() local
18 check1[i] = check2[i] = check3[i] = check4[i] = 0; in main()
25 #pragma omp target map(check1[:], check2[:], check3[:], check4[:]) \ in main()
55 check4[omp_get_thread_num()] += omp_get_num_threads(); in main()
93 if (check4[i] != NumThreads2) { in main()
94 printf("invalid: check4[%d] should be %d, is %d\n", i, NumThreads2, check4[i]); in main()
96 } else if (check4[i] != 0) { in main()
97 printf("invalid: check4[%d] should be 0, is %d\n", i, check4[i]); in main()
Dlevel.c19 int check4[MaxThreads]; in main() local
21 check1[i] = check2[i] = check3[i] = check4[i] = 0; in main()
26 map(check1[:], check2[:], check3[:], check4[:]) in main()
79 check4[id] += check4Inc; in main()
130 if (check4[i] != Expected4) { in main()
131 printf("invalid: check4[%d] should be %d, is %d\n", i, Expected4, check4[i]); in main()
133 } else if (check4[i] != 0) { in main()
134 printf("invalid: check4[%d] should be 0, is %d\n", i, check4[i]); in main()
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp19 …typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error … in T() local
Dp2-0x.cpp26 typename S<i>::T check4; // ok, i is value-dependent in T() local
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/
Dp2.cpp21 …typename S<i>::T check4; // cxx98-error {{not an integral constant expression}} cxx98-note {{read … in T() local
Dp2-0x.cpp26 typename S<i>::T check4; // ok, i is value-dependent in T() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
Dp21.cpp30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
/external/clang/test/SemaObjCXX/
Darc-libstdcxx.mm10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
/external/llvm-project/clang/test/SemaObjCXX/
Darc-libstdcxx.mm10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
/external/llvm-project/flang/test/Semantics/
Dselect-rank02.f9043 subroutine check4(arr) subroutine
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
Dpartial-ordering.cpp31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
Dmetafunctions.cpp257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
Dmulti-level-substitution.cpp94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dpartial-ordering.cpp31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
Dmetafunctions.cpp257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
Dmulti-level-substitution.cpp94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/
Dexponential-switch-unswitch.ll97 %check4 = icmp eq i32 %c2, 34
116 br i1 %check4, label %exit, label %inner_latch
/external/clang/test/CXX/drs/
Ddr4xx.cpp999 int check4[__LONG_MAX__ >= 2147483647 ? 1 : -1]; variable
1009 int check4[__WCHAR_WIDTH__ >= 8 ? 1 : -1]; variable
1194 int check4[ __is_trivially_constructible(B, const B&) ? 1 : -1]; variable
/external/llvm-project/clang/test/CXX/drs/
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
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/
DClangTidyOptionsTest.cpp97 Checks: "check3,check4" in TEST()
/external/clang/test/SemaCXX/
Dcxx1y-deduced-return-type.cpp151 int &check4 = take_fn<int>(arg_single<int>); variable
/external/llvm-project/clang/test/SemaCXX/
Dcxx1y-deduced-return-type.cpp170 int &check4 = take_fn<int>(arg_single<int>); variable