Home
last modified time | relevance | path

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

12

/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/src/ppc/
Dassembler-ppc-inl.h321 bool overflowed = (opcode == ADDIS); in IsConstantPoolLoadStart() local
323 if (overflowed) { in IsConstantPoolLoadStart()
329 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadStart()
340 bool overflowed = false; in IsConstantPoolLoadEnd() local
348 overflowed = true; in IsConstantPoolLoadEnd()
351 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED in IsConstantPoolLoadEnd()
361 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in GetConstantPoolOffset() local
369 if (overflowed) { in GetConstantPoolOffset()
384 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); in PatchConstantPoolAccessInstruction() local
385 CHECK(overflowed != is_int16(offset)); in PatchConstantPoolAccessInstruction()
[all …]
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Dfunction-templates-original.cc25 this->overflowed(); in Checked()
27 this->overflowed(); in Checked()
32 void overflowed() { } in overflowed() function in WTF::Checked
/external/python/cpython3/Python/
Dmystrtoul.c219 goto overflowed; in PyOS_strtoul()
224 goto overflowed; in PyOS_strtoul()
231 goto overflowed; in PyOS_strtoul()
246 overflowed: in PyOS_strtoul()
Dpystate.c368 tstate->overflowed = 0; in new_threadstate()
/external/python/cpython2/Python/
Dmystrtoul.c213 goto overflowed; in PyOS_strtoul()
218 goto overflowed; in PyOS_strtoul()
225 goto overflowed; in PyOS_strtoul()
240 overflowed: in PyOS_strtoul()
/external/pcre/dist2/src/
Dpcre2_substitute.c197 if (!overflowed && lengthleft < length) \
200 overflowed = TRUE; \
203 else if (overflowed) \
231 BOOL overflowed = FALSE; in pcre2_substitute() local
849 if (overflowed) in pcre2_substitute()
/external/curl/tests/data/
Dtest141637 HTTP GET with chunked Transfer-Encoding overflowed chunked size
/external/python/cpython3/Include/
Dceval.h97 PyThreadState_GET()->overflowed = 0; \
Dpystate.h221 char overflowed; /* The stack has overflowed. Allow 50 more calls member
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dimplied-cond.ll31 ; i condition since it could have overflowed.
/external/llvm/test/Transforms/SimplifyCFG/
Dimplied-cond.ll31 ; i condition since it could have overflowed.
/external/libxaac/decoder/armv7/
Dixheaacd_shiftrountine_with_rnd_eld.s46 MOVLT r4, #0x80000000 @saturate value if r4 is overflowed
/external/mksh/src/
Dshf.c880 bool overflowed = false; in shf_vfprintf() local
885 overflowed = true; in shf_vfprintf()
889 if (overflowed) in shf_vfprintf()
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/
Dswp-memrefs-epilog1.ll7 ; computation using the size that overflowed.
/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/skqp/docs/
DSkImageInfo_Reference.bmh2029 SkDebugf("rowBytes:%llu size:%llu overflowed:%s\n", rowBytes, size,
2033 rowBytes:100000000 size:99999999900000008 overflowed:false
2034 rowBytes:1000000000 size:999999999000000008 overflowed:false
2035 rowBytes:10000000000 size:9999999990000000008 overflowed:false
2036 rowBytes:100000000000 size:18446744073709551615 overflowed:true
2037 rowBytes:1000000000000 size:18446744073709551615 overflowed:true
/external/skia/docs/
DSkImageInfo_Reference.bmh2021 SkDebugf("rowBytes:%llu size:%llu overflowed:%s\n", rowBytes, size,
2025 rowBytes:100000000 size:99999999900000008 overflowed:false
2026 rowBytes:1000000000 size:999999999000000008 overflowed:false
2027 rowBytes:10000000000 size:9999999990000000008 overflowed:false
2028 rowBytes:100000000000 size:18446744073709551615 overflowed:true
2029 rowBytes:1000000000000 size:18446744073709551615 overflowed:true
/external/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_types.h1469 uint32 overflowed; member
/external/libdrm/intel/
Dintel_decode.c80 bool overflowed; member
119 if (!ctx->overflowed) { in instr_out()
121 ctx->overflowed = true; in instr_out()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst448 whether a selected stream output target has overflowed as a result of the
454 whether any stream output target has overflowed as a result of the commands
/external/python/cpython2/Misc/NEWS.d/
D2.7.12rc1.rst718 to the exec() was large enough that it overflowed the internal errpipe_read
/external/skqp/site/user/api/
DSkImageInfo_Reference.md2193 rowBytes:100000000 size:99999999900000008 overflowed:false
2194 rowBytes:1000000000 size:999999999000000008 overflowed:false
2195 rowBytes:10000000000 size:9999999990000000008 overflowed:false
2196 rowBytes:100000000000 size:18446744073709551615 overflowed:true
2197 rowBytes:1000000000000 size:18446744073709551615 overflowed:true

12