Searched defs:existing (Results 1 – 5 of 5) sorted by relevance
48 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local66 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local
132 const existing = hasChecked.namespaces.get(arkNamespace.getSignature().toString()); constant169 const existing = hasChecked.classes.get(arkClass.getSignature().toString()); constant209 const existing = hasChecked.methods.get(arkMethod.getSignature().toString()); constant
25 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore()41 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter()
647 …std::unordered_set<ir::AstNode *> existing(implementingClasses.begin(), implementingClasses.end()); in AddMissingExtends() local
761 auto &existing = currentDecl->AsFunctionDecl()->Decls(); in CreateFuncDecl() local