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

  /external/v8/tools/clang/rewrite_to_chrome_style/tests/
function-templates-original.cc 28 this->overflowed();
30 this->overflowed();
35 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 860 bool overflowed = false; local
865 overflowed = true;
869 if (overflowed)
  /external/v8/src/ppc/
assembler-ppc-inl.h 147 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
160 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
478 // 2) OVERFLOWED access:
486 bool overflowed = (opcode == ADDIS);
488 if (overflowed) {
494 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
505 bool overflowed = false; local
513 overflowed = true;
516 *access = (overflowed ? ConstantPoolEntry::OVERFLOWE
526 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED); local
549 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 82 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
  /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 86 bool overflowed; member in struct:drm_intel_decode
125 if (!ctx->overflowed) {
127 ctx->overflowed = true;
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 1530 overflowed(Address value, Overflow_check overflow) function in class:__anon108414::Powerpc_relocate_functions
    [all...]

Completed in 1882 milliseconds