Home
last modified time | relevance | path

Searched refs:next_scope (Results 1 – 13 of 13) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dscopestack.c103 next_scope(SCOPESTACK *scope) in next_scope() function
122 while ((scope = next_scope(scope)) != 0) { in next_scope_sptr()
136 while ((scope = next_scope(scope)) != 0) { in next_scope_kind()
182 while ((scope = next_scope(scope)) != 0) { in have_use_scope()
390 SCOPESTACK *scope, *next_scope; in par_push_scope() local
404 next_scope = get_scope(-1); /* next to top of stack */ in par_push_scope()
405 if (!bind_to_outer || next_scope->kind != SCOPE_PAR) { in par_push_scope()
409 scope->rgn_scope = next_scope->rgn_scope; in par_push_scope()
410 scope->par_scope = next_scope->par_scope; in par_push_scope()
411 scope->end_prologue = next_scope->end_prologue; in par_push_scope()
H A Dsemsym.c209 while ((scope = next_scope(scope)) != 0) { in sym_in_scope()
381 iface_scope = next_scope(scope); in find_in_host()
401 while ((scope = next_scope(scope)) != 0) { in find_in_host()
H A Dmodule.c755 while ((scope = next_scope(scope)) != 0 && in apply_use()
2465 for (; scope != 0; scope = next_scope(scope)) { in export_public_used_modules()
H A Dsemant.h868 SCOPESTACK *next_scope(SCOPESTACK *scope);
H A Dsemsmp.c6722 while ((scope = next_scope(scope)) != 0) { in do_lastprivate()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_auth.c77 SIMPLEQ_ENTRY(kauth_scope) next_scope; /* scope list */
729 SIMPLEQ_FOREACH(scope, &scope_list, next_scope) { in kauth_ifindscope()
799 SIMPLEQ_INSERT_TAIL(&scope_list, scope, next_scope); in kauth_register_scope()
870 SIMPLEQ_REMOVE(&scope_list, scope, kauth_scope, next_scope); in kauth_deregister_scope()
/dports/editors/py-babi/babi-0.0.24/babi/
H A Dhighlight.py438 next_scope = scope + self.content_name
443 state = state.push(Entry(next_scope, self, start, reg, boundary))
509 next_scope = scope + self.content_name
514 entry = Entry(next_scope, self, start, reg, boundary)
/dports/shells/fish/fish-3.3.1/src/
H A Denv.cpp534 env_node_t(bool is_new_scope, std::shared_ptr<env_node_t> next_scope) in env_node_t() argument
535 : new_scope(is_new_scope), next(std::move(next_scope)) {} in env_node_t()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/openmp/runtime/src/include/
H A Domp-tools.h.var1318 ompd_scope_t *next_scope, int *more);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/openmp/runtime/src/include/
H A Domp-tools.h.var1318 ompd_scope_t *next_scope, int *more);
/dports/devel/llvm13/llvm-project-13.0.1.src/openmp/runtime/src/include/
H A Domp-tools.h.var1318 ompd_scope_t *next_scope, int *more);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/openmp/runtime/src/include/
H A Domp-tools.h.var1346 ompd_scope_t *next_scope, int *more);
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_resolve/src/
H A Dlib.rs1804 if let Some(next_scope) = self.output_macro_rules_scopes.get(&invoc_id) { in visit_scopes()
1805 macro_rules_scope.set(next_scope.get()); in visit_scopes()