/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | cast5.C | 12 void f0 (ary_t const *const &ary) in f0() 19 void f1 (ary_t *const &ary) in f1() 26 void f2 (ary_t const *&ary) in f2() 33 void f3 (ary_t *&ary) in f3()
|
H A D | string2.C | 8 static const char ary[] = "wibble"; in main() local
|
H A D | array3.C | 17 const A ary[16]; variable
|
H A D | sizeof3.C | 12 int ary[10]; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/ |
H A D | cxa_vec.C | 73 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test0() local 107 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test1() local 140 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test2() local 176 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test3() local 214 void *ary = abi::__cxa_vec_new (5, 1, sizeof (std::size_t), ctor, dtor); in test4() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
H A D | offsetof1.C | 14 static int ary[((__SIZE_TYPE__)&((struct F *)0)->j)]; variable
|
/openbsd-src/gnu/usr.bin/perl/ext/XS-Typemap/ |
H A D | Typemap.xs | 126 AV *ary = newAV(); in XS_pack_anotherstructPtrPtr() local
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | pad.c | 197 PAD **ary; in Perl_pad_new() local 2599 PAD **ary; Perl_padlist_store() local 2653 PADNAME **ary; Perl_padnamelist_store() local [all...] |
H A D | pp.c | 5733 AV *ary = MUTABLE_AV(*++MARK); PP() local 5949 AV * const ary = MUTABLE_AV(*++MARK); PP() local 6005 AV *ary = MUTABLE_AV(*++MARK); PP() local 6040 AvARRAY(ary)[i] = sv; PP() local 6199 AV *ary = ( (PL_op->op_private & OPpSPLIT_ASSIGN) /* @a = split */ PP() local [all...] |
H A D | cop.h | 889 CLEAR_ARGARRAY(ary) global() argument 929 AV *ary; /* array being iterated over */ global() member 931 } ary; global() member
|
H A D | inline.h | 88 SV** ary; in Perl_av_store_simple() local 203 SV** ary; in Perl_av_new_alloc() local [all...] |
H A D | pp_hot.c | 2411 AV *ary = MUTABLE_AV(lsv); PP() local 5459 SV **ary = AvALLOC(av); PP() local [all...] |
H A D | regcomp_study.c | 451 SV **const ary = AvARRAY(av); in S_get_ANYOF_cp_list_for_ssc() local
|
H A D | pp_sort.c | 1105 SV **ary = AvALLOC(av); S_sortcv_stacked() local
|
H A D | dump.c | 2622 SV_SET_STRINGIFY_I32_PAREN_ARRAY(d,count,ary) Perl_do_sv_dump() argument
|
H A D | perl.c | 976 SV **ary = AvARRAY(PL_regex_padav); perl_destruct() local
|
H A D | sv.c | 3830 AV * const ary = newAV_alloc_x(2); S_glob_assign_glob() local 4015 AV * const ary = newAV_alloc_xz(4); Perl_gv_setref() local 14311 PTR_TBL_ENT_t **ary = tbl->tbl_ary; global() local [all...] |
H A D | pp_ctl.c | 2143 AV * const ary = MUTABLE_AV(AvARRAY(MUTABLE_AV( PP() local [all...] |
H A D | regcomp.c | 12323 SV **const ary = AvARRAY(av); Perl_get_regclass_aux_data() local
|
/openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 2134 SV **ary = AvARRAY(av); in scalar_call() local 3568 SV **ary; in store_hook() local 5060 SV **ary = AvARRAY(av); in retrieve_hook_common() local
|