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

  /external/quake/quake/src/WinQuake/
common.h 42 qboolean overflowed; // set to true if the buffer size failed member in struct:sizebuf_s
  /external/quake/quake/src/QW/client/
common.h 40 qboolean overflowed; // set to true if the buffer size failed member in struct:sizebuf_s
  /external/mksh/src/
shf.c 850 bool overflowed = false; local
855 overflowed = true;
859 if (overflowed)
  /external/v8/src/
mark-compact.h 188 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
195 // otherwise mark the object as overflowed and wait for a rescan of the
675 // or overflowed in the heap.
680 // overflowed objects in the heap, in which case the marking stack's
684 // Refill the marking stack with overflowed objects from the heap. This
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 647 // Compute the size before cookie, and track whether it overflowed.
653 // Add in the cookie, and check whether it's overflowed.
754 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
756 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
758 hasOverflow = overflowed;
793 llvm::Value *overflowed = CGF.Builder.CreateExtractValue(result, 1); local
795 hasOverflow = CGF.Builder.CreateOr(hasOverflow, overflowed);
797 hasOverflow = overflowed;
    [all...]

Completed in 258 milliseconds