Searched refs:TypeBase (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/compiler/ |
D | types.h | 293 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 …]
|
D | types.cc | 456 : 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/ |
D | tf_executor.h | 56 class ControlType : public Type::TypeBase<ControlType, Type> { 68 class TokenType : public Type::TypeBase<TokenType, Type> {
|
D | tf_types.h | 113 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>;
|
D | control_flow_ops.h | 50 class TFControlType : public Type::TypeBase<TFControlType, Type> {
|
/external/v8/src/torque/ |
D | types.h | 35 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,
|
D | types.cc | 26 : 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/ |
D | hlo_ops.h | 63 class TokenType : public Type::TypeBase<TokenType, Type> {
|
/external/pdfium/third_party/lcms/src/ |
D | cmsio0.c | 1203 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()
|