Home
last modified time | relevance | path

Searched refs:overflow_ (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/
Denum_set.h58 overflow_ = std::move(other.overflow_); in EnumSet()
60 other.overflow_.reset(nullptr); in EnumSet()
66 overflow_.reset(other.overflow_ ? new OverflowSetType(*other.overflow_)
77 if (a.overflow_ == nullptr && b.overflow_ == nullptr) {
81 if (a.overflow_ == nullptr || b.overflow_ == nullptr) {
85 return *a.overflow_ == *b.overflow_;
105 if (overflow_) { in ForEach()
106 for (uint32_t c : *overflow_) f(static_cast<EnumType>(c)); in ForEach()
113 if (overflow_ && !overflow_->empty()) return false; in IsEmpty()
124 if (!overflow_ || !in_set.overflow_) return false; in HasAnyOf()
[all …]
/external/angle/third_party/spirv-tools/src/source/
Denum_set.h58 overflow_ = std::move(other.overflow_); in EnumSet()
60 other.overflow_.reset(nullptr); in EnumSet()
66 overflow_.reset(other.overflow_ ? new OverflowSetType(*other.overflow_)
77 if (a.overflow_ == nullptr && b.overflow_ == nullptr) {
81 if (a.overflow_ == nullptr || b.overflow_ == nullptr) {
85 return *a.overflow_ == *b.overflow_;
109 if (overflow_) { in ForEach()
110 for (uint32_t c : *overflow_) f(static_cast<EnumType>(c)); in ForEach()
117 if (overflow_ && !overflow_->empty()) return false; in IsEmpty()
128 if (!overflow_ || !in_set.overflow_) return false; in HasAnyOf()
[all …]
/external/deqp-deps/SPIRV-Tools/source/
Denum_set.h58 overflow_ = std::move(other.overflow_); in EnumSet()
60 other.overflow_.reset(nullptr); in EnumSet()
66 overflow_.reset(other.overflow_ ? new OverflowSetType(*other.overflow_)
77 if (a.overflow_ == nullptr && b.overflow_ == nullptr) {
81 if (a.overflow_ == nullptr || b.overflow_ == nullptr) {
85 return *a.overflow_ == *b.overflow_;
109 if (overflow_) { in ForEach()
110 for (uint32_t c : *overflow_) f(static_cast<EnumType>(c)); in ForEach()
117 if (overflow_ && !overflow_->empty()) return false; in IsEmpty()
128 if (!overflow_ || !in_set.overflow_) return false; in HasAnyOf()
[all …]
/external/v8/src/logging/
Dlog.cc840 overflow_ = true; in Insert()
855 bool result = overflow_; in Remove()
858 overflow_ = false; in Remove()
872 bool overflow_; // Tell whether a buffer overflow has occurred. member in v8::internal::Profiler
933 overflow_(false), in Profiler()