Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/freebsd-13.1/contrib/bmake/unit-tests/
H A Dvar-scope-local.mk102 var-scope-local.c:
117 all: var-scope-local.o
130 all: var-scope-local-subst.o
131 all: var-scope-local-shell.o
133 var-scope-local-assign.o \
134 var-scope-local-append.o \
136 var-scope-local-default.o \
137 var-scope-local-subst.o \
138 var-scope-local-shell.o:
199 all: var-scope-local-use.o
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransAutoreleasePool.cpp97 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
100 clearRefsIn(scope.Releases.begin(), scope.Releases.end(), info.Refs); in ~AutoreleasePoolRewriter()
121 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
123 clearUnavailableDiags(*scope.End); in ~AutoreleasePoolRewriter()
127 Pass.TA.removeStmt(*scope.End); in ~AutoreleasePoolRewriter()
152 PoolScope &scope = *scpI; in ~AutoreleasePoolRewriter() local
208 scope.End = I; in VisitCompoundStmt()
209 handlePoolScope(scope, S); in VisitCompoundStmt()
339 ReleaseCollector releaseColl(scope.PoolVar, scope.Releases); in handlePoolScope()
342 for (; I != scope.End; ++I) in handlePoolScope()
[all …]
/freebsd-13.1/contrib/byacc/test/
H A Dbtyacc_demo.y26 Scope *scope; member
37 Scope *scope; member
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>)
61 %type <decl> declarator(<scope>, <type>) formal_arg(<scope>)
62 %type <type> decl_specs(<scope>) decl_spec(<scope>) typename(<scope>)
64 %type <scope> opt_scope(<scope>)
65 %type <dlist> formal_arg_list(<scope>) nonempty_formal_arg_list(<scope>)
[all …]
/freebsd-13.1/sys/netinet6/
H A Dscope6.c395 int scope; in in6_setscope() local
407 scope = in6_addrscope(in6); in in6_setscope()
426 zoneid = sid->s6id_list[scope]; in in6_setscope()
509 scope == IPV6_ADDR_SCOPE_LINKLOCAL) in in6_getscopezone()
511 if (scope >= 0 && scope < IPV6_ADDR_SCOPES_COUNT) in in6_getscopezone()
512 return (SID(ifp)->s6id_list[scope]); in in6_getscopezone()
545 int scope; in sa6_checkzone() local
547 scope = in6_addrscope(&sa6->sin6_addr); in sa6_checkzone()
548 if (scope == IPV6_ADDR_SCOPE_GLOBAL) in sa6_checkzone()
585 int scope; in sa6_checkzone_ifp() local
[all …]
H A Din6_cksum.c89 uint16_t scope, *w; in _in6_cksum_pseudo() local
113 scope = in6_getscope(&ip6->ip6_src); in _in6_cksum_pseudo()
117 if (scope != 0) in _in6_cksum_pseudo()
118 sum -= scope; in _in6_cksum_pseudo()
125 if (scope != 0) in _in6_cksum_pseudo()
126 sum -= scope; in _in6_cksum_pseudo()
157 u_int16_t *w, scope; in in6_cksum_partial() local
199 if (scope != 0) in in6_cksum_partial()
200 sum -= scope; in in6_cksum_partial()
207 if (scope != 0) in in6_cksum_partial()
[all …]
/freebsd-13.1/contrib/bmake/
H A Dvar.c1090 v = VarFind(name, scope, scope == SCOPE_GLOBAL); in Var_Append()
1423 GNode *scope; member
1665 GNode *scope; member
2411 args.scope = expr->scope; in ApplyModifier_Loop()
3489 scope = expr->scope; /* scope where v belongs */ in ApplyModifier_Assign()
3667 args.scope = expr->scope; in ApplyModifier_SysV()
4085 if (scope == SCOPE_CMDLINE || scope == SCOPE_GLOBAL) { in UndefinedShortVarValue()
4238 if (scope == SCOPE_CMDLINE || scope == SCOPE_GLOBAL) in FindLocalLegacyVar()
4356 (scope == SCOPE_CMDLINE || scope == SCOPE_GLOBAL); in ParseVarnameLong()
4408 expr.scope = scope; in Expr_Literal()
[all …]
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DAtoms.h29 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() argument
33 _align(align), _contentType(type), _scope(scope), _merge(merge), in MachODefinedAtom()
37 MachODefinedAtom(const File &f, const StringRef name, Scope scope, in MachODefinedAtom() argument
42 _contentType(type), _scope(scope), _merge(mergeNo), _thumb(false), in MachODefinedAtom()
55 Scope scope() const override { return _scope; } in scope() function
90 Scope scope, ContentType type, Merge merge, in MachODefinedCustomSectionAtom() argument
94 : MachODefinedAtom(f, name, scope, type, merge, thumb, noDeadStrip, in MachODefinedCustomSectionAtom()
113 MachOTentativeDefAtom(const File &f, const StringRef name, Scope scope, in MachOTentativeDefAtom() argument
115 : SimpleDefinedAtom(f), _name(std::string(name)), _scope(scope), in MachOTentativeDefAtom()
130 Scope scope() const override { return _scope; } in scope() function
/freebsd-13.1/contrib/unbound/edns-subnet/
H A Daddrtree.c98 node->scope = scope; in node_create()
372 if (tree->max_depth < scope) scope = tree->max_depth; in addrtree_insert()
374 if (scope < sourcemask) sourcemask = scope; in addrtree_insert()
385 node->scope = scope; in addrtree_insert()
401 newnode = node_create(tree, elem, scope, ttl); in addrtree_insert()
422 node->scope = scope; in addrtree_insert()
448 newnode->scope = scope; in addrtree_insert()
457 newnode = node_create(tree, elem, scope, ttl); in addrtree_insert()
488 log_assert(node->scope >= depth); in addrtree_find()
489 if (depth == node->scope || in addrtree_find()
[all …]
/freebsd-13.1/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.h168 typedef struct scope { struct
169 SLIST_ENTRY(scope) scope_stack_links;
170 TAILQ_ENTRY(scope) scope_links;
171 TAILQ_HEAD(, scope) inner_scope;
181 SLIST_HEAD(scope_list, scope); argument
182 TAILQ_HEAD(scope_tailq, scope);
H A Daicasm.c82 static void dump_scope(scope_t *scope);
463 dump_scope(scope_t *scope) in dump_scope() argument
470 emit_patch(scope, 0); in dump_scope()
475 cur_scope = TAILQ_FIRST(&scope->inner_scope); in dump_scope()
486 emit_patch(scope, 1); in dump_scope()
490 emit_patch(scope_t *scope, int patch) in emit_patch() argument
495 pinfo = &scope->patches[patch]; in emit_patch()
509 new_patch->patch_func = scope->func_num; in emit_patch()
510 new_patch->begin = scope->begin_addr; in emit_patch()
513 new_patch->begin = scope->end_addr; in emit_patch()
[all …]
/freebsd-13.1/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c140 Scope *scope; member
156 Scope *scope; member
1855 { yyval.scope = yystack.l_mark[0].scope; } in YYPARSE_DECL()
1865 yyval.scope = d->scope; } in YYPARSE_DECL()
1879 yyval.scope = yystack.l_mark[-1].scope; in YYPARSE_DECL()
1887 yyval.scope = start_fn_def(yystack.l_mark[-2].scope, yystack.l_mark[0].decl); in YYPARSE_DECL()
1946 yyval.scope = yystack.l_mark[-3].scope; in YYPARSE_DECL()
1965 yyval.scope = yystack.l_mark[-2].scope; in YYPARSE_DECL()
2069 yyval.scope = yystack.l_mark[-6].scope; in YYPARSE_DECL()
2073 yyval.scope = yystack.l_mark[-9].scope; in YYPARSE_DECL()
[all …]
/freebsd-13.1/sys/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c169 zfs_mod_supported_impl(const char *scope, const char *name, const char *sysfs) in zfs_mod_supported_impl() argument
175 scope == NULL ? "" : "/", scope == NULL ? "" : scope, in zfs_mod_supported_impl()
187 zfs_mod_supported(const char *scope, const char *name) in zfs_mod_supported() argument
195 supported = (zfs_mod_supported_impl(scope, name, ZFS_SYSFS_DIR) || in zfs_mod_supported()
196 zfs_mod_supported_impl(scope, name, ZFS_SYSFS_ALT_DIR)); in zfs_mod_supported()
207 !zfs_mod_supported_impl(scope, NULL, ZFS_SYSFS_DIR) && in zfs_mod_supported()
208 !zfs_mod_supported_impl(scope, NULL, ZFS_SYSFS_ALT_DIR)) { in zfs_mod_supported()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_stat.h56 enum vmm_stat_scope scope; member
61 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
63 { -1, nelems, desc, func, scope } \
67 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
68 VMM_STAT_FDEFINE(type, nelems, desc, NULL, scope)
/freebsd-13.1/contrib/ntp/libntp/
H A Ddecodenetnum.c93 unsigned int port=NTP_PORT, scope=0; in decodenetnum() local
146 scope = _num_or_dflt(_chop(strchr(haddr, '%')), 0xFFFFFFFFu, scope); in decodenetnum()
150 netnum.sa6.sin6_scope_id = scope; in decodenetnum()
H A Dsocktoa.c39 u_long scope; in socktoa() local
58 scope = SCOPE_VAR(sock); in socktoa()
59 if (0 != scope && !strchr(res, '%')) { in socktoa()
63 addr, scope); in socktoa()
/freebsd-13.1/sys/compat/linuxkpi/common/include/net/
H A Dip.h77 unsigned char scope; in ip_ib_mc_map() local
80 scope = bcast[5] & 0xF; in ip_ib_mc_map()
86 buf[5] = 0x10 | scope; in ip_ib_mc_map()
H A Dipv6.h56 unsigned char scope; in ipv6_ib_mc_map() local
58 scope = broadcast[5] & 0xF; in ipv6_ib_mc_map()
64 buf[5] = 0x10 | scope; in ipv6_ib_mc_map()
/freebsd-13.1/contrib/smbfs/lib/smb/
H A Dnb.c90 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope) in nb_ctx_setscope() argument
92 size_t slen = strlen(scope); in nb_ctx_setscope()
95 smb_error("scope '%s' is too long", 0, scope); in nb_ctx_setscope()
103 nls_str_upper(ctx->nb_scope, scope); in nb_ctx_setscope()
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c103 dt_dis_varname(const dtrace_difo_t *dp, uint_t id, uint_t scope) in dt_dis_varname() argument
109 if (dvp->dtdv_id == id && dvp->dtdv_scope == scope) { in dt_dis_varname()
463 char kind[4], scope[4], flags[16] = { 0 }; in dt_dis() local
479 (void) strcpy(scope, "glb"); in dt_dis()
482 (void) strcpy(scope, "tls"); in dt_dis()
485 (void) strcpy(scope, "loc"); in dt_dis()
488 (void) snprintf(scope, sizeof (scope), in dt_dis()
504 v->dtdv_id, kind, scope, flags + 1, in dt_dis()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h472 static bool classof(const EHScope *scope) { in classof() argument
473 return scope->getKind() == Filter; in classof()
485 static bool classof(const EHScope *scope) { in classof() argument
486 return scope->getKind() == Terminate; in classof()
562 EHCatchScope &scope = cast<EHCatchScope>(*begin()); in popCatch() local
563 InnermostEHScope = scope.getEnclosingEHScope(); in popCatch()
564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers())); in popCatch()
570 EHTerminateScope &scope = cast<EHTerminateScope>(*begin()); in popTerminate() local
571 InnermostEHScope = scope.getEnclosingEHScope(); in popTerminate()
/freebsd-13.1/contrib/kyua/utils/signals/
H A Dprogrammer_test.cpp86 ATF_TEST_CASE_WITHOUT_HEAD(scope);
87 ATF_TEST_CASE_BODY(scope) in ATF_TEST_CASE_BODY() argument
138 ATF_ADD_TEST_CASE(tcs, scope); in ATF_INIT_TEST_CASES()
/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_thread.c44 .scope = uap->scope, in cloudabi_sys_thread_exit()
H A Dcloudabi_futex.c215 const void *object, cloudabi_scope_t scope) in futex_address_create() argument
220 switch (scope) { in futex_address_create()
262 cloudabi_scope_t scope, struct futex_condvar **fcret) in futex_condvar_lookup() argument
268 error = futex_address_create(&fa_condvar, td, address, scope); in futex_condvar_lookup()
388 cloudabi_scope_t scope, struct futex_lock **flret) in futex_lock_lookup() argument
393 error = futex_address_create(&fa, td, address, scope); in futex_lock_lookup()
1053 cloudabi_scope_t scope, cloudabi_clockid_t clock_id, in cloudabi_futex_lock_rdlock() argument
1060 error = futex_lock_lookup(td, lock, scope, &fl); in cloudabi_futex_lock_rdlock()
1072 cloudabi_scope_t scope, cloudabi_clockid_t clock_id, in cloudabi_futex_lock_wrlock() argument
1080 error = futex_lock_lookup(td, lock, scope, &fl); in cloudabi_futex_lock_wrlock()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DVPIntrinsics.def20 // Register a VP intrinsic and begin its property scope.
22 // BEGIN_REGISTER_VP_INTRINSIC within a VP intrinsic scope.
30 // End the property scope of a VP intrinsic.
35 // Register a new VP SDNode and begin its property scope.
36 // When the SDNode scope is nested within a VP intrinsic scope, it is
52 // End the property scope of a new VP SDNode.
80 // The following macros attach properties to the scope they are placed in. This
82 // scope.
/freebsd-13.1/contrib/kyua/utils/
H A Dauto_array_test.cpp112 ATF_TEST_CASE(scope);
113 ATF_TEST_CASE_HEAD(scope) in ATF_TEST_CASE_HEAD() argument
118 ATF_TEST_CASE_BODY(scope) in ATF_TEST_CASE_BODY() argument
303 ATF_ADD_TEST_CASE(tcs, scope); in ATF_INIT_TEST_CASES()

12345678910>>...13