/external/clang/test/CodeGen/ |
D | builtins-overflow.c | 14 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/ |
D | assembler-ppc-inl.h | 321 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/ |
D | function-templates-original.cc | 25 this->overflowed(); in Checked() 27 this->overflowed(); in Checked() 32 void overflowed() { } in overflowed() function in WTF::Checked
|
/external/python/cpython3/Python/ |
D | mystrtoul.c | 219 goto overflowed; in PyOS_strtoul() 224 goto overflowed; in PyOS_strtoul() 231 goto overflowed; in PyOS_strtoul() 246 overflowed: in PyOS_strtoul()
|
D | pystate.c | 368 tstate->overflowed = 0; in new_threadstate()
|
/external/python/cpython2/Python/ |
D | mystrtoul.c | 213 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/ |
D | pcre2_substitute.c | 197 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/ |
D | test1416 | 37 HTTP GET with chunked Transfer-Encoding overflowed chunked size
|
/external/python/cpython3/Include/ |
D | ceval.h | 97 PyThreadState_GET()->overflowed = 0; \
|
D | pystate.h | 221 char overflowed; /* The stack has overflowed. Allow 50 more calls member
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/ |
D | implied-cond.ll | 31 ; i condition since it could have overflowed.
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | implied-cond.ll | 31 ; i condition since it could have overflowed.
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_shiftrountine_with_rnd_eld.s | 46 MOVLT r4, #0x80000000 @saturate value if r4 is overflowed
|
/external/mksh/src/ |
D | shf.c | 880 bool overflowed = false; in shf_vfprintf() local 885 overflowed = true; in shf_vfprintf() 889 if (overflowed) in shf_vfprintf()
|
/external/clang/lib/CodeGen/ |
D | CGExprCXX.cpp | 741 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/ |
D | swp-memrefs-epilog1.ll | 7 ; computation using the size that overflowed.
|
/external/compiler-rt/lib/builtins/ |
D | fp_add_impl.inc | 117 // If we have overflowed the type, return +/- infinity:
|
D | fp_mul_impl.inc | 84 // If we have overflowed the type, return +/- infinity.
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 2029 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/ |
D | SkImageInfo_Reference.bmh | 2021 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/ |
D | svga3d_types.h | 1469 uint32 overflowed; member
|
/external/libdrm/intel/ |
D | intel_decode.c | 80 bool overflowed; member 119 if (!ctx->overflowed) { in instr_out() 121 ctx->overflowed = true; in instr_out()
|
/external/mesa3d/src/gallium/docs/source/ |
D | context.rst | 448 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/ |
D | 2.7.12rc1.rst | 718 to the exec() was large enough that it overflowed the internal errpipe_read
|
/external/skqp/site/user/api/ |
D | SkImageInfo_Reference.md | 2193 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
|