/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | local.C | 10 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 D | ipa-pure-const.c | 91 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 D | ipa-reference.c | 284 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 D | visibility3.C | 17 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 D | nest4.C | 13 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 D | Wshadow-1.c | 28 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 D | Wshadow-1.C | 37 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 D | runtest.c | 118 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 D | edit.c | 60 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 D | annotate.c | 51 int local = 0; local 147 rannotate_proc (argc, argv, xwhere, mwhere, mfile, shorten, local, mname, msg) in rannotate_proc() argument
|
H A D | watch.c | 252 int local = 0; local 485 int local = 0; local
|
H A D | tag.c | 43 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 D | remove.c | 30 static int local; variable
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash55.C | 7 int local;// ERROR - warning in f() local
|
/openbsd/gnu/llvm/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 130 int local = 0; in Init() local 180 int local; in SetThreadStackAndTls() local
|
/openbsd/usr.sbin/rpki-client/ |
H A D | rrdp.c | 53 char *local; member 183 rrdp_new(unsigned int id, char *local, char *notify, struct rrdp_session *state) in rrdp_new() 406 char *local, *notify, *last_mod; in rrdp_input_handler() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | va-arg-14.c | 7 va_list local; in vat() local
|
/openbsd/usr.sbin/ypserv/ypserv/ |
H A D | ypserv.c | 120 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 D | amq_svc.c | 51 char *(*local)(char *, struct svc_req *); in amq_program_57() local
|
/openbsd/regress/sys/netinet/ipsec/ |
H A D | nonxt-reflect.c | 44 const char *cause = NULL, *local; in main() local
|
H A D | nonxt-sendrecv.c | 45 const char *cause = NULL, *local, *remote; in main() local
|
/openbsd/usr.sbin/ypserv/yppush/ |
H A D | yppush_svc.c | 71 char *(*local)(union argument *, struct svc_req *); in yppush_xfrrespprog_1() local
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_thread.cpp | 176 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 D | test-rrdp.c | 60 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 D | warn01.C | 47 lock local __attribute__ ((__unused__)); in f() local
|