/llvm-project/compiler-rt/test/ubsan/TestCases/Misc/ |
H A D | deduplication.cpp | 6 void overflow() { in overflow() function
|
/llvm-project/clang/test/CodeGen/ |
H A D | sanitizer-special-case-list.c | 14 unsigned overflow(void) { in overflow() function
|
H A D | allow-ubsan-check.c | 223 int overflow(int x, int y) { overflow() function [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | mulosi4.c | 21 COMPILER_RT_ABI si_int __mulosi4(si_int a, si_int b, int *overflow) { in __mulosi4()
|
H A D | muloti4.c | 25 COMPILER_RT_ABI ti_int __muloti4(ti_int a, ti_int b, int *overflow) { in __muloti4()
|
H A D | mulodi4.c | 21 COMPILER_RT_ABI di_int __mulodi4(di_int a, di_int b, int *overflow) { in __mulodi4()
|
/llvm-project/libcxx/src/filesystem/ |
H A D | int128_builtins.cpp | 22 __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 D | ios_base.pass.cpp | 38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
H A D | ostream.pass.cpp | 39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
H A D | basic_ios.pass.cpp | 39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
H A D | streambuf.pass.cpp | 45 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
/llvm-project/clang/test/SemaCXX/ |
H A D | integer-overflow.cpp | 20 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 D | stringstream.h | 87 bool overflow() const { return err; } overflow() function
|
/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
H A D | custom_alloc.pass.cpp | 41 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 D | ends.pass.cpp | 39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
H A D | endl.pass.cpp | 41 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
/llvm-project/clang/test/Sema/ |
H A D | integer-overflow.c | 14 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 D | sputc.pass.cpp | 40 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 D | overflow.pass.cpp | 33 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 D | put_time.pass.cpp | 39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
/llvm-project/clang/test/Misc/ |
H A D | constexpr-source-ranges.cpp | 38 namespace overflow { namespace
|
/llvm-project/libcxx/test/std/input.output/iostream.format/output.streams/ostream.unformatted/ |
H A D | write.pass.cpp | 38 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|
H A D | put.pass.cpp | 38 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 D | long_long.pass.cpp | 38 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 D | char.pass.cpp | 39 overflow(typename base::int_type ch = base::traits_type::eof()) in overflow() function in testbuf
|