Home
last modified time | relevance | path

Searched refs:overflowed (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/CodeGen/
Dbuiltins-overflow.c14 void overflowed(void);
26 overflowed(); in test_add_overflow_uint_uint_uint()
40 overflowed(); in test_add_overflow_int_int_int()
54 overflowed(); in test_sub_overflow_uint_uint_uint()
68 overflowed(); in test_sub_overflow_int_int_int()
82 overflowed(); in test_mul_overflow_uint_uint_uint()
96 overflowed(); in test_mul_overflow_int_int_int()
115 overflowed(); in test_add_overflow_uint_int_int()
134 overflowed(); in test_add_overflow_uint_uint_bool()
149 overflowed(); in test_add_overflow_bool_bool_uint()
[all …]
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-original.cc28 this->overflowed(); in Checked()
30 this->overflowed(); in Checked()
35 void overflowed() { } in overflowed() function in WTF::Checked
Dfunction-templates-expected.cc28 this->overflowed(); in Checked()
30 this->overflowed(); in Checked()
/external/v8/src/ppc/
Dassembler-ppc-inl.h486 bool overflowed = (opcode == ADDIS); in IsConstantPoolLoadStart() local
488 if (overflowed) { in IsConstantPoolLoadStart()
494 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadStart()
505 bool overflowed = false; in IsConstantPoolLoadEnd() local
513 overflowed = true; in IsConstantPoolLoadEnd()
516 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadEnd()
526 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in GetConstantPoolOffset() local
534 if (overflowed) { in GetConstantPoolOffset()
549 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in PatchConstantPoolAccessInstruction() local
550 CHECK(overflowed != is_int16(offset)); in PatchConstantPoolAccessInstruction()
[all …]
/external/pcre/dist2/src/
Dpcre2_substitute.c195 if (!overflowed && lengthleft < length) \
198 overflowed = TRUE; \
201 else if (overflowed) \
229 BOOL overflowed = FALSE; in pcre2_substitute() local
814 if (overflowed) in pcre2_substitute()
/external/curl/tests/data/
Dtest141637 HTTP GET with chunked Transfer-Encoding overflowed chunked size
/external/llvm/test/Transforms/SimplifyCFG/
Dimplied-cond.ll31 ; i condition since it could have overflowed.
/external/mksh/src/
Dshf.c860 bool overflowed = false; in shf_vfprintf() local
865 overflowed = true; in shf_vfprintf()
869 if (overflowed) in shf_vfprintf()
/external/libcxx/src/experimental/filesystem/
Doperations.cpp701 const bool overflowed = !detail::set_times_checked<microseconds>( in __last_write_time() local
704 if (overflowed) { in __last_write_time()
717 const bool overflowed = !detail::set_times_checked<nanoseconds>( in __last_write_time() local
719 if (overflowed) { in __last_write_time()
/external/clang/lib/CodeGen/
DCGExprCXX.cpp741 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); in EmitCXXNewAllocSize() local
743 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed); in EmitCXXNewAllocSize()
745 hasOverflow = overflowed; in EmitCXXNewAllocSize()
780 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); in EmitCXXNewAllocSize() local
782 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed); in EmitCXXNewAllocSize()
784 hasOverflow = overflowed; in EmitCXXNewAllocSize()
/external/compiler-rt/lib/builtins/
Dfp_add_impl.inc117 // If we have overflowed the type, return +/- infinity:
Dfp_mul_impl.inc84 // If we have overflowed the type, return +/- infinity.
/external/v8/src/heap/
Dmark-compact.h82 bool overflowed() const { return overflowed_; } in overflowed() function
Dmark-compact.cc1979 while (marking_deque()->overflowed()) { in MarkRoots()
2046 DCHECK(marking_deque()->overflowed()); in RefillMarkingDeque()
2074 while (marking_deque()->overflowed()) { in ProcessMarkingDeque()
2084 DCHECK(marking_deque()->IsEmpty() && !marking_deque()->overflowed()); in ProcessEphemeralMarking()
/external/libdrm/intel/
Dintel_decode.c86 bool overflowed; member
125 if (!ctx->overflowed) { in instr_out()
127 ctx->overflowed = true; in instr_out()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst350 whether the stream output targets have overflowed as a result of the
/external/iputils/
DRELNOTES466 in clockdiff. Very stupid one, the overflowed buffer even was not used. :-)
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...
/external/libpng/
DCHANGES5610 be selected if all the sums overflowed, even if it wasn't in the filter
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/curl/
DCHANGES.02938 overflowed into another unused buffer, so no actual harm was done.
8287 unexpectedly high stack usage and overflowed the stack on some systems
/external/llvm/docs/
DLangRef.rst10906 arithmetic operation overflowed and 0 otherwise. An operation