Home
last modified time | relevance | path

Searched refs:ToDebugInfoType (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsArrayType.cpp44 void ETSArrayType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSArrayType
47 element_->ToDebugInfoType(ss); in ToDebugInfoType()
DetsVoidType.h40 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DetsTypeParameter.cpp162 void ETSTypeParameter::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSTypeParameter
164 GetConstraintType()->ToDebugInfoType(ss); in ToDebugInfoType()
DshortType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DetsBooleanType.h49 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DfloatType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DintType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DetsArrayType.h44 void ToDebugInfoType(std::stringstream &ss) const override;
DcharType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DlongType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DdoubleType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DbyteType.h50 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DetsTypeParameter.h76 void ToDebugInfoType(std::stringstream &ss) const override;
DetsUnionType.h37 void ToDebugInfoType(std::stringstream &ss) const override;
DetsFunctionType.h109 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
DetsUnionType.cpp40 void ETSUnionType::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSUnionType
42 lubType_->ToDebugInfoType(ss); in ToDebugInfoType()
DetsEnumType.h61 void ToDebugInfoType(std::stringstream &ss) const override;
DetsEnumType.cpp85 void ETSEnumInterface::ToDebugInfoType(std::stringstream &ss) const in ToDebugInfoType() function in panda::es2panda::checker::ETSEnumInterface
DetsObjectType.h495 void ToDebugInfoType(std::stringstream &ss) const override in ToDebugInfoType() function
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h231 virtual void ToDebugInfoType([[maybe_unused]] std::stringstream &ss) const {}; in ToDebugInfoType() function
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp282 var->AsLocalVariable()->TsType()->ToDebugInfoType(ss); in GenLocalVariableInfo()