Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp160 Type *resultType = CreateUnionType({RemoveDefinitelyFalsyTypes(leftType), rightType}); in CheckOrOperator()
Dhelpers.cpp160 Type *Checker::RemoveDefinitelyFalsyTypes(Type *type) in RemoveDefinitelyFalsyTypes() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp171 Type *resultType = CreateUnionType({RemoveDefinitelyFalsyTypes(leftType), rightType}); in CheckOrOperator()
Dhelpers.cpp158 Type *TSChecker::RemoveDefinitelyFalsyTypes(Type *type) in RemoveDefinitelyFalsyTypes() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h278 Type *RemoveDefinitelyFalsyTypes(Type *type);
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h355 Type *RemoveDefinitelyFalsyTypes(Type *type);