Home
last modified time | relevance | path

Searched refs:scope_ (Results 1 – 25 of 961) sorted by relevance

12345678910>>...39

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_object_int.h47 sc_module * scope_;
57 : scope_(0) in hierarchy_scope()
61 scope_ = dynamic_cast<sc_module*>(obj); in hierarchy_scope()
62 if( !scope_ ) in hierarchy_scope()
64 if( scope_ ) in hierarchy_scope()
65 scope_->simcontext()->hierarchy_push(scope_); in hierarchy_scope()
71 : scope_(mod) in hierarchy_scope()
73 if( scope_ ) in hierarchy_scope()
74 scope_->simcontext()->hierarchy_push(scope_); in hierarchy_scope()
81 if( scope_ ) in ~hierarchy_scope()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/handles/
H A Dlocal-handles-inl.h19 Address* result = handles->scope_.next; in GetHandle()
20 if (result == handles->scope_.limit) { in GetHandle()
24 handles->scope_.next++; in GetHandle()
32 prev_next_ = handles->scope_.next; in LocalHandleScope()
33 prev_limit_ = handles->scope_.limit; in LocalHandleScope()
34 handles->scope_.level++; in LocalHandleScope()
41 handles->scope_.next = prev_next_; in ~LocalHandleScope()
42 handles->scope_.limit = prev_limit_; in ~LocalHandleScope()
43 handles->scope_.level--; in ~LocalHandleScope()
47 old_limit = handles->scope_.limit; in ~LocalHandleScope()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/handles/
H A Dlocal-handles-inl.h19 Address* result = handles->scope_.next; in GetHandle()
20 if (result == handles->scope_.limit) { in GetHandle()
24 handles->scope_.next++; in GetHandle()
35 prev_next_ = handles->scope_.next; in LocalHandleScope()
36 prev_limit_ = handles->scope_.limit; in LocalHandleScope()
37 handles->scope_.level++; in LocalHandleScope()
67 handles->scope_.next = prev_next; in CloseScope()
68 handles->scope_.limit = prev_limit; in CloseScope()
69 handles->scope_.level--; in CloseScope()
73 old_limit = handles->scope_.limit; in CloseScope()
[all …]
H A Dlocal-handles.cc13 LocalHandles::LocalHandles() { scope_.Initialize(); } in LocalHandles()
15 scope_.limit = nullptr; in ~LocalHandles()
32 FullObjectSlot(scope_.next)); in Iterate()
45 : scope_.next; in Contains()
55 DCHECK_EQ(scope_.next, scope_.limit); in AddBlock()
58 scope_.next = block; in AddBlock()
59 scope_.limit = block + kHandleBlockSize; in AddBlock()
68 if (block_limit == scope_.limit) { in RemoveUnusedBlocks()
/dports/lang/v8/v8-9.6.180.12/src/handles/
H A Dlocal-handles-inl.h23 Address* result = handles->scope_.next; in GetHandle()
24 if (result == handles->scope_.limit) { in GetHandle()
28 handles->scope_.next++; in GetHandle()
42 prev_next_ = handles->scope_.next; in LocalHandleScope()
43 prev_limit_ = handles->scope_.limit; in LocalHandleScope()
44 handles->scope_.level++; in LocalHandleScope()
78 handles->scope_.next = prev_next; in CloseScope()
79 handles->scope_.limit = prev_limit; in CloseScope()
80 handles->scope_.level--; in CloseScope()
84 old_limit = handles->scope_.limit; in CloseScope()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DAbstractScopePtr.h57 ScopeType scope_ = ScopeType(HeapPtrScope());
75 : scope_(Deferred{scope, compilationInfo}) {} in AbstractScopePtr()
81 return scope_.as<HeapPtrScope>() == nullptr; in isNullptr()
95 Scope* scope() const { return scope_.as<HeapPtrScope>(); } in scope()
148 AbstractScopePtr scope_; variable
154 bool done() const { return !scope_; } in done()
158 MOZ_ASSERT(scope_); in kind()
159 return scope_.kind(); in kind()
166 scope_ = scope_.enclosing();
175 if (scope_) { in trace()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dbinary_target_generator.cc71 RustValuesGenerator rustgen(target_, scope_, function_call_, err_); in DoRun()
78 SwiftValuesGenerator swiftgen(target_, scope_, err_); in DoRun()
85 ConfigValuesGenerator gen(&target_->config_values(), scope_, in DoRun()
86 scope_->GetSourceDir(), err_); in DoRun()
142 const Value* value = scope_->GetValue(variables::kFriend, true); in FillFriends()
145 *value, scope_->GetSourceDir(), in FillFriends()
172 const Value* value = scope_->GetValue(variables::kOutputDir, true); in FillOutputDir()
182 SourceDir dir = scope_->GetSourceDir().ResolveRelativeDir( in FillOutputDir()
196 scope_->GetValue(variables::kAllowCircularIncludesFrom, true); in FillAllowCircularIncludesFrom()
202 scope_->GetSourceDir(), in FillAllowCircularIncludesFrom()
[all …]
H A Dtarget_generator.cc38 scope_(scope), in TargetGenerator()
64 if (!Visibility::FillItemVisibility(target_, scope_, err_)) in Run()
173 return scope_->settings()->build_settings(); in GetBuildSettings()
232 const SourceDir& dir = scope_->GetSourceDir(); in FillData()
234 scope_->settings()->build_settings()->root_path_utf8(); in FillData()
266 if (!scope_->GetValue(variables::kDataDeps, false)) { in FillDependencies()
299 target_->metadata().set_source_dir(scope_->GetSourceDir()); in FillMetadata()
414 const Value* value = scope_->GetValue(var_name, true); in FillGenericConfigs()
417 scope_->GetSourceDir(), in FillGenericConfigs()
425 const Value* value = scope_->GetValue(var_name, true); in FillGenericDeps()
[all …]
H A Dcreate_bundle_target_generator.cc83 const Value* value = scope_->GetValue(name, true); in FillBundleDir()
111 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, in FillXcodeExtraAttributes()
140 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
152 const Value* value = scope_->GetValue(variables::kPartialInfoPlist, true); in FillPartialInfoPlist()
160 SourceFile path = scope_->GetSourceDir().ResolveRelativeFile( in FillPartialInfoPlist()
176 scope_->GetValue(variables::kXcodeTestApplicationName, true); in FillXcodeTestApplicationName()
196 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillCodeSigningScript()
197 *value, err_, scope_->settings()->build_settings()->root_path_utf8()); in FillCodeSigningScript()
220 scope_->GetSourceDir(), &script_sources, in FillCodeSigningSources()
269 const Value* value = scope_->GetValue(variables::kCodeSigningArgs, true); in FillCodeSigningArgs()
[all …]
H A Dconfig_values_generator.cc82 scope_(scope), in ConfigValuesGenerator()
90 GetStringList(scope_, #name, config_values_, &ConfigValues::name, err_); in Run()
115 const Value* inputs_value = scope_->GetValue(variables::kInputs, true); in Run()
117 ExtractListOfRelativeFiles(scope_->settings()->build_settings(), in Run()
123 const Value* libs_value = scope_->GetValue(variables::kLibs, true); in Run()
125 ExtractListOfLibs(scope_->settings()->build_settings(), *libs_value, in Run()
137 GetFrameworksList(scope_, variables::kFrameworks, config_values_, in Run()
139 GetFrameworksList(scope_, variables::kWeakFrameworks, config_values_, in Run()
144 scope_->GetValue(variables::kPrecompiledHeader, true); in Run()
162 scope_->GetValue(variables::kPrecompiledSource, true); in Run()
[all …]
H A Daction_target_generator.cc99 const Value* value = scope_->GetValue(variables::kScript, true); in FillScript()
107 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillScript()
108 *value, err_, scope_->settings()->build_settings()->root_path_utf8()); in FillScript()
116 const Value* value = scope_->GetValue(variables::kArgs, true); in FillScriptArgs()
146 const Value* value = scope_->GetValue(variables::kDepfile, true); in FillDepfile()
161 const Value* value = scope_->GetValue(variables::kPool, true); in FillPool()
166 Label::Resolve(scope_->GetSourceDir(), in FillPool()
167 scope_->settings()->build_settings()->root_path_utf8(), in FillPool()
168 ToolchainLabelForScope(scope_), *value, err_); in FillPool()
213 const Value* value = scope_->GetValue(variables::kInputs, true); in FillInputs()
[all …]
/dports/devel/gn/gn-1962/src/gn/
H A Dbinary_target_generator.cc71 RustValuesGenerator rustgen(target_, scope_, function_call_, err_); in DoRun()
78 SwiftValuesGenerator swiftgen(target_, scope_, err_); in DoRun()
85 ConfigValuesGenerator gen(&target_->config_values(), scope_, in DoRun()
86 scope_->GetSourceDir(), err_); in DoRun()
143 const Value* value = scope_->GetValue(variables::kFriend, true); in FillFriends()
146 *value, scope_->GetSourceDir(), in FillFriends()
173 const Value* value = scope_->GetValue(variables::kOutputDir, true); in FillOutputDir()
183 SourceDir dir = scope_->GetSourceDir().ResolveRelativeDir( in FillOutputDir()
197 scope_->GetValue(variables::kAllowCircularIncludesFrom, true); in FillAllowCircularIncludesFrom()
203 scope_->GetSourceDir(), in FillAllowCircularIncludesFrom()
[all …]
H A Dtarget_generator.cc38 scope_(scope), in TargetGenerator()
64 if (!Visibility::FillItemVisibility(target_, scope_, err_)) in Run()
173 return scope_->settings()->build_settings(); in GetBuildSettings()
232 const SourceDir& dir = scope_->GetSourceDir(); in FillData()
234 scope_->settings()->build_settings()->root_path_utf8(); in FillData()
268 if (!scope_->GetValue(variables::kDataDeps, false)) { in FillDependencies()
301 target_->metadata().set_source_dir(scope_->GetSourceDir()); in FillMetadata()
416 const Value* value = scope_->GetValue(var_name, true); in FillGenericConfigs()
419 scope_->GetSourceDir(), in FillGenericConfigs()
427 const Value* value = scope_->GetValue(var_name, true); in FillGenericDeps()
[all …]
H A Dcreate_bundle_target_generator.cc83 const Value* value = scope_->GetValue(name, true); in FillBundleDir()
111 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, in FillXcodeExtraAttributes()
140 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
152 const Value* value = scope_->GetValue(variables::kPartialInfoPlist, true); in FillPartialInfoPlist()
160 SourceFile path = scope_->GetSourceDir().ResolveRelativeFile( in FillPartialInfoPlist()
176 scope_->GetValue(variables::kXcodeTestApplicationName, true); in FillXcodeTestApplicationName()
196 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillCodeSigningScript()
197 *value, err_, scope_->settings()->build_settings()->root_path_utf8()); in FillCodeSigningScript()
220 scope_->GetSourceDir(), &script_sources, in FillCodeSigningSources()
269 const Value* value = scope_->GetValue(variables::kCodeSigningArgs, true); in FillCodeSigningArgs()
[all …]
H A Dconfig_values_generator.cc82 scope_(scope), in ConfigValuesGenerator()
90 GetStringList(scope_, #name, config_values_, &ConfigValues::name, err_); in Run()
115 const Value* inputs_value = scope_->GetValue(variables::kInputs, true); in Run()
117 ExtractListOfRelativeFiles(scope_->settings()->build_settings(), in Run()
123 const Value* libs_value = scope_->GetValue(variables::kLibs, true); in Run()
125 ExtractListOfLibs(scope_->settings()->build_settings(), *libs_value, in Run()
137 GetFrameworksList(scope_, variables::kFrameworks, config_values_, in Run()
139 GetFrameworksList(scope_, variables::kWeakFrameworks, config_values_, in Run()
144 scope_->GetValue(variables::kPrecompiledHeader, true); in Run()
162 scope_->GetValue(variables::kPrecompiledSource, true); in Run()
[all …]
H A Daction_target_generator.cc99 const Value* value = scope_->GetValue(variables::kScript, true);
107 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile(
108 *value, err_, scope_->settings()->build_settings()->root_path_utf8());
116 const Value* value = scope_->GetValue(variables::kArgs, true);
146 const Value* value = scope_->GetValue(variables::kDepfile, true);
161 const Value* value = scope_->GetValue(variables::kPool, true);
166 Label::Resolve(scope_->GetSourceDir(),
167 scope_->settings()->build_settings()->root_path_utf8(),
168 ToolchainLabelForScope(scope_), *value, err_);
213 const Value* value = scope_->GetValue(variables::kInputs, true);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dtarget_generator.cc38 scope_(scope), in TargetGenerator()
67 if (!Visibility::FillItemVisibility(target_, scope_, err_)) in Run()
172 return scope_->settings()->build_settings(); in GetBuildSettings()
231 const SourceDir& dir = scope_->GetSourceDir(); in FillData()
233 scope_->settings()->build_settings()->root_path_utf8(); in FillData()
265 if (!scope_->GetValue(variables::kDataDeps, false)) { in FillDependencies()
298 target_->metadata().set_source_dir(scope_->GetSourceDir()); in FillMetadata()
423 const Value* value = scope_->GetValue(var_name, true); in FillGenericConfigs()
425 ExtractListOfUniqueLabels(*value, scope_->GetSourceDir(), in FillGenericConfigs()
433 const Value* value = scope_->GetValue(var_name, true); in FillGenericDeps()
[all …]
H A Dbinary_target_generator.cc70 RustTargetGenerator rustgen(target_, scope_, function_call_, err_); in DoRun()
77 ConfigValuesGenerator gen(&target_->config_values(), scope_, in DoRun()
78 scope_->GetSourceDir(), err_); in DoRun()
133 const Value* value = scope_->GetValue(variables::kFriend, true); in FillFriends()
135 return ExtractListOfLabelPatterns(*value, scope_->GetSourceDir(), in FillFriends()
142 const Value* value = scope_->GetValue(variables::kOutputName, true); in FillOutputName()
162 const Value* value = scope_->GetValue(variables::kOutputDir, true); in FillOutputDir()
172 SourceDir dir = scope_->GetSourceDir().ResolveRelativeDir( in FillOutputDir()
186 scope_->GetValue(variables::kAllowCircularIncludesFrom, true); in FillAllowCircularIncludesFrom()
191 ExtractListOfUniqueLabels(*value, scope_->GetSourceDir(), in FillAllowCircularIncludesFrom()
[all …]
H A Dcreate_bundle_target_generator.cc80 const Value* value = scope_->GetValue(name, true); in FillBundleDir()
108 Value* value = scope_->GetMutableValue(variables::kXcodeExtraAttributes, in FillXcodeExtraAttributes()
137 const Value* value = scope_->GetValue(variables::kProductType, true); in FillProductType()
149 const Value* value = scope_->GetValue(variables::kPartialInfoPlist, true); in FillPartialInfoPlist()
157 SourceFile path = scope_->GetSourceDir().ResolveRelativeFile( in FillPartialInfoPlist()
173 scope_->GetValue(variables::kXcodeTestApplicationName, true); in FillXcodeTestApplicationName()
193 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillCodeSigningScript()
194 *value, err_, scope_->settings()->build_settings()->root_path_utf8()); in FillCodeSigningScript()
217 scope_->GetSourceDir(), &script_sources, in FillCodeSigningSources()
266 const Value* value = scope_->GetValue(variables::kCodeSigningArgs, true); in FillCodeSigningArgs()
[all …]
H A Daction_target_generator.cc99 const Value* value = scope_->GetValue(variables::kScript, true); in FillScript()
107 SourceFile script_file = scope_->GetSourceDir().ResolveRelativeFile( in FillScript()
108 *value, err_, scope_->settings()->build_settings()->root_path_utf8()); in FillScript()
116 const Value* value = scope_->GetValue(variables::kArgs, true); in FillScriptArgs()
131 const Value* value = scope_->GetValue(variables::kResponseFileContents, true); in FillResponseFileContents()
146 const Value* value = scope_->GetValue(variables::kDepfile, true); in FillDepfile()
161 const Value* value = scope_->GetValue(variables::kPool, true); in FillPool()
165 Label label = Label::Resolve(scope_->GetSourceDir(), in FillPool()
166 ToolchainLabelForScope(scope_), *value, err_); in FillPool()
211 const Value* value = scope_->GetValue(variables::kInputs, true); in FillInputs()
[all …]
/dports/devel/xsd/xsd-4.1.0.a11+dep/xsd/xsd/cxx/tree/
H A Dtree-inline.cxx507 << "void " << scope_ << "::" << endl in traverse()
545 << "void " << scope_ << "::" << endl in traverse()
555 << "void " << scope_ << "::" << endl in traverse()
578 String q_type (scope_ + L"::" + type); in traverse()
632 scope_ << "::" << endl in traverse()
664 os << scope_ << "::" << endl in traverse()
679 String scope_; member
688 : Context (c), scope_ (scope) in Any()
804 scope_ << "::" << endl in traverse()
876 << "void " << scope_ << "::" << endl in traverse()
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dexpression-scope-reparenter.cc20 : AstTraversalVisitor(stack_limit, initializer), scope_(scope) {} in Reparenter()
36 Scope* scope_; member in v8::internal::__anon91714d820111::Reparenter
40 function_literal->scope()->ReplaceOuterScope(scope_); in VisitFunctionLiteral()
44 class_literal->scope()->ReplaceOuterScope(scope_); in VisitClassLiteral()
72 if (scope_->outer_scope()->RemoveUnresolved(proxy)) { in VisitVariableProxy()
73 scope_->AddUnresolved(proxy); in VisitVariableProxy()
78 proxy->var()->scope() == scope_->GetClosureScope()); in VisitVariableProxy()
84 expr->set_scope(scope_); in VisitRewritableExpression()
89 stmt->scope()->ReplaceOuterScope(scope_); in VisitBlock()
97 stmt->scope()->ReplaceOuterScope(scope_); in VisitTryCatchStatement()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Dssa.cc76 if (scope_.count(op)) { in Mutate_()
77 return scope_[op].back(); in Mutate_()
87 scope_[v.get()].push_back(new_var); in Mutate_()
89 scope_[v.get()].pop_back(); in Mutate_()
123 scope_[v.get()].push_back(new_var); in Mutate_()
125 scope_[v.get()].pop_back(); in Mutate_()
136 scope_[v.get()].push_back(new_var); in Mutate_()
138 scope_[v.get()].pop_back(); in Mutate_()
151 scope_[v.get()].push_back(new_var); in Mutate_()
153 scope_[v.get()].pop_back(); in Mutate_()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Dssa.cc76 if (scope_.count(op)) { in Mutate_()
77 return scope_[op].back(); in Mutate_()
87 scope_[v.get()].push_back(new_var); in Mutate_()
89 scope_[v.get()].pop_back(); in Mutate_()
123 scope_[v.get()].push_back(new_var); in Mutate_()
125 scope_[v.get()].pop_back(); in Mutate_()
136 scope_[v.get()].push_back(new_var); in Mutate_()
138 scope_[v.get()].pop_back(); in Mutate_()
151 scope_[v.get()].push_back(new_var); in Mutate_()
153 scope_[v.get()].pop_back(); in Mutate_()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/tir/transforms/
H A Dstorage_access.cc73 scope_.back().push_back(curr_stmt_); in VisitStmt_()
86 scope_.back().push_back(curr_stmt_); in VisitStmt_()
105 scope_.pop_back(); in VisitStmt_()
130 scope_.pop_back(); in VisitStmt_()
141 scope_.push_back(std::vector<StmtEntry>()); in VisitStmt_()
146 scope_.pop_back(); in VisitStmt_()
160 scope_.back().emplace_back(std::move(s)); in VisitStmt_()
167 scope_.push_back(std::vector<StmtEntry>()); in VisitStmt_()
172 scope_.pop_back(); in VisitStmt_()
176 scope_.pop_back(); in VisitStmt_()
[all …]

12345678910>>...39