Home
last modified time | relevance | path

Searched defs:overflow (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/
H A Ddeduplication.cpp6 void overflow() { in overflow() function
/llvm-project/clang/test/CodeGen/
H A Dsanitizer-special-case-list.c14 unsigned overflow(void) { in overflow() function
H A Dallow-ubsan-check.c223 int overflow(int x, int y) { overflow() function
[all...]
/llvm-project/compiler-rt/lib/builtins/
H A Dmulosi4.c21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) { in __mulosi4()
H A Dmuloti4.c25 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4()
H A Dmulodi4.c21 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4()
/llvm-project/libcxx/src/filesystem/
H A Dint128_builtins.cpp22 __muloti4(__int128_t a, __int128_t b, int* overflow) { in __muloti4() argument
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
H A Dios_base.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
H A Dostream.pass.cpp39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
H A Dbasic_ios.pass.cpp39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
H A Dstreambuf.pass.cpp45 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/llvm-project/clang/test/SemaCXX/
H A Dinteger-overflow.cpp20 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536'870'912 with type 'int'}} variable
24 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
[all...]
/llvm-project/libc/src/__support/CPP/
H A Dstringstream.h87 bool overflow() const { return err; } overflow() function
/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
H A Dcustom_alloc.pass.cpp41 virtual int_type overflow(int_type c) in overflow() function
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.manip/
H A Dends.pass.cpp39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
H A Dendl.pass.cpp41 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/llvm-project/clang/test/Sema/
H A Dinteger-overflow.c14 static const uint64_t overflow = 1 * 4608 * 1024 * 1024; // expected-warning {{overflow in expression; result is 536'870'912 with type 'int'}} variable
18 uint64_t overflow = 4608 * 1024 * 1024, in check_integer_overflows() local
[all...]
/llvm-project/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
H A Dsputc.pass.cpp40 int_type overflow(int_type = traits_type::eof()) in overflow() function
/llvm-project/libcxx/test/std/input.output/string.streams/stringbuf/stringbuf.virtuals/
H A Doverflow.pass.cpp33 overflow(typename base::int_type c = base::traits_type::eof()) in overflow() function
/llvm-project/libcxx/test/std/input.output/iostream.format/ext.manip/
H A Dput_time.pass.cpp39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/llvm-project/clang/test/Misc/
H A Dconstexpr-source-ranges.cpp38 namespace overflow { namespace
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/
H A Dwrite.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
H A Dput.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
H A Dlong_long.pass.cpp38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.character/
H A Dchar.pass.cpp39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf

1234