/external/ltp/testcases/commands/du/ |
D | du01.sh | 87 check3="^\(0\|${page_size}\)[[:space:]]\.\/testdir\/testsymlink" 102 3) du_test "du -a" ${check3};; 103 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/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/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/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/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/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/v8/src/compiler/ |
D | effect-control-linearizer.cc | 4494 Node* check3 = __ Float64LessThan(temp1, temp2); in LowerFloat64RoundUp() local 4495 __ GotoIfNot(check3, &done_temp3, temp2); in LowerFloat64RoundUp() 4583 Node* check3 = __ Float64LessThan(temp2, temp1); in BuildFloat64RoundDown() local 4584 __ GotoIf(check3, &if_temp2_lt_temp1); in BuildFloat64RoundDown() 4727 Node* check3 = __ Float64LessThan(temp1, temp2); in BuildFloat64RoundTruncate() local 4728 __ GotoIfNot(check3, &done_temp3, temp2); in BuildFloat64RoundTruncate()
|
D | js-typed-lowering.cc | 1286 Node* check3 = graph()->NewNode(simplified()->ReferenceEqual(), in ReduceJSHasInPrototypeChain() local 1288 Node* branch3 = graph()->NewNode(common()->Branch(), check3, control); in ReduceJSHasInPrototypeChain()
|