| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | function.cpp | 1870 static void CreateFuncDecl(ETSChecker *checker, ir::MethodDefinition *func, varbinder::LocalScope *scope) in CreateFuncDecl() argument 1934 auto *scope = VarBinder()->Allocator()->New<varbinder::FunctionScope>(Allocator(), paramScope); in CreateMethod() local [all...] |
| H A D | helpers.cpp | 2313 ir::ClassProperty *ETSChecker::ClassPropToImplementationProp(ir::ClassProperty *classProp, varbinder::ClassScope *scope) in ClassPropToImplementationProp() argument 2464 auto *const scope = checker->Scope()->AsClassScope(); in GetImplementationClassProp() local 2514 auto *const scope = Scope()->AsClassScope(); in GenerateGetterSetterPropertyAndMethod() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| H A D | transformer.cpp | 149 auto *scope = it.second; in PushVariablesToNearestStatements() local 216 auto scope in VisitTSNode() local 222 auto scope = FindExportVariableInTsModuleScope(name); VisitTSNode() local 526 auto *scope = Scope(); GetClassReference() local 918 auto *scope = Binder()->Allocator()->New<binder::FunctionScope>(Allocator(), paramScope); AddMethodToClass() local 1680 FindTSModuleVariable(const ir::Expression *node, const binder::Scope *scope, bool *isType) const FindTSModuleVariable() argument 1754 FindTSVariable(const binder::Scope *scope, const util::StringView &name) const FindTSVariable() argument 1905 auto scope = node->AsTSModuleDeclaration()->Scope(); GetParamName() local 1911 auto scope = node->AsTSEnumDeclaration()->Scope(); GetParamName() local 2398 FindLocalTSVariables(binder::Scope *scope, const util::StringView name, const std::vector<binder::TSBindingType> &types, ArenaVector<binder::Variable *> &findRes) const FindLocalTSVariables() argument 2434 FindExportTSVariables(binder::Scope *scope, const util::StringView name, const std::vector<binder::TSBindingType> &types, ArenaVector<binder::Variable *> &findRes) const FindExportTSVariables() argument 2487 auto *scope = enumMemberVar->AsEnumVariable()->Declaration()-> VerifyMemberExpressionDeque() local 2586 auto scope = Scope(); FindEnumMemberScope() local 2610 CreateMemberExpressionFromIdentifier(binder::Scope *scope, ir::Identifier *node) CreateMemberExpressionFromIdentifier() argument 2669 auto scope = childNode->AsScriptFunction()->Scope(); ResetParentScopeForAstNode() local 2675 auto scope = childNode->AsCatchClause()->Scope(); ResetParentScopeForAstNode() local 2681 auto scope = childNode->AsClassDefinition()->Scope(); ResetParentScopeForAstNode() local 2687 auto scope = childNode->AsBlockStatement()->Scope(); ResetParentScopeForAstNode() local 2693 auto scope = childNode->AsDoWhileStatement()->Scope(); ResetParentScopeForAstNode() local 2699 auto scope = childNode->AsWhileStatement()->Scope(); ResetParentScopeForAstNode() local 2705 auto scope = childNode->AsForInStatement()->Scope(); ResetParentScopeForAstNode() local 2711 auto scope = childNode->AsForOfStatement()->Scope(); ResetParentScopeForAstNode() local 2717 auto scope = childNode->AsForUpdateStatement()->Scope(); ResetParentScopeForAstNode() local 2723 auto scope = childNode->AsSwitchStatement()->Scope(); ResetParentScopeForAstNode() local 2729 auto scope = childNode->AsTSEnumDeclaration()->Scope(); ResetParentScopeForAstNode() local 2735 auto scope = childNode->AsTSInterfaceDeclaration()->Scope(); ResetParentScopeForAstNode() local 2741 auto scope = childNode->AsTSMethodSignature()->Scope(); ResetParentScopeForAstNode() local 2747 auto scope = childNode->AsTSModuleDeclaration()->Scope(); ResetParentScopeForAstNode() local 2753 auto scope = childNode->AsTSSignatureDeclaration()->Scope(); ResetParentScopeForAstNode() local 2759 auto scope = childNode->AsTSTypeParameterDeclaration()->Scope(); ResetParentScopeForAstNode() local 2765 auto scope = childNode->AsTSConstructorType()->Scope(); ResetParentScopeForAstNode() local 2771 auto scope = childNode->AsTSFunctionType()->Scope(); ResetParentScopeForAstNode() local 2785 auto scope = Scope(); IsValueReference() local [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 516 auto *scope = Binder()->GetScope(); in ParseTsImportEqualsDeclaration() local 986 ir::BlockStatement *ParserImpl::ParseBlockStatement(binder::Scope *scope) in ParseBlockStatement() argument 3121 auto *scope in ParseImportDefaultSpecifier() local [all...] |
| H A D | parserImpl.cpp | 2708 auto *scope = ((desc->modifiers & ir::ModifierFlags::STATIC) != 0) ? implicitScopes.first : in ParseClassProperty() local 3022 auto *scope = Binder()->Allocator()->New<binder::FunctionScope>(Allocator(), paramScope); in CreateImplicitMethod() local [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_types.cpp | 1863 auto scope = std::make_unique<Scope>(); in Create() local 2023 std::unique_ptr<Scope> scope = Scope::Create(*arrayEle); in Create() local 2088 std::unique_ptr<PtJson> scope = scopeChain_[i]->ToJson(); ToJson() local [all...] |
| /foundation/communication/netmanager_base/services/netsyscontroller/src/ |
| H A D | netsys_native_client.cpp | 57 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressUpdated() argument 73 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressRemoved() argument
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | vtn_private.h | 650 int scope; member
|
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_ir.h | 191 sync_scope scope : 8; member
|
| /third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
| H A D | spirv_builder.c | 461 spirv_builder_emit_atomic_store(struct spirv_builder *b, SpvId pointer, SpvScope scope, in spirv_builder_emit_atomic_store() argument 1589 spirv_builder_emit_memory_barrier(struct spirv_builder *b, SpvScope scope, SpvMemorySemanticsMask semantics) in spirv_builder_emit_memory_barrier() argument 1598 spirv_builder_emit_control_barrier(struct spirv_builder *b, SpvScope scope, SpvScope mem_scope, SpvMemorySemanticsMask semantics) in spirv_builder_emit_control_barrier() argument
|
| /third_party/node/deps/v8/src/ast/ |
| H A D | scopes.cc | 49 Variable* VariableMap::Declare(Zone* zone, Scope* scope, in Declare() argument 385 DeclarationScope* scope = GetClosureScope(); in HasSimpleParameters() local 684 DeclarationScope* scope = info->literal()->scope(); Analyze() local 848 Scope* scope = inner_scope_; FinalizeBlockScope() local 1251 DeclarationScope* scope = GetClosureScope(); NewTemporary() local 1323 FindVariableDeclaredIn(Scope* scope, VariableMode mode_limit) FindVariableDeclaredIn() argument 1445 Scope* scope = this; GetDeclarationScope() local 1453 Scope* scope = this; GetNonEvalDeclarationScope() local 1461 const Scope* scope = this; GetClosureScope() local 1469 Scope* scope = this; GetClosureScope() local 1490 Scope* scope = this; GetReceiverScope() local 1500 Scope* scope = this; GetConstructorScope() local 1512 Scope* scope = this; GetHomeObjectScope() local 1535 Scope* scope = this; GetScriptScope() local 1543 Scope* scope = outer_scope_; GetOuterScopeWithContext() local 1551 WasLazilyParsed(Scope* scope) WasLazilyParsed() argument 1560 Scope* scope = this; ForEach() local 1584 Scope* scope = other; IsOuterScopeOf() local 1949 DeclarationScope* scope = AsDeclarationScope(); Print() local 2066 Lookup(VariableProxy* proxy, Scope* scope, Scope* outer_scope_end, Scope* cache_scope, bool force_context_allocation) Lookup() argument 2181 LookupWith(VariableProxy* proxy, Scope* scope, Scope* outer_scope_end, Scope* cache_scope, bool force_context_allocation) LookupWith() argument 2221 LookupSloppyEval(VariableProxy* proxy, Scope* scope, Scope* outer_scope_end, Scope* cache_scope, bool force_context_allocation) LookupSloppyEval() argument 2288 UpdateNeedsHoleCheck(Variable* var, VariableProxy* proxy, Scope* scope) UpdateNeedsHoleCheck() argument 2347 ResolvePreparsedVariable(VariableProxy* proxy, Scope* scope, Scope* end) ResolvePreparsedVariable() argument 2681 DeclarationScope* scope; RecordNeedsPrivateNameContextChainRecalc() local 2694 DeclarationScope* scope = info->literal()->scope(); AllocateScopeInfos() local 2946 ClassScope* scope = scope_iter.GetScope(); LookupPrivateName() local 3094 Scope* scope = inner->outer_scope(); Next() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 2659 DebugScope* scope = reinterpret_cast<DebugScope*>( SetTerminateOnResume() local [all...] |
| /third_party/node/deps/v8/src/codegen/ |
| H A D | compiler.cc | 219 PrintTracePrefix(const CodeTracer::Scope& scope, const char* header, OptimizedCompilationInfo* info) PrintTracePrefix() argument 225 PrintTracePrefix(const CodeTracer::Scope& scope, const char* header, Handle<JSFunction> function, CodeKind code_kind) PrintTracePrefix() argument 233 PrintTracePrefix(const CodeTracer::Scope& scope, const char* header, Handle<SharedFunctionInfo> shared, CodeKind code_kind) PrintTracePrefix() argument 242 PrintTraceSuffix(const CodeTracer::Scope& scope) PrintTraceSuffix() argument [all...] |
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | objects-printer.cc | 2870 i::wasm::WasmCodeRefScope scope; in _v8_internal_Print_Code() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | bytecode-array-builder.cc | 639 BytecodeArrayBuilder& BytecodeArrayBuilder::LoadLiteral(const Scope* scope) { in LoadLiteral() argument 959 CreateBlockContext( const Scope* scope) CreateBlockContext() argument 966 CreateCatchContext( Register exception, const Scope* scope) CreateCatchContext() argument 973 CreateFunctionContext( const Scope* scope, int slots) CreateFunctionContext() argument 980 CreateEvalContext( const Scope* scope, int slots) CreateEvalContext() argument 987 CreateWithContext( Register object, const Scope* scope) CreateWithContext() argument 1537 GetConstantPoolEntry(const Scope* scope) GetConstantPoolEntry() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
| H A D | OutputASM.cpp | 543 void OutputASM::emitShader(Scope scope) in emitShader() argument
|
| /third_party/toybox/toys/pending/ |
| H A D | ip.c | 57 int ifindex, scope, scopemask, up, to; member 1002 char *family = toybuf, *scope = toybuf+256, *label = toybuf+512, in print_addrinfo() local 1196 int scope = idxfromRPDB(*argv, RPDB_rtscopes); in ipaddrupdate() local 1310 int scope = 0; ipaddr_listflush() local [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | policydb.c | 1658 symtab_insert(policydb_t * pol, uint32_t sym, hashtab_key_t key, hashtab_datum_t datum, uint32_t scope, uint32_t avrule_decl_id, uint32_t * value) symtab_insert() argument 4110 scope_datum_t *scope = NULL; scope_read() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_declarative_engine.cpp | 2541 napi_handle_scope scope; in SetContext() local [all...] |
| /foundation/arkui/napi/native_engine/ |
| H A D | native_api.cpp | 2222 NAPI_EXTERN napi_status napi_close_handle_scope(napi_env env, napi_handle_scope scope) in napi_close_handle_scope() argument 2248 NAPI_EXTERN napi_status napi_close_escapable_handle_scope(napi_env env, napi_escapable_handle_scope scope) in napi_close_escapable_handle_scope() argument 2263 napi_escape_handle(napi_env env, napi_escapable_handle_scope scope, napi_value escapee, napi_value* result) napi_escape_handle() argument 4074 napi_open_fast_native_scope(napi_env env, napi_fast_native_scope* scope) napi_open_fast_native_scope() argument 4084 napi_close_fast_native_scope(napi_env env, napi_fast_native_scope scope) napi_close_fast_native_scope() argument [all...] |
| /foundation/arkui/napi/test/unittest/ |
| H A D | test_napi.cpp | 3442 napi_callback_scope scope = nullptr; in HWTEST_F() local 3484 napi_callback_scope scope = nullptr; in HWTEST_F() local 7504 napi_handle_scope scope in HWTEST_F() local 7519 napi_handle_scope scope = reinterpret_cast<napi_handle_scope>(scope_); HWTEST_F() local 7566 napi_escapable_handle_scope scope = nullptr; HWTEST_F() local 7582 napi_handle_scope scope = reinterpret_cast<napi_handle_scope>(scope_); HWTEST_F() local [all...] |
| /foundation/multimedia/image_framework/frameworks/kits/js/common/ |
| H A D | pixel_map_napi.cpp | 390 napi_handle_scope scope = nullptr; in CommonCallbackRoutine() local 3398 napi_handle_scope scope = nullptr; in STATIC_COMPLETE_FUNC() local [all...] |
| /foundation/communication/netmanager_base/services/netconnmanager/src/ |
| H A D | net_conn_service.cpp | 2245 OnInterfaceAddressUpdated(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressUpdated() argument 2260 OnInterfaceAddressRemoved(const std::string &addr, const std::string &ifName, int flags, int scope) OnInterfaceAddressRemoved() argument
|
| /foundation/communication/wifi/wifi/interfaces/inner_api/ |
| H A D | wifi_msg.h | 342 int scope; member in OHOS::Wifi::DisconnectedReason::DisconnectDetailReason::WifiLinkAddress
|
| /foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
| H A D | native_devicemanager_js.cpp | 761 napi_handle_scope scope;
in OnDeviceStateChange() local 783 napi_handle_scope scope;
in OnDeviceFound() local 806 napi_handle_scope scope;
in OnDiscoveryFailed() local 821 napi_handle_scope scope;
in OnPublishResult() local 840 napi_handle_scope scope = nullptr; OnCredentialResult() local 872 napi_handle_scope scope; OnAuthResult() local 1621 napi_handle_scope scope; OnDmUiCall() local [all...] |