HomeSort by relevance Sort by last modified time
    Searched refs:overflowed (Results 1 - 21 of 21) sorted by null

  /external/clang/test/CodeGen/
builtins-overflow.c 14 void overflowed(void);
26 overflowed();
40 overflowed();
54 overflowed();
68 overflowed();
82 overflowed();
96 overflowed();
115 overflowed();
134 overflowed();
149 overflowed();
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
function-templates-original.cc 25 this->overflowed();
27 this->overflowed();
32 void overflowed() { } function in class:WTF::Checked
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
mystrtoul.c 213 goto overflowed;
218 goto overflowed;
225 goto overflowed;
240 overflowed:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
mystrtoul.c 213 goto overflowed;
218 goto overflowed;
225 goto overflowed;
240 overflowed:
  /external/python/cpython2/Python/
mystrtoul.c 213 goto overflowed;
218 goto overflowed;
225 goto overflowed;
240 overflowed:
  /external/v8/src/ppc/
assembler-ppc-inl.h 158 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
171 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
489 // 2) OVERFLOWED access:
497 bool overflowed = (opcode == ADDIS);
499 if (overflowed) {
505 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
516 bool overflowed = false; local
524 overflowed = true;
527 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
537 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
560 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-over3.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.data' will not fit in region `r2'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 4 bytes\n[^ \n]*?ld[^:\n]*?: region `r2' overflowed by 4 bytes\Z
rgn-over6.d 4 # error: \A[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `r1'\n[^ \n]*?ld[^:\n]*?: [^\n]*?section `\.text' will not fit in region `v1'\n[^ \n]*?ld[^:\n]*?: region `r1' overflowed by 16 bytes\n[^ \n]*?ld[^:\n]*?: region `v1' overflowed by 16 bytes\Z
  /external/pcre/dist2/src/
pcre2_substitute.c 195 if (!overflowed && lengthleft < length) \
198 overflowed = TRUE; \
201 else if (overflowed) \
229 BOOL overflowed = FALSE; local
810 /* If overflowed is set it means the PCRE2_SUBSTITUTE_OVERFLOW_LENGTH is set,
814 if (overflowed)
  /external/libcxx/src/experimental/filesystem/
operations.cpp 701 const bool overflowed = !detail::set_times_checked<microseconds>( local
704 if (overflowed) {
717 const bool overflowed = !detail::set_times_checked<nanoseconds>( local
719 if (overflowed) {
  /external/mksh/src/
shf.c 878 bool overflowed = false; local
883 overflowed = true;
887 if (overflowed)
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 634 // Compute the size before cookie, and track whether it overflowed.
640 // Add in the cookie, and check whether it's overflowed.
741 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
743 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
745 hasOverflow = overflowed;
780 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
782 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
784 hasOverflow = overflowed;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpint.go 17 Ovf bool // set if Val overflowed compiler limit (sticky)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpint.go 17 Ovf bool // set if Val overflowed compiler limit (sticky)
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 1469 uint32 overflowed; member in struct:__anon28175
    [all...]
  /external/v8/src/heap/
mark-compact.h 152 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
159 // deque as overflowed and wait for a rescan of the heap.
181 // the deque as overflowed and wait for a rescan of the heap.
670 // or overflowed in the heap.
675 // or overflowed in the heap. This respects references only considered in
693 // overflowed objects in the heap, in which case the marking stack's
698 // Refill the marking stack with overflowed objects from the heap. This
mark-compact.cc 884 // the marking stack. Instead, we mark them as both marked and overflowed.
885 // When the stack is in the overflowed state, objects marked as overflowed
888 // the heap looking for objects marked as overflowed, push them on the stack,
    [all...]
  /external/libdrm/intel/
intel_decode.c 84 bool overflowed; member in struct:drm_intel_decode
123 if (!ctx->overflowed) {
125 ctx->overflowed = true;
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 433 // 0xf000. Thus it cannot have overflowed when we eliminated top for the
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 433 // 0xf000. Thus it cannot have overflowed when we eliminated top for the
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1530 overflowed(Address value, Overflow_check overflow) function in class:__anon115888::Powerpc_relocate_functions
    [all...]

Completed in 735 milliseconds