| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsAsExpression.h | 32 explicit TSAsExpression(Expression *expression, TypeNode *typeAnnotation, bool isConst) in TSAsExpression()
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.h | 35 explicit TSAsExpression(Expression *expression, Expression *typeAnnotation, bool isConst) in TSAsExpression()
|
| D | tsEnumDeclaration.h | 44 bool isExport, bool isDeclare, bool isConst) in TSEnumDeclaration()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | variableDeclarator.cpp | 78 bool isConst = declarator->Parent()->AsVariableDeclaration()->Kind() == in CheckSimpleVariableDeclaration() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | declaration.h | 136 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/ |
| D | variable.ts | 104 isConst(): boolean { method in Variable
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | declaration.h | 161 …icit EnumLiteralDecl(ArenaAllocator *allocator, util::StringView name, bool isExport, bool isConst) in EnumLiteralDecl()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TypedParser.cpp | 584 bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumMembers() 634 ir::Statement *TypedParser::ParseEnumDeclaration(bool isConst, [[maybe_unused]] bool isStatic) in ParseEnumDeclaration()
|
| D | TSparser.cpp | 242 bool isConst = false; in ParsePotentialAsExpression() local
|
| D | ETSparser.cpp | 1976 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/ |
| D | reg_alloc_graph_coloring.cpp | 328 bool isConst = interval->GetInst()->IsConst(); in SparseIG() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/utils/ |
| D | TsUtils.ts | 480 public isConst(tsNode: ts.Node): boolean { method in TsUtils
|
| /arkcompiler/runtime_core/static_core/disassembler/ |
| D | disassembler.cpp | 1235 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/ |
| D | Utils.ts | 748 public isConst(tsNode: ts.Node): boolean { method in TsUtils
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 810 bool isConst = false; in LowerCArray() local
|
| D | parser.cpp | 692 bool isConst = tA.GetAttr(FLDATTR_static) && tA.GetAttr(FLDATTR_final) && in ParseFields() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSAnalyzer.cpp | 1502 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/ |
| D | parserImpl.cpp | 3410 bool isExport, bool isDeclare, bool isConst) in ParseEnumMembers() 3466 ir::TSEnumDeclaration *ParserImpl::ParseEnumDeclaration(bool isExport, bool isDeclare, bool isConst) in ParseEnumDeclaration()
|
| D | expressionParser.cpp | 140 bool isConst = false; in ParseTsAsExpression() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 1058 const bool isConst = (flags & ir::ModifierFlags::CONST) != 0; in CheckVariableDeclaration() local
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | slow_runtime_stub.cpp | 922 …untimeStub::StGlobalRecord(JSThread *thread, JSTaggedValue prop, JSTaggedValue value, bool isConst) in StGlobalRecord()
|
| /arkcompiler/ets_frontend/ets2panda/public/ |
| D | es2panda_lib.cpp | 910 es2panda_AstNode *typeAnnotation, bool isConst) in CreateAsExpression()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 670 bool isConst = false; in LowerCArray() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 714 … const JSHandle<JSTaggedValue> &value, bool isConst) in RuntimeStGlobalRecord()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 2039 void SlowPathLowering::LowerStConstToGlobalRecord(GateRef gate, bool isConst) in LowerStConstToGlobalRecord()
|