Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/cp/
H A Dinit.c224 max_index = array_type_nelts (type); in build_zero_init()
2417 maxindex = array_type_nelts (atype); in build_vec_init()
2762 return build_vec_delete (addr, array_type_nelts (type), in build_delete()
H A Dtree.c1165 array_type_nelts (type), in array_type_nelts_top()
H A Ddecl.c4480 max_index = array_type_nelts (type); in reshape_init_array()
4514 max_index = array_type_nelts (TREE_TYPE (TYPE_FIELDS (rtype))); in reshape_init_vector()
H A DChangeLog-20046578 except don't call array_type_nelts() with a VECTOR_TYPE.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dinit.c245 max_index = nelts ? nelts : array_type_nelts (type); in build_zero_init()
2754 maxindex = array_type_nelts (atype);
3151 return build_vec_delete (addr, array_type_nelts (type),
H A Dtree.c1296 array_type_nelts (type),
H A Ddecl.c8449 ? array_type_nelts (type) : NULL_TREE); in reshape_init()
H A DChangeLog259 except don't call array_type_nelts() with a VECTOR_TYPE.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h2276 extern tree array_type_nelts PARAMS ((tree));
H A Dtree.c1309 array_type_nelts (type) in array_type_nelts() function
H A DChangeLog.22660 * tree.c (array_type_nelts): Don't handle SAVE_EXPRs specially.
9958 * tree.c (array_type_nelts): Don't create RTL_EXPRs from
H A DFSFChangeLog.114311 * tree.c (array_type_nelts): Make sure the domain of TYPE is set
6329 * tree.c (array_type_nelts): Don't return any SAVE_EXPRs.
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h3610 extern tree array_type_nelts (tree);
H A Dtree.c1905 array_type_nelts (tree type) in array_type_nelts() function
H A Dexpr.c4713 tree telts = array_type_nelts (type); in count_type_elements()