Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/es2panda/util/
DcommonUtil.h69 void VisitStaticImports(ConstReferenceIf<isConst, pandasm::Program> program, in VisitStaticImports()
89 void VisitDyanmicImports(ConstReferenceIf<isConst, pandasm::Function> function, const ImportTravers… in VisitDyanmicImports()
/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()
180 const bool isConst, const bool isStatic) in ParseEnumMembers()
DexpressionTSParser.cpp130 bool isConst = false; in ParsePotentialAsExpression() local
DTypedParser.cpp605 bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumMembers()
656 ir::Statement *TypedParser::ParseEnumDeclaration(bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumDeclaration()
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DtsEnumDeclarationBuilder.h62 TSEnumDeclarationBuilder &SetIsConst(bool isConst) in SetIsConst()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DvariableDeclarator.cpp80 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/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.cpp328 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/runtime_core/static_core/disassembler/
Ddisassembler.cpp1267 bool isConst = litArray.literals[0].IsArray(); in Serialize() local
1376 void Disassembler::SerializeValues(const pandasm::LiteralArray &litArray, const bool isConst, std::… in SerializeValues() argument
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp1307 const bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
1808 checker::Type *TSAnalyzer::InferType(checker::TSChecker *checker, bool isConst, ir::TSEnumDeclarati… in InferType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp820 bool isConst = false; in LowerCArray() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp3461 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers()
3517 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
DexpressionParser.cpp141 bool isConst = false; in ParseTsAsExpression() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts502 static isConst(tsNode: ts.Node): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp684 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_frontend/ets2panda/public/
Des2panda_lib.cpp906 es2panda_AstNode *typeAnnotation, bool isConst) in CreateAsExpression()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h753 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2297 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()

12