Home
last modified time | relevance | path

Searched defs:ary (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/util/container/
H A Darray.d217 auto ary = Array!size_t(cast(size_t*)0xdeadbeef, -1); variable
226 auto ary = Array!size_t(cast(size_t*)0xdeadbeef, -2); variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/container/
H A Darray.d217 auto ary = Array!size_t(cast(size_t*)0xdeadbeef, -1); variable
226 auto ary = Array!size_t(cast(size_t*)0xdeadbeef, -2); variable
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/
H A Dlocal2.c958 outfargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in outfargs()
977 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in infargs()
1005 NODE *w, **ary; in fixxfloat() local
1461 NODE **ary = arg; in targarg() local
H A Dmacdefs.h324 #define XASM_TARGARG(w, ary) \ argument
/netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/
H A Dlocal2.c938 outfargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in outfargs()
957 infargs(struct interpass *ip, NODE **ary, int num, int *cwp, int c) in infargs()
985 NODE *w, **ary; in fixxfloat() local
1468 NODE **ary = arg; in targarg() local
H A Dmacdefs.h343 #define XASM_TARGARG(w, ary) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c63 c_fold_array_ref (tree type, tree ary, tree index) in c_fold_array_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc63 c_fold_array_ref (tree type, tree ary, tree index) in c_fold_array_ref()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m16c/
H A Dlocal.c439 mypragma(char **ary) in mypragma()
/netbsd-src/sys/arch/hpcsh/dev/
H A Dj6x0lcd.c48 #define arraysize(ary) (sizeof(ary) / sizeof(ary[0])) argument
/netbsd-src/sys/arch/hpcarm/dev/
H A Dj720pwr.c62 #define arraysize(ary) (sizeof(ary) / sizeof(ary[0])) argument
H A Dj720tp.c71 #define arraysize(ary) (sizeof(ary) / sizeof(ary[0])) argument
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmkdeps.cc41 T *ary; member in mkdeps::vec
/netbsd-src/external/bsd/bc/dist/
H A Dstorage.c980 copy_array (bc_array *ary) in copy_array()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dmacdefs.h250 #define XASM_TARGARG(w, ary) (w[1] == 'b' ? w++, 0 : targarg(w, ary)) argument
/netbsd-src/external/bsd/pcc/dist/pcc/f77/f77/
H A Df77.c128 addarg(char **ary, int *num, char *arg) in addarg()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/amd64/
H A Dmacdefs.h258 #define XASM_TARGARG(w, ary) \ argument
H A Dlocal2.c1144 NODE **ary = arg; in targarg() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c3194 find_array_ctor_elt (tree ary, tree dindex, bool insert) in find_array_ctor_elt()
3508 tree ary = TREE_OPERAND (t, 0); in eval_and_check_array_index() local
3546 tree ary = cxx_eval_constant_expression (ctx, oldary, in cxx_eval_array_reference() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc3573 find_array_ctor_elt (tree ary, tree dindex, bool insert) in find_array_ctor_elt()
3889 tree ary = TREE_OPERAND (t, 0); in eval_and_check_array_index() local
3927 tree ary = cxx_eval_constant_expression (ctx, oldary, in cxx_eval_array_reference() local
H A Dmodule.cc16616 ary_t *ary; member