Home
last modified time | relevance | path

Searched refs:test_overflow (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/lcov/example/
DMakefile28 .PHONY: clean output test_noargs test_2_to_2000 test_overflow
44 output: example descriptions test_noargs test_2_to_2000 test_overflow
63 all_tests: example test_noargs test_2_to_2000 test_overflow
85 test_overflow: target
Ddescriptions.txt8 test_overflow
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp395 constexpr bool test_overflow() { in test_overflow() function
402 static_assert(test_overflow<int>(), ""); // expected-error {{constant}} expected-note {{call}}
403 static_assert(test_overflow<unsigned>(), ""); // ok, unsigned overflow is defined
404 static_assert(test_overflow<short>(), ""); // ok, short is promoted to int before multiplication
405 static_assert(test_overflow<unsigned short>(), ""); // ok
406 static_assert(test_overflow<unsigned long long>(), ""); // ok
407 …static_assert(test_overflow<long long>(), ""); // expected-error {{constant}} expected-note {{call…
408 static_assert(test_overflow<float>(), ""); // expected-error {{constant}} expected-note {{call}}
/external/skia/tests/
DPointTest.cpp86 static void test_overflow(skiatest::Reporter* reporter) { in test_overflow() function
138 test_overflow(reporter); in DEF_TEST()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
Dtest_intnum.py20 def test_overflow(self): member in TIntNum