Home
last modified time | relevance | path

Searched defs:nullishFlags (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTypeReference.cpp99 … auto nullishFlags = (IsNullAssignable() ? checker::TypeFlag::NULL_TYPE : checker::TypeFlag(0)) | in GetType() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsTypeParameter.cpp146 auto nullishFlags = TypeFlag(TypeFlags() & TypeFlag::NULLISH); in Substitute() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp99 Type *ETSChecker::CreateNullishType(Type *type, checker::TypeFlag nullishFlags, ArenaAllocator *all… in CreateNullishType()
1142 TypeFlag nullishFlags {0}; in CheckVariableDeclaration() local
2387 TypeFlag nullishFlags {0}; in GetTypeFromTypeAnnotation() local