Searched refs:test_bounds (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx1y.cpp | 417 constexpr const char *test_bounds(const char *p, int o) { in test_bounds() function 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 {{cal… 426 …static_assert(test_bounds("foo", 1000) != 0, ""); // expected-error {{constant}} expected-note {{c…
|
/external/skqp/tests/ |
D | ClipStackTest.cpp | 221 static void test_bounds(skiatest::Reporter* reporter, in test_bounds() function 1464 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect); in DEF_TEST() 1465 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST() 1466 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
|
D | PathTest.cpp | 1170 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function 4725 test_bounds(reporter); in DEF_TEST()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 221 static void test_bounds(skiatest::Reporter* reporter, in test_bounds() function 1499 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRect); in DEF_TEST() 1500 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kRRect); in DEF_TEST() 1501 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
|
D | PathTest.cpp | 1170 static void test_bounds(skiatest::Reporter* reporter) { in test_bounds() function 4752 test_bounds(reporter); in DEF_TEST()
|