Searched refs:overflowed (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGen/
H A Dbuiltins-overflow.c14 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/
H A Dfunction-templates-original.cc28 this->overflowed();
30 this->overflowed();
35 void overflowed() { } function in class:WTF::Checked
H A Dfunction-templates-expected.cc28 this->overflowed();
30 this->overflowed();
/external/v8/src/ppc/
H A Dassembler-ppc-inl.h486 bool overflowed = (opcode == ADDIS);
488 if (overflowed) {
494 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
505 bool overflowed = false; local
513 overflowed = true;
516 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
526 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
534 if (overflowed) {
549 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
550 CHECK(overflowed !
[all...]
/external/pcre/dist2/src/
H A Dpcre2_substitute.c195 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/
H A Doperations.cpp701 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/
H A Dshf.c860 bool overflowed = false; local
865 overflowed = true;
869 if (overflowed)
/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;
/external/v8/src/heap/
H A Dmark-compact.h82 bool overflowed() const { return overflowed_; } function in class:v8::internal::MarkingDeque
89 // deque as overflowed and wait for a rescan of the heap.
111 // the deque as overflowed and wait for a rescan of the heap.
603 // or overflowed in the heap.
607 // or overflowed in the heap. This respects references only considered in
625 // overflowed objects in the heap, in which case the marking stack's
629 // Refill the marking stack with overflowed objects from the heap. This
H A Dmark-compact.cc907 // the marking stack. Instead, we mark them as both marked and overflowed.
908 // When the stack is in the overflowed state, objects marked as overflowed
911 // the heap looking for objects marked as overflowed, push them on the stack,
1378 // overflowed objects in the heap.
1457 // Fill the marking stack with overflowed objects returned by the given
1978 // There may be overflowed objects in the heap. Visit them now.
1979 while (marking_deque()->overflowed()) {
2020 // marking stack have been marked, or are overflowed in the heap.
2039 // Sweep the heap for overflowed object
[all...]
/external/libdrm/intel/
H A Dintel_decode.c86 bool overflowed; member in struct:drm_intel_decode
125 if (!ctx->overflowed) {
127 ctx->overflowed = true;

Completed in 897 milliseconds