Home
last modified time | relevance | path

Searched refs:GlobalEmptyStringType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DglobalTypesHolder.h75 Type *GlobalEmptyStringType();
DglobalTypesHolder.cpp158 Type *GlobalTypesHolder::GlobalEmptyStringType() in GlobalEmptyStringType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/checker/types/
DglobalTypesHolder.h143 Type *GlobalEmptyStringType();
DglobalTypesHolder.cpp246 Type *GlobalTypesHolder::GlobalEmptyStringType() in GlobalEmptyStringType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h193 Type *GlobalEmptyStringType() in GlobalEmptyStringType() function
195 return GetGlobalTypesHolder()->GlobalEmptyStringType(); in GlobalEmptyStringType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp124 return GlobalEmptyStringType(); in ExtractDefinitelyFalsyTypes()
137 (type->IsStringLiteralType() && IsTypeIdenticalTo(type, GlobalEmptyStringType())) || in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp125 return GlobalEmptyStringType(); in ExtractDefinitelyFalsyTypes()
138 (type->IsStringLiteralType() && IsTypeIdenticalTo(type, GlobalEmptyStringType())) || in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h225 Type *GlobalEmptyStringType() in GlobalEmptyStringType() function
227 return globalTypes_->GlobalEmptyStringType(); in GlobalEmptyStringType()