Home
last modified time | relevance | path

Searched defs:isConst (Results 1 – 25 of 26) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsAsExpression.h32 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.h35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
DtsEnumDeclaration.h44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp78 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h136 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl()
137 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl()
/arkcompiler/ets_frontend/ts2panda/src/
Dvariable.ts104 isConst(): boolean { method in Variable
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h161 …icit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl()
/arkcompiler/ets_frontend/ets2panda/parser/
DTypedParser.cpp584 bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumMembers()
634 ir::Statement *TypedParser::ParseEnumDeclaration(bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumDeclaration()
DTSparser.cpp242 bool isConst = false; in ParsePotentialAsExpression() local
DETSparser.cpp1976 ir::Statement *ETSParser::ParseEnumDeclaration(bool isConst, bool isStatic) in ParseEnumDeclaration()
4364 const bool isConst, const bool isStatic) in ParseEnumMembers()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp328 bool isConst = interval->GetInst()->IsConst(); in SparseIG() local
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts480 public isConst(tsNode: ts.Node): boolean { method in TsUtils
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1235 bool isConst = litArray.literals[0].IsArray(); in Serialize() local
1344 void Disassembler::SerializeValues(const pandasm::LiteralArray &litArray, const bool isConst, std::… in SerializeValues() argument
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts748 public isConst(tsNode: ts.Node): boolean { method in TsUtils
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp810 bool isConst = false; in LowerCArray() local
Dparser.cpp692 bool isConst = tA.GetAttr(FLDATTR_static) && tA.GetAttr(FLDATTR_final) && in ParseFields() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1502 const bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
2013 checker::Type *TSAnalyzer::InferType(checker::TSChecker *checker, bool isConst, ir::TSEnumDeclarati… in InferType()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3410 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers()
3466 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
DexpressionParser.cpp140 bool isConst = false; in ParseTsAsExpression() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1058 const bool isConst = (flags & ir::ModifierFlags::CONST) != 0; in CheckVariableDeclaration() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp922 …untimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp910 es2panda_AstNode *typeAnnotation, bool isConst) in CreateAsExpression()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp670 bool isConst = false; in LowerCArray() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h714 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2039 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()

12