Searched refs:test_bounds (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp417 constexpr const char *test_bounds(const char *p, int o) { function in namespace:compound_assign
420 static_assert(test_bounds("foo", 0)[0] == 'f', "");
421 static_assert(test_bounds("foo", 3)[0] == 0, "");
422 static_assert(test_bounds("foo", 4)[-3] == 'o', "");
423 static_assert(test_bounds("foo" + 4, -4)[0] == 'f', "");
424 static_assert(test_bounds("foo", 5) != 0, ""); // expected-error {{constant}} expected-note {{call}}
425 static_assert(test_bounds("foo", -1) != 0, ""); // expected-error {{constant}} expected-note {{call}}
426 static_assert(test_bounds("foo", 1000) != 0, ""); // expected-error {{constant}} expected-note {{call}}
/external/skia/tests/
H A DClipStackTest.cpp199 static void test_bounds(skiatest::Reporter* reporter, function
1446 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect);
1447 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect);
1448 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath);
H A DPathTest.cpp1165 static void test_bounds(skiatest::Reporter* reporter) { function
4618 test_bounds(reporter);
/external/skqp/tests/
H A DClipStackTest.cpp199 static void test_bounds(skiatest::Reporter* reporter, function
1446 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect);
1447 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect);
1448 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath);
H A DPathTest.cpp1165 static void test_bounds(skiatest::Reporter* reporter) { function
4712 test_bounds(reporter);

Completed in 1344 milliseconds