Home
last modified time | relevance | path

Searched defs:found (Results 1 – 25 of 123) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_emit_test.h86 auto found = recordTable.find(annoName); in CheckAnnoDecl() local
105 auto found = literalarrayTable.find(literalArray.first); in CheckLiteralArrayTable() local
121 auto found = recordTable.find(className); in CheckClassAnnotations() local
137 auto found = functionTable.find(functionName); in CheckFunctionAnnotations() local
/arkcompiler/ets_frontend/ets2panda/ir/
DastNode.cpp171 void AnyChildHelper(bool *found, const NodePredicate &cb, AstNode *ast) in AnyChildHelper()
187 bool found = false; in IsAnyChild() local
192 void FindChildHelper(AstNode *&found, const NodePredicate &cb, AstNode *ast) in FindChildHelper()
208 AstNode *found = nullptr; in FindChild() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp51 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in IsPropertiesIdentical() local
129 binder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local
213 auto *found = GetProperty(it->Name(), true); in checkExcessProperties() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DobjectType.cpp53 varbinder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in FindPropertyAndCheckIdentical() local
136 varbinder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local
221 auto *found = GetProperty(it->Name(), true); in CheckExcessProperties() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/
Dtest_find.js44 let found = arr.find(fnTrue); variable
Dtest_find_index.js39 let found = arr.findIndex(fnTrue); variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp748 auto found = typeAliasScope_->Bindings().find(name); in FindLocal() local
808 auto found = typeAliasScope_->Bindings().find(name); in FindLocal() local
843 auto found = TypeAliasScope()->Bindings().find(name); in FindLocal() local
850 auto found = instanceFieldScope_->Bindings().find(name); in FindLocal() local
857 auto found = staticFieldScope_->Bindings().find(name); in FindLocal() local
864 auto found = instanceDeclScope_->Bindings().find(name); in FindLocal() local
871 auto found = staticDeclScope_->Bindings().find(name); in FindLocal() local
878 auto found = instanceMethodScope_->Bindings().find(name); in FindLocal() local
885 auto found = staticMethodScope_->Bindings().find(name); in FindLocal() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsRestType.cpp42 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeQuery.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsParenthesizedType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsLiteralType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsOptionalType.cpp42 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeReference.cpp50 auto found = checker->NodeCache().find(this); in GetType() local
DtsIndexSignature.cpp50 auto found = checker->NodeCache().find(this); in Check() local
DtsIndexedAccessType.cpp62 auto found = checker->NodeCache().find(this); in GetType() local
DtsUnionType.cpp49 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeLiteral.cpp51 auto found = checker->NodeCache().find(this); in GetType() local
DtsSignatureDeclaration.cpp54 auto found = checker->NodeCache().find(this); in Check() local
/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName() local
/arkcompiler/runtime_core/libabckit/tests/internal/implementation_api/
Dgraph_stuff.cpp177 auto *found = helpers::FindMethodByName(file, method); in TEST_F() local
207 auto *found = helpers::FindMethodByName(file, method); in TEST_F() local
237 auto *found = helpers::FindMethodByName(file, method); in TEST_F() local
Dabc_stuff.cpp138 auto *found = helpers::FindMethodByName(file, method); in TEST_F() local
168 auto *found = helpers::FindMethodByName(file, method); in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp92 if (const auto &found = invariantsChecks_.find(name); found != invariantsChecks_.end()) { in Verify() local
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dmetadata_modify_dynamic.cpp172 auto found = std::find_if(m->id.begin(), m->id.end(), in ModuleRemoveImportDynamic() local
194 auto found = std::find_if(m->id.begin(), m->id.end(), in ModuleRemoveImportDynamic() local
243 auto found = std::find(importing->md.begin(), importing->md.end(), imported); in AddNamespaceImportToModuleLiteralArray() local
280 auto found = std::find(importing->md.begin(), importing->md.end(), imported); in AddRegularImportToModuleLiteralArray() local
391 auto found = std::find(exporting->md.begin(), exporting->md.end(), exported); in AddIndirectExportToModuleLiteralArray() local
449 auto found = std::find(exporting->md.begin(), exporting->md.end(), exported); in AddStarExportToModuleLiteralArray() local
558 auto found = std::find_if(m->ed.begin(), m->ed.end(), in ModuleRemoveExportDynamic() local
595 auto found = std::find_if(m->ed.begin(), m->ed.end(), in ModuleRemoveExportDynamic() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dintrusive_gc_test_api_test.cpp68 bool found = false; in TEST_P() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp282 auto found = type->CachedSyntheticPropertis().find(name); in GetPropertyOfUnionType() local
343 auto found = nodeCache_.find(key); in CheckComputedPropertyName() local
529 binder::Variable *found = type->GetProperty(prop->Name(), false); in ValidateInterfaceMemberRedeclaration() local

12345