/external/llvm-project/openmp/libomptarget/deviceRTLs/nvptx/test/parallel/ |
D | thread_limit.c | 15 int check3[MaxThreads]; in main() local 17 check1[i] = check2[i] = check3[i] = 0; in main() 23 map(check1[:], check2[:], check3[:], threadLimit) in main() 42 check3[omp_get_thread_num()] += omp_get_num_threads(); in main() 68 if (check3[i] != ThreadLimit) { in main() 69 printf("invalid: check3[%d] should be %d, is %d\n", i, ThreadLimit, check3[i]); in main() 71 } else if (check3[i] != 0) { in main() 72 printf("invalid: check3[%d] should be 0, is %d\n", i, check3[i]); in main()
|
D | num_threads.c | 15 int check3[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() 47 check3[omp_get_thread_num()] += omp_get_num_threads(); in main() 85 if (check3[i] != NumThreads3) { in main() 86 printf("invalid: check3[%d] should be %d, is %d\n", i, NumThreads3, check3[i]); in main() 88 } else if (check3[i] != 0) { in main() 89 printf("invalid: check3[%d] should be 0, is %d\n", i, check3[i]); in main()
|
D | level.c | 18 int check3[MaxThreads]; in main() local 21 check1[i] = check2[i] = check3[i] = check4[i] = 0; in main() 26 map(check1[:], check2[:], check3[:], check4[:]) in main() 65 check3[id] += omp_get_level() * 5 + omp_get_active_level(); in main() 120 if (check3[i] != Expected3) { in main() 121 printf("invalid: check3[%d] should be %d, is %d\n", i, Expected3, check3[i]); in main() 123 } else if (check3[i] != 0) { in main() 124 printf("invalid: check3[%d] should be 0, is %d\n", i, check3[i]); in main()
|
/external/ltp/testcases/commands/du/ |
D | du01.sh | 72 check3="^\(0\|${page_size}\)[[:space:]]\.\/testdir\/testsymlink" 87 3) du_test "du -a" ${check3};; 88 4) du_test "du --all" ${check3};;
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 32 int check3[count<char, signed char, unsigned char>::value == 3? 1 : -1]; variable 51 int check3[count<char, signed char, unsigned char>::value == 3? 1 : -1]; variable 108 int check3[sum<1, 2, 3, 4, 5>::value == 15? 1 : -1]; variable 256 int check3[Arity<int(float, double, long double...)>::value == 3? 1 : -1]; variable
|
D | partial-ordering.cpp | 30 int check3[X1<tuple<int, int&>>::value == 2? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | metafunctions.cpp | 32 int check3[count<char, signed char, unsigned char>::value == 3? 1 : -1]; variable 51 int check3[count<char, signed char, unsigned char>::value == 3? 1 : -1]; variable 108 int check3[sum<1, 2, 3, 4, 5>::value == 15? 1 : -1]; variable 256 int check3[Arity<int(float, double, long double...)>::value == 3? 1 : -1]; variable
|
D | partial-ordering.cpp | 30 int check3[X1<tuple<int, int&>>::value == 2? 1 : -1]; variable
|
D | multi-level-substitution.cpp | 74 int check3[X1<short, int>::Inner<tuple<pair<short, unsigned short>, variable
|
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 16 typename S<k>::T check3; // ok, u is value-dependent in T() local
|
/external/llvm-project/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.constexpr/ |
D | p2.cpp | 18 typename S<k>::T check3; // ok, k is value-dependent in T() local
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 29 int check3[Y<>::value == 0? 1 : -1]; // uses primary template variable
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
D | p21.cpp | 29 int check3[Y<>::value == 0? 1 : -1]; // uses primary template variable
|
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 42 int check3[has_copy_constructor<HasPrivateCopy>::value? -1 : 1]; variable
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
D | cwg1170.cpp | 42 int check3[has_copy_constructor<HasPrivateCopy>::value? -1 : 1]; variable
|
/external/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 9 int check3[std::__is_scalar<__strong A*>::__value? -1 : 1];
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | arc-libstdcxx.mm | 9 int check3[std::__is_scalar<__strong A*>::__value? -1 : 1];
|
/external/llvm-project/clang/test/SemaCXX/ |
D | issue547.cpp | 67 int check3[classify_function<f3>::value == 10? 1 : -1]; variable
|
/external/clang/test/SemaCXX/ |
D | issue547.cpp | 67 int check3[classify_function<f3>::value == 10? 1 : -1]; variable
|
D | cxx1y-deduced-return-type.cpp | 150 …int &check3 = take_fn<int>(arg_single); // expected-error {{no matching}} expected-note@-4{{no ove… variable
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | exponential-switch-unswitch.ll | 96 %check3 = icmp eq i32 %c2, 33 118 br i1 %check3, label %exit, label %inner_latch
|
/external/clang/test/CXX/drs/ |
D | dr4xx.cpp | 998 int check3[__INT_MAX__ >= 32767 ? 1 : -1]; variable 1008 int check3[__SIZE_WIDTH__ >= 16 ? 1 : -1]; variable 1192 int check3[ __is_trivially_constructible(A, const A&) ? 1 : -1]; variable
|
/external/llvm-project/clang/test/CXX/drs/ |
D | dr4xx.cpp | 1012 int check3[__INT_MAX__ >= 32767 ? 1 : -1]; variable 1022 int check3[__SIZE_WIDTH__ >= 16 ? 1 : -1]; variable 1207 int check3[ __is_trivially_constructible(A, const A&) ? 1 : -1]; variable
|
/external/llvm-project/clang-tools-extra/unittests/clang-tidy/ |
D | ClangTidyOptionsTest.cpp | 97 Checks: "check3,check4" in TEST()
|