Home
last modified time | relevance | path

Searched refs:overflow_called (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp21 int overflow_called = 0; variable
42 ++overflow_called; in overflow()
51 assert(overflow_called == 0); in main()
53 assert(overflow_called == 1); in main()
57 assert(overflow_called == 1); in main()
60 assert(overflow_called == 1); in main()
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Doverflow.pass.cpp21 int overflow_called = 0; variable
34 {++overflow_called; return base::overflow(c);} in overflow()