| /arkcompiler/ets_frontend/ets2panda/test/unit/annotations/ |
| D | annotations_emit_test.h | 86 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/ |
| D | astNode.cpp | 171 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/ |
| D | objectType.cpp | 51 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/ |
| D | objectType.cpp | 53 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/ |
| D | test_find.js | 44 let found = arr.find(fnTrue); variable
|
| D | test_find_index.js | 39 let found = arr.findIndex(fnTrue); variable
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 748 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/ |
| D | tsRestType.cpp | 42 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsTypeQuery.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsParenthesizedType.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsLiteralType.cpp | 43 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsOptionalType.cpp | 42 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsTypeReference.cpp | 50 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsIndexSignature.cpp | 50 auto found = checker->NodeCache().find(this); in Check() local
|
| D | tsIndexedAccessType.cpp | 62 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsUnionType.cpp | 49 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsTypeLiteral.cpp | 51 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsSignatureDeclaration.cpp | 54 auto found = checker->NodeCache().find(this); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_file_path.cpp | 64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName() local
|
| /arkcompiler/runtime_core/libabckit/tests/internal/implementation_api/ |
| D | graph_stuff.cpp | 177 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
|
| D | abc_stuff.cpp | 138 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/ |
| D | ASTVerifier.cpp | 92 if (const auto &found = invariantsChecks_.find(name); found != invariantsChecks_.end()) { in Verify() local
|
| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | metadata_modify_dynamic.cpp | 172 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/ |
| D | intrusive_gc_test_api_test.cpp | 68 bool found = false; in TEST_P() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | object.cpp | 282 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
|