OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overflow
(Results
1 - 25
of
287
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp
6
void
overflow
() {
function
19
overflow
();
20
overflow
();
21
overflow
();
/external/v8/test/mjsunit/regress/
regress-builtinbust-7.js
6
function
overflow
() {
function in function:function
7
return
overflow
() + 1;
9
Object.defineProperty =
overflow
;
20
Object.apply =
overflow
;
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp
38
virtual int_type
overflow
(int_type c)
function in struct:test
39
{return std::strstreambuf::
overflow
(c);}
47
s.
overflow
('a');
/external/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp
15
// int_type
overflow
(int_type c = traits::eof());
32
overflow
(typename base::int_type c = base::traits_type::eof())
function in struct:testbuf
33
{++overflow_called; return base::
overflow
(c);}
42
tb.
overflow
();
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
custom_alloc.pass.cpp
38
virtual int_type
overflow
(int_type c)
function in struct:test
39
{return std::strstreambuf::
overflow
(c);}
47
s.
overflow
('a');
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/string.streams/stringbuf/stringbuf.virtuals/
overflow.pass.cpp
15
// int_type
overflow
(int_type c = traits::eof());
32
overflow
(typename base::int_type c = base::type_traits::eof())
function in struct:testbuf
33
{++overflow_called; return base::
overflow
(c);}
/external/curl/lib/
strtoofft.c
59
int
overflow
;
local
109
overflow
= 0;
116
overflow
= 1;
123
if(!
overflow
) {
/external/libcxx/test/std/input.output/iostream.format/ext.manip/
put_money.pass.cpp
38
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
put_time.pass.cpp
36
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp
44
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
/external/libcxx/test/std/input.output/iostream.format/input.streams/istream.unformatted/
get_streambuf.pass.cpp
41
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
get_streambuf_chart.pass.cpp
42
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp
38
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
ios_base.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
ostream.pass.cpp
38
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
streambuf.pass.cpp
44
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
/external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
double.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
float.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
int.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
long.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
long_double.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
long_long.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
short.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
unsigned_int.pass.cpp
37
overflow
(typename base::int_type __c = base::traits_type::eof())
function in class:testbuf
Completed in 271 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>