Searched defs:overflowed (Results 1 - 4 of 4) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dcommon.h42 qboolean overflowed; // set to true if the buffer size failed member in struct:sizebuf_s
/external/quake/quake/src/QW/client/
H A Dcommon.h40 qboolean overflowed; // set to true if the buffer size failed member in struct:sizebuf_s
/external/v8/src/
H A Dmark-compact.h188 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/
H A DCGExprCXX.cpp634 // 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;

Completed in 3852 milliseconds