Home
last modified time | relevance | path

Searched defs:scope (Results 76 - 100 of 809) sorted by relevance

12345678910>>...33

/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-handle-scope-handle-prelist-escape.c44 jerryx_escapable_handle_scope scope; in create_object() local
66 jerryx_handle_scope scope; in test_handle_scope_val() local
[all...]
H A Dtest-ext-handle-scope-handle-prelist.c44 jerryx_escapable_handle_scope scope; in create_object() local
66 jerryx_handle_scope scope; in test_handle_scope_val() local
[all...]
/third_party/node/test/js-native-api/test_handle_scope/
H A Dtest_handle_scope.c12 napi_handle_scope scope; in NewScope() local
22 napi_escapable_handle_scope scope; in NewScopeEscape() local
34 napi_escapable_handle_scope scope; in NewScopeEscapeTwice() local
49 napi_handle_scope scope; NewScopeWithException() local
[all...]
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_attr_get.c33 _LIBC_TEXT_SECTION int pthread_attr_getscope(const pthread_attr_t *restrict a, int *restrict scope) in pthread_attr_getscope() argument
/third_party/node/benchmark/napi/type-tag/
H A Dbinding.c35 napi_handle_scope scope; in TagObject() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/
H A D1-1.c34 int scope; in verify_scope() local
/third_party/node/deps/v8/src/codegen/
H A Dunoptimized-compilation-info.cc36 DeclarationScope* UnoptimizedCompilationInfo::scope() const { in scope() function in v8::internal::UnoptimizedCompilationInfo
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_misc.cpp45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
H A Dvalidate_scopes.cpp25 bool IsValidScope(uint32_t scope) { in IsValidScope() argument
43 ValidateScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateScope() argument
79 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
187 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_misc.cpp45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
H A Dvalidate_scopes.cpp25 bool IsValidScope(uint32_t scope) { in IsValidScope() argument
43 ValidateScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateScope() argument
79 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
187 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DErrorScope.cpp53 ErrorScope scope = std::move(mScopes.back()); in Pop() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/
H A Dresolve.go616 type scope struct { global() type
[all...]
/third_party/vixl/test/
H A Dtest-code-generation-scopes.cc116 CodeBufferCheckScope scope; in TEST() local
132 CodeBufferCheckScope scope; in TEST() local
180 CodeBufferCheckScope scope; TEST() local
198 CodeBufferCheckScope scope; TEST() local
244 EmissionCheckScope scope; TEST() local
260 EmissionCheckScope scope; TEST() local
308 EmissionCheckScope scope; TEST() local
326 EmissionCheckScope scope; TEST() local
474 EmissionCheckScope scope; TEST() local
483 EmissionCheckScope scope; TEST() local
528 ExactAssemblyScope scope; TEST_A32() local
544 ExactAssemblyScope scope; TEST() local
592 ExactAssemblyScope scope; TEST_A32() local
610 ExactAssemblyScope scope; TEST() local
[all...]
/third_party/spirv-tools/source/val/
H A Dvalidate_misc.cpp45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
H A Dvalidate_scopes.cpp24 bool IsValidScope(uint32_t scope) { in IsValidScope() argument
42 ValidateScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateScope() argument
78 ValidateExecutionScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateExecutionScope() argument
190 ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, uint32_t scope) ValidateMemoryScope() argument
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread-inl.h36 HandleScope<coretypes::TaggedType> *scope = taggedHandleScopes_.back(); in PopHandleScope() local
71 HandleScope<ObjectHeader *> *scope = objectHeaderHandleScopes_.back(); in PopHandleScope() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.h78 explicit LoopEnvScope(PandaGen *pg, varbinder::LoopScope *scope, LabelTarget target) in LoopEnvScope() argument
84 explicit LoopEnvScope(PandaGen *pg, LabelTarget target, varbinder::LoopScope *scope) in LoopEnvScope() argument
90 LoopEnvScope(PandaGen *pg, varbinder::LoopDeclarationScope *scope) LoopEnvScope() argument
110 NeedEnv(varbinder::VariableScope *scope) NeedEnv() argument
[all...]
H A DregScope.cpp50 LocalRegScope::LocalRegScope(CodeGen *cg, varbinder::Scope *scope) : RegScope(cg) in LocalRegScope() argument
68 LocalRegScope::LocalRegScope(PandaGen *pg, varbinder::Scope *scope) : LocalRegScope(static_cast<CodeGen *>(pg), scope) in LocalRegScope() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DirCheckHelper.cpp31 bool IrCheckHelper::CheckNewNode(ir::AstNode *node, varbinder::Scope *scope, ir::AstNode *parentClass, in CheckNewNode() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DtsMethodSignature.h60 void SetScope(varbinder::Scope *scope) in SetScope() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforInStatement.h40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
H A DswitchStatement.h41 explicit SwitchStatement(binder::LocalScope *scope, Expression *discriminant, in SwitchStatement() argument
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsFunctionType.h40 explicit TSFunctionType(binder::Scope *scope, ArenaVector<Expression *> &&params, in TSFunctionType() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.h41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() argument

Completed in 9 milliseconds

12345678910>>...33