Searched refs:scope (Results 1 - 25 of 185) sorted by relevance

12345678

/freebsd-current/contrib/byacc/test/
H A Dbtyacc_demo.y26 Scope *scope;
37 Scope *scope;
56 %type <expr> expr(<scope>)
57 %type decl(<scope>) declarator_list(<scope>, <type>)
58 decl_list(<scope>)
59 %type <code> statement(<scope>) statement_list(<scope>)
60 block_statement(<scope>)
61 %type <decl> declarator(<scope>, <typ
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp11 // Calls to NSAutoreleasePools will be rewritten as an @autorelease scope.
22 // - There is not a corresponding -release/-drain in the same scope
24 // - There is a variable that is declared inside the intended @autorelease scope
97 PoolScope &scope = *scpI; local
98 clearRefsIn(*scope.Begin, info.Refs);
99 clearRefsIn(*scope.End, info.Refs);
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs);
121 PoolScope &scope = *scpI; local
122 clearUnavailableDiags(*scope
152 PoolScope &scope = *scpI; local
207 PoolScope &scope = Scopes.back(); local
254 NameReferenceChecker(ASTContext &ctx, PoolScope &scope, SourceLocation &referenceLoc, SourceLocation &declarationLoc) argument
296 handlePoolScope(PoolScope &scope, CompoundStmt *compoundS) argument
[all...]
/freebsd-current/sys/netinet6/
H A Dscope6.c230 * Get a scope of the address. Node-local, link-local, site-local or global.
314 * Validate the specified scope zone ID in the sin6_scope_id field. If the ID
317 * This routine then generates the kernel-internal form: if the address scope
336 * link-local scope IDs, and use interface indices as the
383 "%s: embedded scope mismatch: %s%%%d. "
397 * Determine the appropriate scope zone ID for in6 and ifp. If ret_id is
406 int scope; local
418 scope = in6_addrscope(in6);
419 if (scope == IPV6_ADDR_SCOPE_INTFACELOCAL ||
420 scope
516 in6_getscopezone(const struct ifnet *ifp, int scope) argument
556 int scope; local
596 int scope; local
[all...]
H A Din6_cksum.c94 uint16_t scope, *w; local
118 scope = in6_getscope(&ip6->ip6_src);
122 if (scope != 0)
123 sum -= scope;
126 scope = in6_getscope(&ip6->ip6_dst);
130 if (scope != 0)
131 sum -= scope;
263 uint16_t *w, scope; local
294 scope = in6_getscope(&ip6->ip6_src);
298 if (scope !
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-global.mk1 # $NetBSD: var-scope-global.mk,v 1.1 2022/01/23 16:25:54 rillig Exp $
12 # Global variables can be removed from their scope.
H A Dvar-scope-local.mk1 # $NetBSD: var-scope-local.mk,v 1.11 2024/03/05 23:07:58 rillig Exp $
79 # Conditions from .if directives are evaluated in the scope of the command
81 # scope and from the environment are resolved, in this precedence order (but
164 # expect: : Making var-scope-local.c out of nothing.
165 var-scope-local.c:
170 # expect: : Making var-scope-local.o from var-scope-local.c.
171 # expect: : Making basename "var-scope-local.o" in "." from "var-scope-local.c" in ".".
180 all: var-scope
[all...]
H A Dvarmod-loop-delete.mk7 # an actual variable in the current evaluation scope (Command/Global/target),
17 # In an assignment, the scope is 'Global'. Since the variable 'VAR' is
18 # defined in the global scope, it deletes itself.
27 # In the command that is associated with a target, the scope is the
28 # one from the target. That scope only contains a few variables like
32 # There is no variable named 'VAR' in the local scope, so nothing
H A Dvarmod-remember.mk15 ABC.global:= ${ABC} # is evaluated in the global scope
20 .if ${DEF} != "1=D 2=E 3=F" # is evaluated in the command line scope
25 # in the scope of the current evaluation, which meant that after the first
26 # ':_' modifier had been evaluated in command line scope, all further
27 # evaluations in global scope could not overwrite the variable '_' anymore,
28 # as the command line scope takes precedence over the global scope.
30 # value of '_' from the previous evaluation in command line scope.
31 GHI.global:= ${GHI} # is evaluated in the global scope
H A Dvarname-dot-shell.mk25 # This has no effect since the variable is not defined in the global scope,
26 # but in the command-line scope.
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dzfs_sysfs.h29 struct zfs_mod_supported_features *zfs_mod_list_supported(const char *scope);
/freebsd-current/contrib/openpam/include/security/
H A Dpam_types.h78 void *scope; member in struct:pam_repository
/freebsd-current/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h166 typedef struct scope { struct
167 SLIST_ENTRY(scope) scope_stack_links;
168 TAILQ_ENTRY(scope) scope_links;
169 TAILQ_HEAD(, scope) inner_scope;
179 SLIST_HEAD(scope_list, scope);
180 TAILQ_HEAD(scope_tailq, scope);
H A Daicasm.h90 struct scope *scope_alloc(void);
91 void process_scope(struct scope *);
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstddef.inc17 // ... placed within the global namespace scope, except for ... the
/freebsd-current/contrib/ntp/libntp/
H A Ddecodenetnum.c84 * brackets, ports and scope identifiers. The heuristics are
93 unsigned int port=NTP_PORT, scope=0; local
134 /* For AF_INET6, evaluate and remove any scope suffix. Have
146 scope = _num_or_dflt(_chop(strchr(haddr, '%')), 0xFFFFFFFFu, scope);
150 netnum.sa6.sin6_scope_id = scope;
H A Dsocktoa.c39 u_long scope; local
58 scope = SCOPE_VAR(sock);
59 if (0 != scope && !strchr(res, '%')) {
63 addr, scope);
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dip.h75 unsigned char scope; local
78 scope = bcast[5] & 0xF;
84 buf[5] = 0x10 | scope;
H A Dipv6.h54 unsigned char scope; local
56 scope = broadcast[5] & 0xF;
62 buf[5] = 0x10 | scope;
/freebsd-current/sys/arm64/vmm/
H A Dvmm_stat.h52 enum vmm_stat_scope scope; member in struct:vmm_stat_type
57 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \
59 { -1, nelems, desc, func, scope } \
63 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \
64 VMM_STAT_FDEFINE(type, nelems, desc, NULL, scope)
/freebsd-current/contrib/kyua/utils/signals/
H A Dprogrammer_test.cpp86 ATF_TEST_CASE_WITHOUT_HEAD(scope); variable
87 ATF_TEST_CASE_BODY(scope)
138 ATF_ADD_TEST_CASE(tcs, scope);
/freebsd-current/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h24 Scope *scope; member in union:__anon12
/freebsd-current/contrib/bmake/
H A Dvar.c118 * Var_Dump Print out all variables defined in the given scope.
153 * There are 3 kinds of variables: scope variables, environment variables,
157 * a scope variable is using the .undef directive. In particular, it must
160 * unintended way to undefine a scope variable, see varmod-loop-delete.mk.)
171 * For scope variables, it aliases the corresponding HashEntry name.
191 * Appending to its value depends on the scope, see var-op-append.mk.
312 * A scope collects variable names and their values.
314 * The main scope is SCOPE_GLOBAL, which contains the variables that are set
323 * There is no scope for environment variables, these are generated on-the-fly
326 * Each target has its own scope, containin
450 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash) argument
469 VarFindSubstring(Substring name, GNode *scope, bool elsewhere) argument
515 VarFind(const char *name, GNode *scope, bool elsewhere) argument
544 VarAdd(const char *name, const char *value, GNode *scope, VarSetFlags flags) argument
560 Var_Delete(GNode *scope, const char *varname) argument
660 ExportVarEnv(Var *v, GNode *scope) argument
733 ExportVar(const char *name, GNode *scope, VarExportMode mode) argument
759 Var_ReexportVars(GNode *scope) argument
975 Var_SetWithFlags(GNode *scope, const char *name, const char *val, VarSetFlags flags) argument
1076 Var_Set(GNode *scope, const char *name, const char *val) argument
1086 Var_SetExpand(GNode *scope, const char *name, const char *val) argument
1130 Var_Append(GNode *scope, const char *name, const char *val) argument
1169 Var_AppendExpand(GNode *scope, const char *name, const char *val) argument
1194 Var_Exists(GNode *scope, const char *name) argument
1213 Var_ExistsExpand(GNode *scope, const char *name) argument
1237 Var_Value(GNode *scope, const char *name) argument
1419 GNode *scope; member in struct:ModifyWord_SysVSubstArgs
1645 GNode *scope; member in struct:ModifyWord_LoopArgs
1974 GNode *const_member scope; member in struct:Expr
3512 GNode *scope; local
4132 UndefinedShortVarValue(char varname, const GNode *scope) argument
4163 ParseVarname(const char **pp, char startc, char endc, GNode *scope, VarEvalMode emode, LazyBuf *buf) argument
4220 ParseVarnameShort(char varname, const char **pp, GNode *scope, VarEvalMode emode, const char **out_false_val, Var **out_true_var) argument
4261 FindLocalLegacyVar(Substring varname, GNode *scope, const char **out_extraModifiers) argument
4311 ParseVarnameLong( const char **pp, char startc, GNode *scope, VarEvalMode emode, const char **out_false_pp, FStr *out_false_val, char *out_true_endc, Var **out_true_v, bool *out_true_haveModifier, const char **out_true_extraModifiers, bool *out_true_dynamic, ExprDefined *out_true_exprDefined ) argument
4420 Expr_Init(const char *name, FStr value, VarEvalMode emode, GNode *scope, ExprDefined defined) argument
4496 Var_Parse(const char **pp, GNode *scope, VarEvalMode emode) argument
4647 VarSubstExpr(const char **pp, Buffer *buf, GNode *scope, VarEvalMode emode, bool *inout_errorReported) argument
4726 Var_Subst(const char *str, GNode *scope, VarEvalMode emode) argument
4753 Var_Expand(FStr *str, GNode *scope, VarEvalMode emode) argument
4797 Var_Dump(GNode *scope) argument
[all...]
/freebsd-current/sys/amd64/vmm/
H A Dvmm_stat.h54 enum vmm_stat_scope scope; member in struct:vmm_stat_type
59 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \
61 { -1, nelems, desc, func, scope } \
65 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \
66 VMM_STAT_FDEFINE(type, nelems, desc, NULL, scope)
/freebsd-current/contrib/unbound/edns-subnet/
H A Daddrtree.c85 * @param scope: Scopemask from server reply
90 node_create(struct addrtree *tree, void *elem, addrlen_t scope, argument
98 node->scope = scope;
362 addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl,
374 if (tree->max_depth < scope) scope = tree->max_depth;
376 if (scope < sourcemask) sourcemask = scope;
383 /* update this node's scope an
361 addrtree_insert(struct addrtree *tree, const addrkey_t *addr, addrlen_t sourcemask, addrlen_t scope, void *elem, time_t ttl, time_t now, int only_match_scope_zero) argument
[all...]
/freebsd-current/usr.sbin/ypldap/
H A Daldap.h81 int scope; member in struct:aldap_url
119 enum scope { enum
199 int aldap_search(struct aldap *, char *, enum scope, char *, char **, int, int, int, struct aldap_page_control *);

Completed in 396 milliseconds

12345678