Home
last modified time | relevance | path

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

1234

/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/ets2panda/checker/types/ts/
DobjectType.cpp53 varbinder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in FindPropertyAndCheckIdentical() local
128 varbinder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local
213 auto *found = GetProperty(it->Name(), true); in CheckExcessProperties() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DobjectType.cpp54 binder::LocalVariable *found = otherObj->Desc()->FindProperty(it->Name()); in IsPropertiesIdentical() local
132 binder::LocalVariable *found = source->GetProperty(it->Name(), true); in AssignProperties() local
216 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.js47 let found = arr.find(fnTrue); variable
Dtest_find_index.js39 let found = arr.findIndex(fnTrue); variable
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp724 auto found = typeAliasScope_->Bindings().find(name); in FindLocal() local
784 auto found = typeAliasScope_->Bindings().find(name); in FindLocal() local
819 auto found = TypeAliasScope()->Bindings().find(name); in FindLocal() local
826 auto found = instanceFieldScope_->Bindings().find(name); in FindLocal() local
833 auto found = staticFieldScope_->Bindings().find(name); in FindLocal() local
840 auto found = instanceDeclScope_->Bindings().find(name); in FindLocal() local
847 auto found = staticDeclScope_->Bindings().find(name); in FindLocal() local
854 auto found = instanceMethodScope_->Bindings().find(name); in FindLocal() local
861 auto found = staticMethodScope_->Bindings().find(name); in FindLocal() local
/arkcompiler/ets_runtime/test/moduletest/arrayfind/
Darrayfind.js18 const found = array1.find((element) => element > 10); constant
/arkcompiler/ets_runtime/ecmascript/
Djs_file_path.cpp64 auto found = jsPandaFileDesc.find(JSPandaFile::BUNDLE_INSTALL_PATH); in GetHapName() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeQuery.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsRestType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsLiteralType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsParenthesizedType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsOptionalType.cpp43 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeReference.cpp56 auto found = checker->NodeCache().find(this); in GetType() local
DtsIndexSignature.cpp50 auto found = checker->NodeCache().find(this); in Check() local
DtsIndexedAccessType.cpp63 auto found = checker->NodeCache().find(this); in GetType() local
DtsUnionType.cpp49 auto found = checker->NodeCache().find(this); in GetType() local
DtsTypeLiteral.cpp56 auto found = checker->NodeCache().find(this); in GetType() local
DtsSignatureDeclaration.cpp57 auto found = checker->NodeCache().find(this); in Check() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DASTVerifier.cpp84 if (const auto &found = invariantsChecks_.find(name); found != invariantsChecks_.end()) { in Verify() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp143 auto found = std::find_if(inst->GetInputs().begin(), inst->GetInputs().end(), predicate); in HasInput() local
194 auto found = std::find_if(inst->GetUsers().begin(), inst->GetUsers().end(), predicate); in HasUser() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp109 …if (const auto found = NamedTypeStack().find(partialClassDef->TsType()); found != NamedTypeStack()… in HandlePartialType() local
446 if (auto found = NamedTypeStack().find(typeToBeReadonly); found != NamedTypeStack().end()) { in HandleReadonlyType() local
456 if (const auto found = NamedTypeStack().find(type); found != NamedTypeStack().end()) { in GetReadonlyType() local
497 … if (const auto found = NamedTypeStack().find(typeToBeRequired); found != NamedTypeStack().end()) { in HandleRequiredType() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp295 auto found = type->CachedSyntheticPropertis().find(name); in GetPropertyOfUnionType() local
356 auto found = nodeCache_.find(key); in CheckComputedPropertyName() local
542 binder::Variable *found = type->GetProperty(prop->Name(), false); in ValidateInterfaceMemberRedeclaration() 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/ir/statements/
DvariableDeclarator.cpp123 auto found = checker->NodeCache().find(this); in Check() local

1234