Home
last modified time | relevance | path

Searched defs:literalType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DIsolatedDeclgenChecker.cpp147 std::string literalType = GetLiteralType(literal); in ProcessLiteralArgument() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlDateTimeFormat.cpp636 const icu::UnicodeString literalType(DTF_PART_LITERAL_TYPE); in FormatToPartsImpl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp817 bool ETSChecker::AdjustNumberLiteralType(ir::NumberLiteral *const literal, Type *literalType, Type … in AdjustNumberLiteralType()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp902 auto *literalType = AllocNode<ir::TSTypeLiteral>(std::move(members), Allocator()); in ParseTypeLiteralOrMappedType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp87 auto *literalType = literal->TsType(); in Compile() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp439 auto *literalType = AllocNode<ir::TSTypeLiteral>(std::move(members)); in ParseTsTypeLiteralOrTsMappedType() local