Searched refs:local (Results 1 - 25 of 265) sorted by relevance

1234567891011

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash55.C7 int local;// ERROR - warning local
9 local = x+2;
11 return local;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-14.c7 va_list local; local
9 va_start (local, param);
10 va_copy (global, local);
11 va_copy (param, local);
12 if (va_arg (local, int) != 1)
14 va_end (local);
24 va_copy (local, param);
25 if (va_arg (local, int) != 1)
27 va_end (local);
28 va_copy (local, globa
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A DWshadow-1.c28 int local; /* { dg-warning "shadowed declaration" } */ local
30 int local; /* { dg-warning "shadows a previous local" } */ local
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dnest4.C6 // Subject: g++ 2.4.5 bug report: local class decl can't access local static var
13 struct local { struct
H A Dvisibility3.C17 struct local { struct
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
H A Dtrees.c63 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */
66 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
69 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */
72 local const uch bl_order[BL_CODES]
87 local ct_data static_ltree[L_CODES+2];
94 local ct_data static_dtree[D_CODES];
108 local int base_length[LENGTH_CODES];
111 local int base_dist[D_CODES];
126 local const static_tree_desc static_l_desc =
129 local cons
[all...]
/openbsd-current/sys/lib/libz/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/openbsd-current/lib/libz/
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
118 local const int base_length[LENGTH_CODES] = {
123 local const int base_dist[D_CODES] = {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlocal.C1 // General testcase for local classes.
10 struct local { struct
12 int h() { return s; } // gets bogus error - local class
16 static int foo; // ERROR - static data member of local class
20 local* p = 0; // ERROR - no such type in scope
/openbsd-current/gnu/gcc/gcc/
H A Dipa-pure-const.c26 otherwise, the local sets will not contain information that is
91 check_decl (funct_state local, argument
98 local->pure_const_state = IPA_NEITHER;
106 local->pure_const_state = IPA_NEITHER;
110 /* Do not care about a local automatic that is not static. */
118 local->pure_const_state = IPA_NEITHER;
134 if (local->pure_const_state == IPA_CONST)
135 local->pure_const_state = IPA_PURE;
145 if (local->pure_const_state == IPA_CONST)
146 local
152 check_operand(funct_state local, tree t, bool checking_write) argument
164 check_tree(funct_state local, tree t, bool checking_write) argument
212 look_for_address_of(funct_state local, tree t) argument
234 check_rhs_var(funct_state local, tree t) argument
250 check_lhs_var(funct_state local, tree t) argument
269 get_asm_expr_operands(funct_state local, tree stmt) argument
316 check_call(funct_state local, tree call_expr) argument
405 funct_state local = get_function_state (fn); local
[all...]
H A Dipa-reference.c37 to determine which local static variables are either read, written,
38 or have their address taken. Any local static that has its address
39 taken is removed from consideration. Once the local read and
43 local and global sets are examined to make the call clobbering less
48 otherwise, the local sets will not contain information that is
93 ored into the local info when asm code is found that clobbers all
125 return info->local;
266 /* Do not care about a local automatic that is not static. */
285 check_operand (ipa_reference_local_vars_info_t local,
295 if (local)
284 check_operand(ipa_reference_local_vars_info_t local, tree t, bool checking_write) argument
311 check_tree(ipa_reference_local_vars_info_t local, tree t, bool checking_write) argument
358 check_rhs_var(ipa_reference_local_vars_info_t local, tree t) argument
373 check_lhs_var(ipa_reference_local_vars_info_t local, tree t) argument
389 get_asm_expr_operands(ipa_reference_local_vars_info_t local, tree stmt) argument
436 check_call(ipa_reference_local_vars_info_t local, tree call_expr) argument
485 ipa_reference_local_vars_info_t local = NULL; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWshadow-1.C37 int local; // { dg-warning "shadowed declaration" } local
39 int local; // { dg-warning "shadows a previous local" } local
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot_svc.c63 char *(*local)(char *, struct svc_req *);
69 local = (char *(*)(char *, struct svc_req *)) nfsproc_null_2_svc;
75 local = (char *(*)(char *, struct svc_req *)) nfsproc_getattr_2_svc;
81 local = (char *(*)(char *, struct svc_req *)) nfsproc_setattr_2_svc;
87 local = (char *(*)(char *, struct svc_req *)) nfsproc_root_2_svc;
93 local = (char *(*)(char *, struct svc_req *)) nfsproc_lookup_2_svc;
99 local = (char *(*)(char *, struct svc_req *)) nfsproc_readlink_2_svc;
105 local = (char *(*)(char *, struct svc_req *)) nfsproc_read_2_svc;
111 local = (char *(*)(char *, struct svc_req *)) nfsproc_writecache_2_svc;
117 local
[all...]
H A Damq_svc.c51 char *(*local)(char *, struct svc_req *);
58 "non-local amq attempt (might be from %s)",
68 local = (char *(*)(char *, struct svc_req *)) amqproc_null_57_svc;
74 local = (char *(*)(char *, struct svc_req *)) amqproc_mnttree_57_svc;
80 local = (char *(*)(char *, struct svc_req *)) amqproc_umnt_57_svc;
86 local = (char *(*)(char *, struct svc_req *)) amqproc_stats_57_svc;
92 local = (char *(*)(char *, struct svc_req *)) amqproc_export_57_svc;
98 local = (char *(*)(char *, struct svc_req *)) amqproc_setopt_57_svc;
104 local = (char *(*)(char *, struct svc_req *)) amqproc_getmntfs_57_svc;
110 local
[all...]
/openbsd-current/regress/sys/netinet/in_pcbbind/
H A Druntest.c118 unicast_testsuite(struct addrinfo *local, struct addrinfo *any) argument
125 rc |= runtest(s++, local, 0, 0, NULL, 0);
135 rc |= runtest(s++, local, 0, 0, NULL, EADDRINUSE);
136 rc |= runtest(s++, local, 1, 0, NULL, 0);
143 rc |= runtest(s++, local, 0, 1, NULL, 0);
144 rc |= runtest(s++, local, 0, 1, NULL, 0);
145 rc |= runtest(s++, local, 1, 0, NULL, EADDRINUSE);
146 rc |= runtest(s++, local, 0, 0, NULL, EADDRINUSE);
163 rc |= runtest(s++, local, 1, 0, NULL, 0);
164 rc |= runtest(s++, local,
184 mcast_reuse_testsuite(struct addrinfo *local, void *mr) argument
270 mcast6_testsuite(struct addrinfo *local, struct ipv6_mreq *local_mreq, struct addrinfo *any, struct ipv6_mreq *any_mreq) argument
[all...]
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dupdate.h14 char *xdate, int xforce, int local, int xbuild,
H A Dremove.c30 static int local; variable
63 local = 1;
66 local = 0;
81 /* Call expand_wild so that the local removal of files will
92 (void *) NULL, argc, argv, local, W_LOCAL, local
101 if (local)
104 send_files (argc, argv, local, 0, 0);
116 local, W_LOCAL, 0, 1, (char *) NULL, 1);
H A Dannotate.c29 int local, char *mname, char *msg));
51 int local = 0; local
66 local = 1;
69 local = 0;
99 if (local)
115 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
147 rannotate_proc (argc, argv, xwhere, mwhere, mfile, shorten, local, mname, msg)
154 int local;
237 tag_check_valid (tag, argc - 1, argv + 1, local, 0, repository);
243 argc - 1, argv + 1, local, whic
[all...]
H A Dwatch.c252 int local = 0; local
266 local = 1;
269 local = 0;
316 if (local)
340 send_files (argc, argv, local, 0, SEND_NO_CONTENTS);
351 lock_tree_for_write (argc, argv, local, W_LOCAL, 0);
355 argc, argv, local, W_LOCAL, 0, 0, (char *)NULL,
485 int local = 0; local
497 local = 1;
500 local
[all...]
/openbsd-current/usr.sbin/ypserv/yppush/
H A Dyppush_svc.c71 char *(*local)(union argument *, struct svc_req *);
78 local = (char *(*)(union argument *, struct svc_req *))
85 local = (char *(*)(union argument *, struct svc_req *))
102 result = (*local)(&argument, rqstp);
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddarwin-c.c137 tree local = IDENTIFIER_LOCAL_VALUE (decl); local
138 if (local && (TREE_CODE (local) == PARM_DECL
139 || TREE_CODE (local) == VAR_DECL))
140 TREE_USED (local) = 1;
/openbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv.c120 char *(*local)(char *, struct svc_req *);
127 local = (char *(*)(char *, struct svc_req *)) ypoldproc_null_1_svc;
133 local = (char *(*)(char *, struct svc_req *)) ypoldproc_domain_1_svc;
139 local = (char *(*)(char *, struct svc_req *)) ypoldproc_domain_nonack_1_svc;
145 local = (char *(*)(char *, struct svc_req *)) ypoldproc_match_1_svc;
151 local = (char *(*)(char *, struct svc_req *)) ypoldproc_first_1_svc;
157 local = (char *(*)(char *, struct svc_req *)) ypoldproc_next_1_svc;
163 local = (char *(*)(char *, struct svc_req *)) ypoldproc_poll_1_svc;
169 local = (char *(*)(char *, struct svc_req *)) ypoldproc_push_1_svc;
175 local
[all...]
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_mitigations.c102 unsigned long local = READ_ONCE(mitigations); local
106 if (!local)
109 if (local & BIT(BITS_PER_LONG - 1)) {
118 if ((local & BIT(i)) != enable)
148 " residuals -- clear all thread-local registers between contexts"
/openbsd-current/regress/sys/netinet/ipsec/
H A Dnonxt-sendrecv.c45 const char *cause = NULL, *local, *remote; local
53 local = NULL;
57 local = argv[1];
93 /* Optionally bind the socket to local address. */
94 if (local != NULL) {
101 error = getaddrinfo(local, NULL, &hints, &res0);
103 errx(1, "getaddrinfo local: %s", gai_strerror(error));

Completed in 188 milliseconds

1234567891011