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

  /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
  /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/mksh/src/
shf.c 878 bool overflowed = false; local
883 overflowed = true;
887 if (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...]
  /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/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
  /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...]
  /external/libdrm/intel/
intel_decode.c 84 bool overflowed; member in struct:drm_intel_decode
123 if (!ctx->overflowed) {
125 ctx->overflowed = true;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1530 overflowed(Address value, Overflow_check overflow) function in class:__anon115888::Powerpc_relocate_functions
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_types.h 1469 uint32 overflowed; member in struct:__anon28175
    [all...]

Completed in 338 milliseconds