Home
last modified time | relevance | path

Searched defs:findRes (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1999 auto findRes = Scope()->FindLocal(name, binder::ResolveBindingOptions::BINDINGS); in VisitTsModuleDeclaration() local
2024 …auto findRes = Scope()->FindLocal(name); // Find if the variable with the same name is already de… in VisitTsEnumDeclaration() local
2314 …ArenaVector<binder::Variable *> findRes = FindFrontIdentifierTSVariables(members.front()->AsIdenti… in IsStringForMemberExpression() local
2330 ArenaVector<binder::Variable *> findRes(Allocator()->Adapter()); in FindFrontIdentifierTSVariables() local
2502 ArenaVector<binder::Variable *> findRes(Allocator()->Adapter()); in VerifyMemberExpressionDeque() local
2536 ArenaVector<binder::Variable *> findRes = FindFrontIdentifierTSVariables( in VerifyMemberExpressionDeque() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp1021 std::vector<binder::Variable *> findRes; in FindIdentifierTSVariables() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp525 bool findRes = in DestOpndHasUseInsns() local