Home
last modified time | relevance | path

Searched defs:local (Results 1 – 25 of 139) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlocal.C10 struct local { in f() struct
11 int g() { return x; } // ERROR - automatic variable in f()
12 int h() { return s; } // gets bogus error - local class in f()
13 int k() { return ::x; } // OK in f()
14 int l() { return q(); } // OK in f()
16 static int foo; // ERROR - static data member of local class in f()
/openbsd/gnu/gcc/gcc/
H A Dipa-pure-const.c91 check_decl (funct_state local, in check_decl()
152 check_operand (funct_state local, in check_operand()
164 check_tree (funct_state local, tree t, bool checking_write) in check_tree()
212 look_for_address_of (funct_state local, tree t) in look_for_address_of()
234 check_rhs_var (funct_state local, tree t) in check_rhs_var()
250 check_lhs_var (funct_state local, tree t) in check_lhs_var()
269 get_asm_expr_operands (funct_state local, tree stmt) in get_asm_expr_operands()
316 check_call (funct_state local, tree call_expr) in check_call()
405 funct_state local = get_function_state (fn); in scan_function() local
H A Dipa-reference.c284 check_operand (ipa_reference_local_vars_info_t local, in check_operand()
311 check_tree (ipa_reference_local_vars_info_t local, tree t, bool checking_write) in check_tree()
358 check_rhs_var (ipa_reference_local_vars_info_t local, tree t) in check_rhs_var()
373 check_lhs_var (ipa_reference_local_vars_info_t local, tree t) in check_lhs_var()
389 get_asm_expr_operands (ipa_reference_local_vars_info_t local, tree stmt) in get_asm_expr_operands()
436 check_call (ipa_reference_local_vars_info_t local, tree call_expr) in check_call()
485 ipa_reference_local_vars_info_t local = NULL; in scan_for_static_refs() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility3.C17 struct local { in main() struct
18 int g() { return x; } // illegal (non-static x); g++ does not give error// ERROR - in main()
19 int h() { return s; } // ok, but g++ give error in main()
H A Dnest4.C13 struct local { in f() struct
14 int j() { return s; } // should be okay, see 1991 ref. man. r.9.8 in f()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A DWshadow-1.c28 int local; /* { dg-warning "shadowed declaration" } */ in foo3() local
30 int local; /* { dg-warning "shadows a previous local" } */ in foo3() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWshadow-1.C37 int local; // { dg-warning "shadowed declaration" } in foo2() local
39 int local; // { dg-warning "shadows a previous local" } in foo2() local
/openbsd/regress/sys/netinet/in_pcbbind/
H A Druntest.c118 unicast_testsuite(struct addrinfo *local, struct addrinfo *any) in unicast_testsuite()
184 mcast_reuse_testsuite(struct addrinfo *local, void *mr) in mcast_reuse_testsuite()
270 mcast6_testsuite(struct addrinfo *local, struct ipv6_mreq *local_mreq, in mcast6_testsuite()
/openbsd/gnu/usr.bin/cvs/src/
H A Dedit.c60 int local = 0; local
227 send_notifications (argc, argv, local) in send_notifications() argument
370 int local = 0; local
583 int local = 0; local
1094 int local = 0; local
H A Dannotate.c51 int local = 0; local
147 rannotate_proc (argc, argv, xwhere, mwhere, mfile, shorten, local, mname, msg) in rannotate_proc() argument
H A Dwatch.c252 int local = 0; local
485 int local = 0; local
H A Dtag.c43 static int local; /* recursive by default */ variable
1106 tag_check_valid (name, argc, argv, local, aflag, repository) in tag_check_valid() argument
1270 tag_check_valid_join (join_tag, argc, argv, local, aflag, repository) in tag_check_valid_join() argument
H A Dremove.c30 static int local; variable
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash55.C7 int local;// ERROR - warning in f() local
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp130 int local = 0; in Init() local
180 int local; in SetThreadStackAndTls() local
/openbsd/usr.sbin/rpki-client/
H A Drrdp.c53 char *local; member
183 rrdp_new(unsigned int id, char *local, char *notify, struct rrdp_session *state) in rrdp_new()
407 char *local, *notify, *last_mod; in rrdp_input_handler() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dva-arg-14.c7 va_list local; in vat() local
/openbsd/usr.sbin/ypserv/ypserv/
H A Dypserv.c120 char *(*local)(char *, struct svc_req *); in ypprog_1() local
223 char *(*local)(char *, struct svc_req *); in ypprog_2() local
/openbsd/usr.sbin/amd/rpcx/
H A Damq_svc.c51 char *(*local)(char *, struct svc_req *); in amq_program_57() local
/openbsd/regress/sys/netinet/ipsec/
H A Dnonxt-reflect.c44 const char *cause = NULL, *local; in main() local
H A Dnonxt-sendrecv.c45 const char *cause = NULL, *local, *remote; in main() local
/openbsd/usr.sbin/ypserv/yppush/
H A Dyppush_svc.c71 char *(*local)(union argument *, struct svc_req *); in yppush_xfrrespprog_1() local
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_thread.cpp176 char local; in GetStackBounds() local
253 int local = 0; in Init() local
313 int local; in SetThreadStackAndTls() local
/openbsd/regress/usr.sbin/rpki-client/
H A Dtest-rrdp.c60 char *local; member
136 rrdp_new(unsigned int id, char *local, char *notify, char *session_id, in rrdp_new()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dwarn01.C47 lock local __attribute__ ((__unused__)); in f() local

123456