Searched refs:has_value (Results 1 - 22 of 22) sorted by relevance

/external/v8/testing/
H A Dgmock-support.h18 bool has_value() const { return has_value_; } function in class:testing::Capture
21 DCHECK(!has_value());
41 if (capture_->has_value()) *os << " which has value " << capture_->value();
45 if (!capture_->has_value()) {
/external/v8/test/cctest/
H A Dtest-flags.cc67 CHECK(FLAG_testing_maybe_bool_flag.has_value);
84 CHECK(FLAG_testing_maybe_bool_flag.has_value);
104 CHECK(FLAG_testing_maybe_bool_flag.has_value);
121 CHECK(FLAG_testing_maybe_bool_flag.has_value);
137 CHECK(!FLAG_testing_maybe_bool_flag.has_value);
145 CHECK(!FLAG_testing_maybe_bool_flag.has_value);
H A Dtest-heap.cc195 CHECK(maybe.has_value);
264 CHECK(maybe.has_value);
284 CHECK(maybe.has_value);
643 CHECK(maybe.has_value);
649 CHECK(maybe.has_value);
655 CHECK(maybe.has_value);
662 CHECK(maybe.has_value);
665 CHECK(maybe.has_value);
671 CHECK(maybe.has_value);
675 CHECK(maybe.has_value);
[all...]
H A Dtest-mark-compact.cc171 CHECK(maybe.has_value);
191 CHECK(maybe.has_value);
/external/v8/src/
H A Dcontexts.cc82 DCHECK(attrs.has_value || isolate->has_pending_exception());
83 if (!attrs.has_value || attrs.value == ABSENT) return attrs;
97 if (!blacklist.has_value) {
152 if (!maybe.has_value) return Handle<Object>();
H A Dflag-definitions.h96 static MaybeBoolFlag Create(bool has_value, bool value) { argument
98 flag.has_value = has_value;
102 bool has_value; member in struct:MaybeBoolFlag
H A Di18n.cc398 CHECK(maybe.has_value);
408 CHECK(maybe.has_value);
722 CHECK(maybe.has_value);
798 CHECK(maybe.has_value);
855 CHECK(maybe.has_value);
916 CHECK(maybe.has_value);
H A Dflags.cc116 return maybe_bool_variable()->has_value == false;
190 os << (flag.maybe_bool_variable()->has_value
H A Dhydrogen-representation-changes.cc32 if (res.has_value) new_value = res.value;
H A Druntime.cc1982 if (!maybe.has_value) return MaybeHandle<Object>();
1998 if (!maybe.has_value) return MaybeHandle<Object>();
2218 if (!maybe.has_value) return isolate->heap()->exception();
2348 DCHECK(maybe.has_value);
2498 if (!maybe.has_value) return isolate->heap()->exception();
4853 if (!maybe.has_value) return MaybeHandle<Object>();
5344 if (!maybe.has_value) return isolate->heap()->exception();
5376 DCHECK(maybe.has_value);
5382 if (!maybe.has_value) return isolate->heap()->exception();
5649 if (!maybe.has_value) retur
[all...]
H A Dgdb-jit.cc1286 bool has_value,
1293 if (has_value) {
1284 WriteVariableAbbreviation(Writer* w, int abbreviation_code, bool has_value, bool is_parameter) argument
H A Dobjects.cc2856 if (!maybe_attributes.has_value) return MaybeHandle<Object>();
3785 DCHECK(maybe.has_value);
3998 if (!result.has_value) return result;
4691 DCHECK(maybe.has_value);
4866 if (!maybe.has_value) return MaybeHandle<Object>();
4890 if (!maybe.has_value) return MaybeHandle<Object>();
5468 DCHECK(maybe.has_value);
6126 if (!maybe.has_value) {
6137 CHECK(GetPropertyAttributes(&it).has_value);
6243 CHECK(GetPropertyAttributes(&it).has_value);
[all...]
H A Dapi.cc1998 has_pending_exception = !maybe.has_value;
3242 has_pending_exception = !result.has_value;
3494 has_pending_exception = !maybe.has_value;
3589 has_pending_exception = !maybe.has_value;
3602 has_pending_exception = !maybe.has_value;
3615 has_pending_exception = !maybe.has_value;
3630 has_pending_exception = !maybe.has_value;
H A Dobjects-inl.h6653 if (!result.has_value) return Maybe<bool>();
6665 if (!result.has_value) return Maybe<bool>();
6725 if (!result.has_value) return Maybe<bool>();
6738 if (!result.has_value) return Maybe<bool>();
H A Dhydrogen.cc10191 if (number.has_value) {
10408 if (fixed_right_arg.has_value &&
/external/v8/src/ic/
H A Dic-state.cc47 if (fixed_right_arg_.has_value) {
63 HasFixedRightArgField::encode(fixed_right_arg_.has_value);
64 if (fixed_right_arg_.has_value) {
85 state.fixed_right_arg_.has_value = false; \
280 state.fixed_right_arg_.has_value = true; \
319 if (s.fixed_right_arg_.has_value) {
342 (result_kind_ == NONE || !fixed_right_arg_.has_value);
/external/mesa3d/src/glsl/
H A Dir.cpp966 ir_constant::has_value(const ir_constant *c) const function in class:ir_constant
973 if (!this->array_elements[i]->has_value(c->array_elements[i]))
989 if (!a_field->has_value(b_field))
H A Dir_constant_expression.cpp148 return new(ctx) ir_constant(op[0]->has_value(op[1]));
150 return new(ctx) ir_constant(!op[0]->has_value(op[1]));
807 data.b[0] = op[0]->has_value(op[1]);
810 data.b[0] = !op[0]->has_value(op[1]);
H A Dir.h204 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one,
217 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one,
230 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
244 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one,
1782 bool has_value(const ir_constant *) const;
H A Dlinker.cpp509 if (!var->constant_initializer->has_value(existing->constant_initializer)) {
/external/v8/include/
H A Dv8.h891 Maybe() : has_value(false) {}
892 explicit Maybe(T t) : has_value(true), value(t) {}
893 Maybe(bool has, T t) : has_value(has), value(t) {}
895 bool has_value; member in struct:v8::Maybe
/external/lldb/source/Core/
H A DValueObject.cpp3372 const bool has_value = type_flags.Test (ClangASTType::eTypeHasValue); local
3374 const bool print_valobj = options.m_flat_output == false || has_value;

Completed in 1471 milliseconds