| /arkcompiler/ets_frontend/ets2panda/test/unit/lsp/ |
| D | quick_info_test_1.cpp | 37 auto found = ast->FindChild(checkFunc); in TEST_F() local 63 auto found = ast->FindChild(checkFunc); in TEST_F() local 87 auto found = ast->FindChild(checkFunc); in TEST_F() local 112 auto found = ast->FindChild(checkFunc); in TEST_F() local 138 auto found = ast->FindChild(checkFunc); in TEST_F() local 162 auto found = ast->FindChild(checkFunc); in TEST_F() local 190 auto found = ast->FindChild(checkFunc); in TEST_F() local 218 auto found = ast->FindChild(checkFunc); in TEST_F() local 251 auto found = ast->FindChild(checkFunc); in TEST_F() local 291 auto found = ast->FindChild(checkFunc); in TEST_F() local [all …]
|
| D | get_compiler_options_diagnostics_test.cpp | 196 bool found = false; in TEST_F() local 226 bool found = false; in TEST_F() local 257 bool found = false; in TEST_F() local 295 bool found = false; in TEST_F() local 333 bool found = false; in TEST_F() local
|
| D | find_rename_locations_test.cpp | 212 auto found = expected_Foo.find(renameLoc); in TEST_F() local 232 auto found = expected_abc.find(renameLoc); in TEST_F() local 252 auto found = expected_dummy.find(renameLoc); in TEST_F() local 272 auto found = expected_name.find(renameLoc); in TEST_F() local
|
| D | get_completions_entry_details.cpp | 268 auto found = ast->FindChild(checkFunc); in TEST_F() local 294 auto found = ast->FindChild(checkFunc); in TEST_F() local 322 auto found = ast->FindChild(checkFunc); in TEST_F() local 349 auto found = ast->FindChild(checkFunc); in TEST_F() local 377 auto found = ast->FindChild(checkFunc); in TEST_F() local 403 auto found = ast->FindChild(checkFunc); in TEST_F() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | asm_test.cpp | 77 auto found = recordTable.find(annoName); in CheckAnnoDecl() local 95 auto found = literalarrayTable.find(literalArray.first); in CheckLiteralArrayTable() local 123 auto found = recordTable.find(recordName); in CheckRecordAnnotations() local 145 auto found = recordTable.find(recordName); in CheckModuleAnnotation() local 179 auto found = recordTable.find(recordName); in CheckRecordWithoutAnnotations() local 192 auto found = functionTable.find(functionName); in CheckFunctionAnnotations() local 213 auto found = functionTable.find(functionName); in CheckFunctionWithoutAnnotations() local 223 auto found = functionTable.find(functionName); in CheckFunctionParameterAnnotations() local 246 auto found = functionTable.find(functionName); in CheckFunctionParameterWithoutAnnotations() local 256 auto found = recordTable.find(recordName); in CheckClassFieldAnnotations() local [all …]
|
| /arkcompiler/ets_frontend/ets2panda/ir/ |
| D | astNodeHistory.cpp | 75 auto found = FindLessOrEquals(phaseId); in Get() local 92 } else if (auto found = FindLessOrEquals(phaseId); found != nullptr) { in Set() local
|
| D | astNode.cpp | 172 void AnyChildHelper(bool *found, const NodePredicate &cb, AstNode *ast) in AnyChildHelper() 188 bool found = false; in IsAnyChild() local 193 void FindChildHelper(AstNode *&found, const NodePredicate &cb, AstNode *ast) in FindChildHelper() 209 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/ets_runtime/test/moduletest/arrayfind/ |
| D | arrayfind.js | 18 const found = array1.find((element) => element > 10); constant
|
| /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/es2panda/ir/ts/ |
| D | tsLiteralType.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 | 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 | 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 | tsTypeLiteral.cpp | 51 auto found = checker->NodeCache().find(this); in GetType() local
|
| D | tsUnionType.cpp | 49 auto found = checker->NodeCache().find(this); in GetType() 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
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/plugin/ |
| D | plugin_proceed_to_state_find_method_decl_by_name.cpp | 52 es2panda_AstNode *found = impl->FirstDeclarationByNameFromNode(context, Ast, "goo"); in TestFindMethodDeclByName() local
|