/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/ |
D | num_threads.c | 16 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()
|
D | level.c | 19 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/ |
D | p2.cpp | 19 …typename S<i>::T check4; // expected-error {{not an integral constant expression}} expected-error … in T() local
|
D | p2-0x.cpp | 26 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/ |
D | p2.cpp | 21 …typename S<i>::T check4; // cxx98-error {{not an integral constant expression}} cxx98-note {{read … in T() local
|
D | p2-0x.cpp | 26 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/ |
D | p21.cpp | 30 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/ |
D | p21.cpp | 30 int check4[Y<int&, float&, double&>::value == 1? 1 : -1]; // uses partial specialization variable
|
/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 10 int check4[std::__is_scalar<__weak A*>::__value? -1 : 1];
|
/external/llvm-project/flang/test/Semantics/ |
D | select-rank02.f90 | 43 subroutine check4(arr) subroutine
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | partial-ordering.cpp | 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
|
D | metafunctions.cpp | 257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
|
D | multi-level-substitution.cpp | 94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | partial-ordering.cpp | 31 int check4[X1<tuple<int&, int&>>::value == 3? 1 : -1]; variable
|
D | metafunctions.cpp | 257 …Arity<int(float, double, long double, char)> check4; // expected-error{{implicit instantiation of … variable
|
D | multi-level-substitution.cpp | 94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>, variable
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | exponential-switch-unswitch.ll | 97 %check4 = icmp eq i32 %c2, 34 116 br i1 %check4, label %exit, label %inner_latch
|
/external/clang/test/CXX/drs/ |
D | dr4xx.cpp | 999 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/ |
D | dr4xx.cpp | 1013 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/ |
D | ClangTidyOptionsTest.cpp | 97 Checks: "check3,check4" in TEST()
|
/external/clang/test/SemaCXX/ |
D | cxx1y-deduced-return-type.cpp | 151 int &check4 = take_fn<int>(arg_single<int>); variable
|
/external/llvm-project/clang/test/SemaCXX/ |
D | cxx1y-deduced-return-type.cpp | 170 int &check4 = take_fn<int>(arg_single<int>); variable
|