Home
last modified time | relevance | path

Searched defs:isConst (Results 1 - 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsAsExpression.h38 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression() argument
H A DtsEnumDeclaration.h34 bool isConst; member
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsAsExpressionBuilder.h41 TSAsExpressionBuilder &SetIsCOnst(bool isConst) in SetIsCOnst() argument
H A DtsEnumDeclarationBuilder.h56 TSEnumDeclarationBuilder &SetIsConst(bool isConst) in SetIsConst() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsAsExpression.h35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression() argument
H A DtsEnumDeclaration.h43 TSEnumDeclaration(binder::TSEnumScope *scope, Identifier *key, ArenaVector<TSEnumMember *> &&members, bool isExport, bool isDeclare, bool isConst) TSEnumDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserEnums.cpp125 ir::Statement *ETSParser::ParseEnumDeclaration(bool isConst, bool isStatic) in ParseEnumDeclaration() argument
179 ParseEnumMembers(ir::Identifier *const key, const lexer::SourcePosition &enumStart, const bool isConst, const bool isStatic) ParseEnumMembers() argument
H A DexpressionTSParser.cpp130 bool isConst = false; in ParsePotentialAsExpression() local
H A DTypedParser.cpp661 ir::Statement *TypedParser::ParseEnumDeclaration(bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumDeclaration() argument
609 ParseEnumMembers(ir::Identifier *key, const lexer::SourcePosition &enumStart, bool isConst, [[maybe_unused]] bool isStatic) ParseEnumMembers() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DvariableDeclarator.cpp80 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.cpp282 bool isConst = litArray.literals[0].IsArray(); in DumpLiteralArray() local
353 void PandasmProgramDumper::DumpValues(const pandasm::LiteralArray &litArray, const bool isConst, std::ostream &os, in DumpValues() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Ddeclaration.h136 explicit EnumLiteralDecl(util::StringView name, bool isConst) : Decl(name), isConst_(isConst) {} in EnumLiteralDecl() argument
137 explicit EnumLiteralDecl(util::StringView name, ir::AstNode *declNode, bool isConst) in EnumLiteralDecl() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Ddeclaration.h167 explicit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_graph_coloring.cpp335 bool isConst = interval->GetInst()->IsConst(); in SparseIG() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Dbuiltins.cpp172 auto isConst = llvm::cast<llvm::ConstantInt>(op1); in PreWRBHelper() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1307 const bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
1808 checker::Type *TSAnalyzer::InferType(checker::TSChecker *checker, bool isConst, ir::TSEnumDeclaration *st) const in InferType() argument
/arkcompiler/runtime_core/static_core/disassembler/
H A Ddisassembler.cpp1268 bool isConst = litArray.literals[0].IsArray(); in Serialize() local
1377 void Disassembler::SerializeValues(const pandasm::LiteralArray &litArray, const bool isConst, std::ostream &os) const in SerializeValues() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp141 bool isConst = false; in ParseTsAsExpression() local
H A DparserImpl.cpp3604 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration() argument
3545 ParseEnumMembers(ir::Identifier *key, const lexer::SourcePosition &enumStart, bool isExport, bool isDeclare, bool isConst) ParseEnumMembers() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp905 JSTaggedValue SlowRuntimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h777 RuntimeStGlobalRecord(JSThread *thread, const JSHandle<JSTaggedValue> &prop, const JSHandle<JSTaggedValue> &value, bool isConst) RuntimeStGlobalRecord() argument
H A Druntime_stubs.cpp1405 JSTaggedValue isConst = GetArg(argv, argc, 2); in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp2354 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp729 const bool isConst = (flags & ir::ModifierFlags::CONST) != 0; in CheckVariableDeclaration() local

Completed in 57 milliseconds