Home
last modified time | relevance | path

Searched defs:createConst (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DValueUtil.ts52 public static createConst(str: string): Constant { method in ValueUtil
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp379 Type *ETSChecker::ApplyUnaryOperatorPromotion(Type *type, const bool createConst, const bool doProm… in ApplyUnaryOperatorPromotion()