Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.h79 void VisitStaticImports(ConstReferenceIf<isConst, pandasm::Program> program, in VisitStaticImports()
99 void VisitDyanmicImports(ConstReferenceIf<isConst, pandasm::Function> function, const ImportTravers… in VisitDyanmicImports()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsAsExpressionBuilder.h41 TSAsExpressionBuilder &SetIsCOnst(bool isConst) in SetIsCOnst()
DtsEnumDeclarationBuilder.h56 TSEnumDeclarationBuilder &SetIsConst(bool isConst) in SetIsConst()
/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/ets2panda/ir/ts/
DtsAsExpression.h38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
DtsEnumDeclaration.h34 bool isConst; member
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparserEnums.cpp125 ir::Statement *ETSParser::ParseEnumDeclaration(bool isConst, bool isStatic) in ParseEnumDeclaration()
175 const bool isConst, const bool isStatic) in ParseEnumMembers()
DexpressionTSParser.cpp130 bool isConst = false; in ParsePotentialAsExpression() local
DTypedParser.cpp639 bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumMembers()
694 ir::Statement *TypedParser::ParseEnumDeclaration(bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp78 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
/arkcompiler/runtime_core/static_core/abc2program/
Dprogram_dump.cpp282 bool isConst = litArray.literals[0].IsArray(); in DumpLiteralArray() local
353 void PandasmProgramDumper::DumpValues(const pandasm::LiteralArray &litArray, const bool isConst, st… in DumpValues()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Ddeclaration.h142 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl()
143 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl()
/arkcompiler/ets_frontend/es2panda/binder/
Ddeclaration.h167 …icit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_graph_coloring.cpp345 bool isConst = interval->GetInst()->IsConst(); in SparseIG() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Dbuiltins.cpp172 auto isConst = llvm::cast<llvm::ConstantInt>(op1); in PreWRBHelper() local
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1317 const bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
1818 checker::Type *TSAnalyzer::InferType(checker::TSChecker *checker, bool isConst, ir::TSEnumDeclarati… in InferType()
/arkcompiler/runtime_core/static_core/disassembler/
Ddisassembler.cpp1333 bool isConst = litArray.literals[0].IsArray(); in Serialize() local
1494 void Disassembler::SerializeValues(const pandasm::LiteralArray &litArray, const bool isConst, std::… in SerializeValues() argument
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3553 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers()
3611 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
DexpressionParser.cpp122 bool isConst = false; in ParseTsAsExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts549 static isConst(tsNode: ts.Node): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp691 const bool isConst = (flags & ir::ModifierFlags::CONST) != 0; in CheckVariableDeclaration() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp905 …untimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h780 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2357 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()

12