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

  /art/runtime/
subtype_check_bits.h 61 BitStructUint</*lsb*/ BitString::BitStructSizeOf(), /*width*/ 1> overflow_; member in namespace:art
trace.h 312 bool overflow_; member in class:art::FINAL
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
enum_set.h 54 overflow_ = std::move(other.overflow_);
56 other.overflow_.reset(nullptr);
62 overflow_.reset(other.overflow_ ? new OverflowSetType(*other.overflow_)
81 if (overflow_) {
82 for (uint32_t c : *overflow_) f(static_cast<EnumType>(c));
89 if (overflow_ && !overflow_->empty()) return false
164 std::unique_ptr<OverflowSetType> overflow_ = {}; member in class:libspirv::EnumSet
    [all...]
  /external/v8/src/
log.cc 562 overflow_ = true;
581 bool result = overflow_;
584 overflow_ = false;
598 bool overflow_; // Tell whether a buffer overflow has occurred. member in class:v8::internal::Profiler
665 overflow_(false),
    [all...]

Completed in 133 milliseconds