Home
last modified time | relevance | path

Searched refs:GlobalNullType (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsNullKeyword.cpp39 return checker->GlobalNullType(); in GetType()
/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DnullLiteral.cpp38 return checker->GlobalNullType(); in Check()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsNullKeyword.cpp58 return checker->GlobalNullType(); in GetType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DglobalTypesHolder.h64 Type *GlobalNullType();
H A DglobalTypesHolder.cpp66 GlobalVoidType(), GlobalUndefinedType(), GlobalNullType(), GlobalSymbolType()}); in GlobalTypesHolder()
103 Type *GlobalTypesHolder::GlobalNullType() in GlobalNullType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h151 Type *GlobalNullType() in GlobalNullType() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::TSChecker
153 return GetGlobalTypesHolder()->GlobalNullType(); in GlobalNullType()
H A DTSAnalyzer.cpp1080 return checker->GlobalNullType(); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h198 Type *GlobalNullType();
H A DglobalTypesHolder.cpp126 GlobalVoidType(), GlobalUndefinedType(), GlobalNullType()}); in AddTSSpecificTypes()
252 Type *GlobalTypesHolder::GlobalNullType() in GlobalNullType() function in ark::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h170 Type *GlobalNullType() in GlobalNullType() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker
172 return globalTypes_->GlobalNullType(); in GlobalNullType()

Completed in 8 milliseconds