Home
last modified time | relevance | path

Searched refs:IsNone (Results 1 – 25 of 63) sorted by relevance

123

/external/v8/src/compiler/
Doperation-typer.cc325 if (type.IsNone()) return type; in NumberAbs()
331 if (!type.IsNone()) { in NumberAbs()
468 if (type.IsNone()) { in NumberSign()
483 DCHECK(!type.IsNone()); in NumberSign()
522 if (type.IsNone()) return type; in NumberToBoolean()
544 if (type.IsNone()) return type; in NumberToString()
582 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberAdd()
605 if (!lhs.IsNone() && !rhs.IsNone()) { in NumberAdd()
627 if (lhs.IsNone() || rhs.IsNone()) return Type::None(); in NumberSubtract()
648 if (!lhs.IsNone() && !rhs.IsNone()) { in NumberSubtract()
[all …]
Dtypes.cc546 if (BitsetType::IsNone(this->BitsetLub() & that.BitsetLub())) return false; in Maybe()
636 if (type1.IsNone() || type2.IsAny()) return type1; // Shortcut. in Intersect()
637 if (type2.IsNone() || type1.IsAny()) return type2; // Shortcut. in Intersect()
734 if (BitsetType::IsNone(lhs.BitsetLub() & rhs.BitsetLub())) return size; in IntersectAux()
847 if (type1.IsAny() || type2.IsNone()) return type1; in Union()
848 if (type2.IsAny() || type1.IsNone()) return type2; in Union()
883 if (!range.IsNone()) result->Set(size++, range); in Union()
Dinstruction-selector.h84 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
98 DCHECK(!IsNone()); in condition()
135 DCHECK(!IsNone()); in Negate()
140 DCHECK(!IsNone()); in Commute()
Dconstant-folding-reducer.cc37 if (!upper.IsNone()) { in Reduce()
Ddead-code-elimination.cc36 NodeProperties::GetTypeOrAny(node).IsNone(); in NoReturn()
221 NodeProperties::GetTypeOrAny(node).IsNone()) { in ReducePhi()
Dtyper.cc390 return input.IsNone() ? Type::None() : f(input, typer_); in TypeUnaryOp()
396 return left.IsNone() || right.IsNone() ? Type::None() in TypeBinaryOp()
502 if (type.IsNone()) return type; in ToLength()
766 if (initial_type.IsNone() || in TypeInductionVariablePhi()
800 if (bound_type.IsNone()) { in TypeInductionVariablePhi()
820 if (bound_type.IsNone()) { in TypeInductionVariablePhi()
1957 if (index.IsNone() || length.IsNone()) return Type::None(); in TypeCheckBounds()
Dtypes.h244 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function
386 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function
/external/google-fruit/include/fruit/impl/meta/
Dgraph.h57 using type = If(IsNone(typename CurrentResult::Second),
69 using type = If(IsNone(Neighbors),
76 If(IsNone(GetSecond(Result)),
94 using type = If(IsNone(GetSecond(CurrentResult)),
Dproof_tree_comparison.h35 using type = If(IsNone(ForestHps), Bool<false>, IsContained(ForestHps, ProofHps));
82 using type = If(IsNone(ForestHps),
Dbasics.h206 struct IsNone {
214 struct IsNone::apply<None> {
Dimmutable_map.h73 using type = Not(IsNone(FindInImmutableMap(M, T)));
Dcomponent.h871 using type = If(IsNone(Loop), type1, ConstructErrorWithArgVector(SelfLoopErrorTag, Loop));
932 using type = If(Not(IsNone(FindInMap(typename Comp::InterfaceBindings, C))),
955 using type = If(IsNone(Loop), Bool<true>, ConstructErrorWithArgVector(SelfLoopErrorTag, Loop));
/external/v8/src/
Dfield-type.cc63 if (IsNone()) return true; in NowIs()
64 if (other->IsNone()) return false; in NowIs()
76 } else if (IsNone()) { in PrintTo()
Dproperty-details.h139 if (IsHeapObject()) return other.IsNone(); in is_more_general_than()
156 DCHECK(!IsNone()); in size()
170 bool IsNone() const { return kind_ == kNone; } in IsNone() function
Dfield-type.h33 bool IsNone() { return this == None(); } in IsNone() function
Doptimized-compilation-info.h73 bool is_osr() const { return !osr_offset_.IsNone(); } in is_osr()
Dcompiler.cc540 if (osr_offset.IsNone()) { in GetCodeFromOptimizedCodeCache()
560 if (compilation_info->osr_offset().IsNone()) { in ClearOptimizedCodeCache()
586 if (compilation_info->osr_offset().IsNone()) { in InsertCodeIntoOptimizedCodeCache()
682 if (!osr_offset.IsNone()) { in GetOptimizedCode()
1853 DCHECK(!osr_offset.IsNone()); in GetOptimizedCodeForOSR()
/external/vixl/src/aarch64/
Doperands-aarch64.h60 VIXL_ASSERT(IsNone()); in CPURegister()
133 VIXL_ASSERT(!IsNone()); in IsValid()
139 VIXL_ASSERT(IsNone()); in IsValid()
160 bool IsNone() const { in IsNone() function
237 bool IsValidOrNone() const { return IsValid() || IsNone(); } in IsValidOrNone()
251 VIXL_ASSERT(IsRegister() || IsNone()); in IsValid()
325 VIXL_ASSERT(IsVRegister() || IsNone()); in IsValid()
Dmacro-assembler-aarch64.cc2141 VIXL_ASSERT(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
2145 VIXL_ASSERT(src2.IsNone() && src3.IsNone()); in PushHelper()
2149 VIXL_ASSERT(src3.IsNone()); in PushHelper()
2185 VIXL_ASSERT(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
2189 VIXL_ASSERT(dst2.IsNone() && dst3.IsNone()); in PopHelper()
2193 VIXL_ASSERT(dst3.IsNone()); in PopHelper()
2501 VIXL_ASSERT(args[i].IsNone()); in PrintfNoPreserve()
2888 VIXL_ASSERT(reg.IsNone()); in Release()
2975 VIXL_ASSERT(regs[i].IsNone()); in Exclude()
/external/v8/src/ia32/
Dassembler-ia32-inl.h212 if (!RelocInfo::IsNone(rmode)) { in emit()
229 if (!RelocInfo::IsNone(x.rmode_)) RecordRelocInfo(x.rmode_); in emit()
256 DCHECK(RelocInfo::IsNone(x.rmode_)); in emit_w()
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc129 VIXL_CHECK(NoReg.IsNone()); in TEST()
130 VIXL_CHECK(NoFPReg.IsNone()); in TEST()
131 VIXL_CHECK(NoVReg.IsNone()); in TEST()
132 VIXL_CHECK(NoCPUReg.IsNone()); in TEST()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc1253 DCHECK(src1.IsNone() && src2.IsNone() && src3.IsNone()); in PushHelper()
1257 DCHECK(src2.IsNone() && src3.IsNone()); in PushHelper()
1261 DCHECK(src3.IsNone()); in PushHelper()
1290 DCHECK(dst1.IsNone() && dst2.IsNone() && dst3.IsNone()); in PopHelper()
1294 DCHECK(dst2.IsNone() && dst3.IsNone()); in PopHelper()
1298 DCHECK(dst3.IsNone()); in PopHelper()
1489 if (fpcr.IsNone()) { in AssertFPCRState()
3043 DCHECK(args[i].IsNone()); in PrintfNoPreserve()
Dassembler-arm64-inl.h82 if (!other1.IsNone() && (other1.type() == type_)) Remove(other1.code()); in Remove()
83 if (!other2.IsNone() && (other2.type() == type_)) Remove(other2.code()); in Remove()
84 if (!other3.IsNone() && (other3.type() == type_)) Remove(other3.code()); in Remove()
85 if (!other4.IsNone() && (other4.type() == type_)) Remove(other4.code()); in Remove()
/external/v8/src/x64/
Dassembler-x64-inl.h33 if (!RelocInfo::IsNone(rmode)) { in emitp()
58 if (!RelocInfo::IsNone(x.rmode_)) { in emit()
/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) { in TEST() argument

123