| /third_party/jerryscript/tests/unit-ext/ |
| H A D | test-ext-handle-scope-handle-prelist-escape.c | 44 jerryx_escapable_handle_scope scope; in create_object() local 66 jerryx_handle_scope scope; in test_handle_scope_val() local [all...] |
| H A D | test-ext-handle-scope-handle-prelist.c | 44 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 D | test_handle_scope.c | 12 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 D | pthread_attr_get.c | 33 _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 D | binding.c | 35 napi_handle_scope scope; in TagObject() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_getscope/ |
| H A D | 1-1.c | 34 int scope; in verify_scope() local
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | unoptimized-compilation-info.cc | 36 DeclarationScope* UnoptimizedCompilationInfo::scope() const { in scope() function in v8::internal::UnoptimizedCompilationInfo
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_misc.cpp | 45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
|
| H A D | validate_scopes.cpp | 25 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 D | validate_misc.cpp | 45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
|
| H A D | validate_scopes.cpp | 25 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 D | ErrorScope.cpp | 53 ErrorScope scope = std::move(mScopes.back()); in Pop() local
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/resolver/ |
| H A D | resolve.go | 616 type scope struct { global() type [all...] |
| /third_party/vixl/test/ |
| H A D | test-code-generation-scopes.cc | 116 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 D | validate_misc.cpp | 45 const uint32_t scope = inst->GetOperandAs<uint32_t>(2); in ValidateShaderClock() local
|
| H A D | validate_scopes.cpp | 24 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 D | thread-inl.h | 36 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 D | envScope.h | 78 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 D | regScope.cpp | 50 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 D | irCheckHelper.cpp | 31 bool IrCheckHelper::CheckNewNode(ir::AstNode *node, varbinder::Scope *scope, ir::AstNode *parentClass, in CheckNewNode() argument [all...] |
| /arkcompiler/ets_frontend/ets2panda/ir/base/ |
| H A D | tsMethodSignature.h | 60 void SetScope(varbinder::Scope *scope) in SetScope() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | forInStatement.h | 40 explicit ForInStatement(binder::LoopScope *scope, AstNode *left, Expression *right, Statement *body) in ForInStatement() argument
|
| H A D | switchStatement.h | 41 explicit SwitchStatement(binder::LocalScope *scope, Expression *discriminant, in SwitchStatement() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| H A D | tsFunctionType.h | 40 explicit TSFunctionType(binder::Scope *scope, ArenaVector<Expression *> &¶ms, in TSFunctionType() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/base/ |
| H A D | catchClause.h | 41 explicit CatchClause(binder::CatchScope *scope, Expression *param, BlockStatement *body) in CatchClause() argument
|