/third_party/boost/libs/hana/example/tuple/ |
D | foldable.cpp | 19 constexpr auto negatives = hana::tuple_c<int, -1, -7, -2, -5>; in main() local 25 …ST_HANA_CONSTANT_CHECK(hana::fold_right(numbers, hana::tuple_c<int>, keep_negatives) == negatives); in main()
|
/third_party/boost/libs/mpl/test/ |
D | fold.cpp | 47 typedef list_c<int,-1,-7,-2,-5> negatives; in MPL_TEST_CASE() typedef 54 MPL_ASSERT(( equal< result,negatives,equal_to<_1,_2> > )); in MPL_TEST_CASE()
|
/third_party/typescript/tests/baselines/reference/ |
D | unicodeExtendedEscapesInTemplates14_ES6.types | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInStrings14_ES5.types | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInTemplates14_ES5.types | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInStrings14_ES6.types | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInStrings14_ES6.symbols | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInTemplates14_ES5.symbols | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInStrings14_ES5.symbols | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInTemplates14_ES6.symbols | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInRegularExpressions14_ES5.types | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInRegularExpressions14_ES6.symbols | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInRegularExpressions14_ES6.types | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInRegularExpressions14_ES5.symbols | 2 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInStrings14_ES6.errors.txt | 5 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInStrings14_ES5.errors.txt | 5 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInTemplates14_ES6.errors.txt | 5 // Shouldn't work, negatives are not allowed.
|
D | unicodeExtendedEscapesInTemplates14_ES5.errors.txt | 5 // Shouldn't work, negatives are not allowed.
|
D | enumConstantMembers.types | 2 // Constant members allow negatives, but not decimals. Also hex literals are allowed
|
D | enumConstantMembers.errors.txt | 11 // Constant members allow negatives, but not decimals. Also hex literals are allowed
|
D | enumConstantMembers.symbols | 2 // Constant members allow negatives, but not decimals. Also hex literals are allowed
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | reverse_fold.rst | 128 typedef list_c<int,-1,-7,-2,-5> negatives; 135 BOOST_MPL_ASSERT(( equal< negatives,result > ));
|
D | reverse_iter_fold.rst | 131 typedef list_c<int,-1,-7,-2,-5> negatives; 139 negatives
|
/third_party/python/Lib/test/decimaltestdata/ |
D | ddRotate.decTest | 130 -- negatives 152 -- more negatives (of sanities)
|
D | ddShift.decTest | 130 -- negatives 152 -- more negatives (of sanities)
|