Home
last modified time | relevance | path

Searched refs:VoidType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DvoidType.cpp20 void VoidType::ToString(std::stringstream &ss) const in ToString()
25 TypeFacts VoidType::GetTypeFacts() const in GetTypeFacts()
30 void VoidType::Identical(TypeRelation *relation, Type *other) in Identical()
37 void VoidType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *sou… in AssignmentTarget()
39 Type *VoidType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelati… in Instantiate()
DvoidType.h23 class VoidType : public Type {
25 VoidType() : Type(TypeFlag::VOID) {} in VoidType() function
DtypeMapping.h29 _(TypeFlag::VOID, VoidType) \
DglobalTypesHolder.cpp47 globalTypes_[static_cast<size_t>(GlobalTypeId::VOID)] = allocator->New<VoidType>(); in GlobalTypesHolder()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h89 static GateType VoidType() in VoidType() function