/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-fold.c | 76 tree nelts = array_type_nelts (TREE_TYPE (ary)); in c_fold_array_ref()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-fold.cc | 76 tree nelts = array_type_nelts (TREE_TYPE (ary)); in c_fold_array_ref()
|
H A D | c-decl.cc | 5830 tree nelts = array_type_nelts (type); in get_parm_array_spec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | init.c | 256 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 D | lambda.c | 556 NULL_TREE, array_type_nelts (type)); in add_capture()
|
H A D | tree.c | 2916 array_type_nelts (type), in array_type_nelts_top()
|
H A D | decl.c | 6150 max_index = array_type_nelts (type); in reshape_init_array()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | init.cc | 263 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 D | lambda.cc | 555 NULL_TREE, array_type_nelts (type)); in add_capture()
|
H A D | tree.cc | 3103 array_type_nelts (type), in array_type_nelts_top()
|
H A D | decl.cc | 6551 max_index = array_type_nelts (type); in reshape_init_array()
|
H A D | ChangeLog-2004 | 6578 except don't call array_type_nelts() with a VECTOR_TYPE.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-openmp.c | 444 tem = array_type_nelts (type); in gfc_walk_alloc_comps() 1075 nelems = array_type_nelts (type); in gfc_omp_clause_linear_ctor()
|
H A D | trans-array.c | 8881 tmp = array_type_nelts (decl_type); in structure_alloc_comps()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-openmp.cc | 533 tem = array_type_nelts (type); in gfc_walk_alloc_comps() 1260 nelems = array_type_nelts (type); in gfc_omp_clause_linear_ctor()
|
H A D | trans-array.cc | 9050 tmp = array_type_nelts (decl_type); in structure_alloc_comps()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree.cc | 3656 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 D | tree.h | 4658 extern tree array_type_nelts (const_tree);
|
H A D | expr.cc | 6318 nelts = array_type_nelts (type); in count_type_elements()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree.c | 3432 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 D | tree.h | 4485 extern tree array_type_nelts (const_tree);
|
H A D | expr.c | 5971 nelts = array_type_nelts (type); in count_type_elements()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 21517 && integer_zerop (array_type_nelts (type))) in ix86_canonical_va_list_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
H A D | aarch64.c | 1949 tree nelts_minus_one = array_type_nelts (type); in analyze_array()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 22799 && integer_zerop (array_type_nelts (type))) in ix86_canonical_va_list_type()
|