Home
last modified time | relevance | path

Searched refs:array_type_nelts (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-fold.c76 tree nelts = array_type_nelts (TREE_TYPE (ary)); in c_fold_array_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-fold.cc76 tree nelts = array_type_nelts (TREE_TYPE (ary)); in c_fold_array_ref()
H A Dc-decl.cc5830 tree nelts = array_type_nelts (type); in get_parm_array_spec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dinit.c256 max_index = array_type_nelts (type); in build_zero_init_1()
463 tree max_index = array_type_nelts (type); in build_value_init_noctor()
4262 maxindex = array_type_nelts (atype); in build_vec_init()
4858 return build_vec_delete (loc, addr, array_type_nelts (type), in build_delete()
H A Dlambda.c556 NULL_TREE, array_type_nelts (type)); in add_capture()
H A Dtree.c2916 array_type_nelts (type), in array_type_nelts_top()
H A Ddecl.c6150 max_index = array_type_nelts (type); in reshape_init_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dinit.cc263 max_index = array_type_nelts (type); in build_zero_init_1()
474 tree max_index = array_type_nelts (type); in build_value_init_noctor()
4383 maxindex = array_type_nelts (atype); in build_vec_init()
5013 return build_vec_delete (loc, addr, array_type_nelts (type), in build_delete()
H A Dlambda.cc555 NULL_TREE, array_type_nelts (type)); in add_capture()
H A Dtree.cc3103 array_type_nelts (type), in array_type_nelts_top()
H A Ddecl.cc6551 max_index = array_type_nelts (type); in reshape_init_array()
H A DChangeLog-20046578 except don't call array_type_nelts() with a VECTOR_TYPE.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c444 tem = array_type_nelts (type); in gfc_walk_alloc_comps()
1075 nelems = array_type_nelts (type); in gfc_omp_clause_linear_ctor()
H A Dtrans-array.c8881 tmp = array_type_nelts (decl_type); in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc533 tem = array_type_nelts (type); in gfc_walk_alloc_comps()
1260 nelems = array_type_nelts (type); in gfc_omp_clause_linear_ctor()
H A Dtrans-array.cc9050 tmp = array_type_nelts (decl_type); in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.cc3656 array_type_nelts (const_tree type) in array_type_nelts() function
14340 return (integer_minus_onep (array_type_nelts (type)) in is_empty_type()
H A Dtree.h4658 extern tree array_type_nelts (const_tree);
H A Dexpr.cc6318 nelts = array_type_nelts (type); in count_type_elements()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.c3432 array_type_nelts (const_tree type) in array_type_nelts() function
15077 return (integer_minus_onep (array_type_nelts (type)) in default_is_empty_type()
H A Dtree.h4485 extern tree array_type_nelts (const_tree);
H A Dexpr.c5971 nelts = array_type_nelts (type); in count_type_elements()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c21517 && integer_zerop (array_type_nelts (type))) in ix86_canonical_va_list_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c1949 tree nelts_minus_one = array_type_nelts (type); in analyze_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc22799 && integer_zerop (array_type_nelts (type))) in ix86_canonical_va_list_type()

12