/external/chromium_org/third_party/cython/src/Cython/Utility/ |
D | Overflow.c | 40 #define __Pyx_add_no_overflow(a, b, overflow) ((a) + (b)) argument 41 #define __Pyx_add_const_no_overflow(a, b, overflow) ((a) + (b)) argument 42 #define __Pyx_sub_no_overflow(a, b, overflow) ((a) - (b)) argument 43 #define __Pyx_sub_const_no_overflow(a, b, overflow) ((a) - (b)) argument 44 #define __Pyx_mul_no_overflow(a, b, overflow) ((a) * (b)) argument 45 #define __Pyx_mul_const_no_overflow(a, b, overflow) ((a) * (b)) argument 46 #define __Pyx_div_no_overflow(a, b, overflow) ((a) / (b)) argument 47 #define __Pyx_div_const_no_overflow(a, b, overflow) ((a) / (b)) argument
|
/external/compiler-rt/test/ubsan/TestCases/Misc/ |
D | deduplication.cpp | 6 void overflow() { in overflow() function
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/ |
D | CharT_pointer.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/stlport/test/unit/ |
D | full_streambuf.h | 26 int_type overflow(int_type c) { in overflow() function
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/ |
D | ios_base.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | ostream.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | basic_ios.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/compiler-rt/lib/builtins/ |
D | muloti4.c | 24 __muloti4(ti_int a, ti_int b, int* overflow) in __muloti4()
|
D | mulodi4.c | 22 __mulodi4(di_int a, di_int b, int* overflow) in __mulodi4()
|
D | mulosi4.c | 22 __mulosi4(si_int a, si_int b, int* overflow) in __mulosi4()
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/ |
D | ends.pass.cpp | 38 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | endl.pass.cpp | 40 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | custom_alloc.pass.cpp | 38 virtual int_type overflow(int_type c) in overflow() function
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/ |
D | streambuf.pass.cpp | 44 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-builtinbust-7.js | 6 function overflow() { function
|
/external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/ |
D | overflow.pass.cpp | 32 overflow(typename base::int_type c = base::type_traits::eof()) in overflow() function
|
/external/chromium_org/v8/test/mjsunit/ |
D | smi-representation.js | 66 var overflow = tagged_smi_field(); variable
|
/external/libcxx/test/input.output/iostream.format/ext.manip/ |
D | put_time.pass.cpp | 36 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/ |
D | sputc.pass.cpp | 39 int_type overflow(int_type c = traits_type::eof()) in overflow() function
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/ |
D | pointer.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/ |
D | put.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | write.pass.cpp | 37 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/ |
D | get_streambuf_chart.pass.cpp | 42 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|
D | get_streambuf.pass.cpp | 41 overflow(typename base::int_type __c = base::traits_type::eof()) in overflow() function in testbuf
|