Home
last modified time | relevance | path

Searched refs:SymbolType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DsymbolType.cpp20 void SymbolType::ToString(std::stringstream &ss) const in ToString()
25 void SymbolType::Identical(TypeRelation *relation, Type *other) in Identical()
32 void SymbolType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget()
39 TypeFacts SymbolType::GetTypeFacts() const in GetTypeFacts()
44 Type *SymbolType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRela… in Instantiate()
DsymbolType.h23 class SymbolType : public Type {
25 SymbolType() : Type(TypeFlag::SYMBOL) {} in SymbolType() function
DtypeMapping.h27 _(TypeFlag::SYMBOL, SymbolType) \
DglobalTypesHolder.cpp45 globalTypes_[static_cast<size_t>(GlobalTypeId::SYMBOL)] = allocator->New<SymbolType>(); in GlobalTypesHolder()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype.h101 static GateType SymbolType() in SymbolType() function
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp456 auto symbolType = GateType::SymbolType(); in InferLdSymbol()