Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp48 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local
66 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropBoxedTypeCheck.ts132 const existing = hasChecked.namespaces.get(arkNamespace.getSignature().toString()); constant
169 const existing = hasChecked.classes.get(arkClass.getSignature().toString()); constant
209 const existing = hasChecked.methods.get(arkMethod.getSignature().toString()); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp25 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore()
41 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dclass_hierarchy.cpp647 …std::unordered_set<ir::AstNode *> existing(implementingClasses.begin(), implementingClasses.end()); in AddMissingExtends() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp761 auto &existing = currentDecl->AsFunctionDecl()->Decls(); in CreateFuncDecl() local