Home
last modified time | relevance | path

Searched refs:TypeBase (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/compiler/
Dtypes.h293 class TypeBase {
300 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() function
311 class RangeType : public TypeBase {
351 : TypeBase(kRange), bitset_(bitset), limits_(limits) {} in RangeType()
402 bool IsRange() const { return IsKind(TypeBase::kRange); } in IsRange()
403 bool IsHeapConstant() const { return IsKind(TypeBase::kHeapConstant); } in IsHeapConstant()
405 return IsKind(TypeBase::kOtherNumberConstant); in IsOtherNumberConstant()
407 bool IsTuple() const { return IsKind(TypeBase::kTuple); } in IsTuple()
464 Type(TypeBase* type_base) // NOLINT(runtime/explicit) in Type()
468 bool IsKind(TypeBase::Kind kind) const { in IsKind()
[all …]
Dtypes.cc456 : TypeBase(kHeapConstant), bitset_(bitset), heap_ref_(heap_ref) {} in HeapConstantType()
1074 DCHECK(IsKind(TypeBase::kHeapConstant)); in AsHeapConstant()
1079 DCHECK(IsKind(TypeBase::kOtherNumberConstant)); in AsOtherNumberConstant()
1084 DCHECK(IsKind(TypeBase::kRange)); in AsRange()
1089 DCHECK(IsKind(TypeBase::kTuple)); in AsTuple()
1094 DCHECK(IsKind(TypeBase::kUnion)); in AsUnion()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.h56 class ControlType : public Type::TypeBase<ControlType, Type> {
68 class TokenType : public Type::TypeBase<TokenType, Type> {
Dtf_types.h113 class TensorFlowTypeImpl : public Type::TypeBase<Derived, TensorFlowType> {
115 using Base = typename Type::TypeBase<Derived, TensorFlowType>;
221 : public Type::TypeBase<Derived, TensorFlowType, TypeWithSubtypeStorage> {
223 using Base = Type::TypeBase<Derived, TensorFlowType, TypeWithSubtypeStorage>;
Dcontrol_flow_ops.h50 class TFControlType : public Type::TypeBase<TFControlType, Type> {
/external/v8/src/torque/
Dtypes.h35 class TypeBase {
46 virtual ~TypeBase() = default;
61 explicit TypeBase(Kind kind) : kind_(kind) {} in TypeBase() function
69 static x* cast(TypeBase* declarable) { \
73 static const x* cast(const TypeBase* declarable) { \
77 static x* DynamicCast(TypeBase* declarable) { \
82 static const x* DynamicCast(const TypeBase* declarable) { \
108 class V8_EXPORT_PRIVATE Type : public TypeBase {
170 Type(TypeBase::Kind kind, const Type* parent,
Dtypes.cc26 : TypeBase(other), in Type()
31 Type::Type(TypeBase::Kind kind, const Type* parent, in Type()
33 : TypeBase(kind), in Type()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dhlo_ops.h63 class TokenType : public Type::TypeBase<TokenType, Type> {
/external/pdfium/third_party/lcms/src/
Dcmsio0.c1203 cmsTagTypeSignature TypeBase; in SaveTags() local
1278 TypeBase = TypeHandler ->Signature; in SaveTags()
1279 if (!_cmsWriteTypeBase(io, TypeBase)) in SaveTags()
1289 _cmsTagSignature2String(String, (cmsTagSignature) TypeBase); in SaveTags()