Home
last modified time | relevance | path

Searched refs:GlobalFalseType (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/literals/
H A DbooleanLiteral.cpp38 return boolean_ ? checker->GlobalTrueType() : checker->GlobalFalseType(); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DglobalTypesHolder.h70 Type *GlobalFalseType();
H A DglobalTypesHolder.cpp133 Type *GlobalTypesHolder::GlobalFalseType() in GlobalFalseType() function in panda::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h181 Type *GlobalFalseType() in GlobalFalseType() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::TSChecker
183 return GetGlobalTypesHolder()->GlobalFalseType(); in GlobalFalseType()
H A DTSAnalyzer.cpp1016 return checker->GlobalFalseType(); in Check()
1074 return expr->Value() ? checker->GlobalTrueType() : checker->GlobalFalseType(); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h204 Type *GlobalFalseType();
H A DglobalTypesHolder.cpp282 Type *GlobalTypesHolder::GlobalFalseType() in GlobalFalseType() function in ark::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp195 return checker->GlobalFalseType(); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h200 Type *GlobalFalseType() in GlobalFalseType() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker
202 return globalTypes_->GlobalFalseType(); in GlobalFalseType()
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A Dhelpers.cpp137 if (type == GlobalFalseType() || type->HasTypeFlag(TypeFlag::NULLABLE) || in ExtractDefinitelyFalsyTypes()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dhelpers.cpp135 if (type == GlobalFalseType() || type->DefinitelyETSNullish() || type->HasTypeFlag(TypeFlag::ANY_OR_UNKNOWN) || in ExtractDefinitelyFalsyTypes()

Completed in 10 milliseconds