HomeSort by relevance Sort by last modified time
    Searched refs:test_bounds (Results 1 - 3 of 3) sorted by null

  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 419 constexpr const char *test_bounds(const char *p, int o) { function in namespace:compound_assign
422 static_assert(test_bounds("foo", 0)[0] == 'f', "");
423 static_assert(test_bounds("foo", 3)[0] == 0, "");
424 static_assert(test_bounds("foo", 4)[-3] == 'o', "");
425 static_assert(test_bounds("foo" + 4, -4)[0] == 'f', "");
426 static_assert(test_bounds("foo", 5) != 0, ""); // expected-error {{constant}} expected-note {{call}}
427 static_assert(test_bounds("foo", -1) != 0, ""); // expected-error {{constant}} expected-note {{call}}
428 static_assert(test_bounds("foo", 1000) != 0, ""); // expected-error {{constant}} expected-note {{call}}
  /external/skia/tests/
ClipStackTest.cpp 188 static void test_bounds(skiatest::Reporter* reporter, SkClipStack::Element::Type primType) { function
    [all...]
PathTest.cpp 923 static void test_bounds(skiatest::Reporter* reporter) { function
    [all...]

Completed in 173 milliseconds