/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtx-vector-builder.c | 68 unsigned int nelts; in build() local
|
H A D | tree-vector-builder.c | 111 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (t1)); in binary_encoded_nelts() local
|
H A D | vector-builder.h | 186 unsigned int nelts = encoded_nelts (); variable
|
H A D | tree-ssa-forwprop.c | 1827 unsigned HOST_WIDE_INT nelts; in simplify_bitfield_ref() local 1861 unsigned HOST_WIDE_INT nelts, i, j; in is_combined_permutation_identity() local 2009 unsigned HOST_WIDE_INT nelts; in simplify_vector_constructor() local
|
H A D | fold-const-call.c | 591 unsigned HOST_WIDE_INT nelts; in fold_const_reduction() local 1207 unsigned HOST_WIDE_INT nelts; in fold_const_fold_left() local
|
H A D | tree-vect-slp.c | 226 poly_int64 nelts; in can_duplicate_and_interleave_p() local 3410 unsigned int nelts = elts.length (); in duplicate_and_interleave() local
|
H A D | fold-const.c | 8906 vec_cst_ctor_to_array (tree arg, unsigned int nelts, tree *elts) in vec_cst_ctor_to_array() 8942 unsigned HOST_WIDE_INT nelts; in fold_vec_perm() local 11390 unsigned HOST_WIDE_INT nelts; in fold_ternary_loc() local 11749 poly_uint64 nelts = TYPE_VECTOR_SUBPARTS (type); in fold_ternary_loc() local 11836 unsigned HOST_WIDE_INT nelts; in fold_ternary_loc() local
|
H A D | tree-vect-generic.c | 1079 unsigned HOST_WIDE_INT nelts; in optimize_vector_constructor() local
|
H A D | cfgexpand.c | 4982 unsigned HOST_WIDE_INT i, nelts; in expand_debug_expr() local 5006 unsigned HOST_WIDE_INT nelts; in expand_debug_expr() local
|
H A D | ubsan.c | 620 size_t nelts = vec_safe_length (saved_args); in ubsan_create_data() local
|
H A D | tree.c | 1837 unsigned HOST_WIDE_INT idx, nelts; in build_vector_from_ctor() local 2045 build_constructor_va (tree type, int nelts, ...) in build_constructor_va() 7922 build_array_type_nelts (tree elt_type, poly_uint64 nelts) in build_array_type_nelts() 10698 unsigned HOST_WIDE_INT i, nelts; in uniform_vector_p() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 150 build_zero_init_1 (tree type, tree nelts, bool static_storage_p, in build_zero_init_1() 314 build_zero_init (tree type, tree nelts, bool static_storage_p) in build_zero_init() 2330 build_raw_new_expr (vec<tree, va_gc> *placement, tree type, tree nelts, in build_raw_new_expr() argument 2511 warn_placement_new_too_small (tree type, tree nelts, tree size, tree oper) in warn_placement_new_too_small() 2677 tree nelts = array_type_nelts_top (opertype); in warn_placement_new_too_small() local 2805 build_new_1 (vec<tree, va_gc> **placement, tree type, tree nelts, in build_new_1() argument 3585 build_new (vec<tree, va_gc> **placement, tree type, tree nelts, in build_new() argument 3959 tree nelts = build_int_cst (ptrdiff_type_node, n - 1); in finish_length_check() local
|
H A D | constexpr.c | 751 unsigned nelts = 0; in cx_check_missing_mem_inits() local 1991 tree nelts = array_type_nelts_top (TREE_TYPE (TREE_OPERAND (lhs, 0))); in cxx_fold_pointer_plus_expression() local 2330 tree nelts; in get_array_or_vector_nelts() local 2428 tree nelts = get_array_or_vector_nelts (ctx, TREE_TYPE (ary), non_constant_p, in cxx_eval_array_reference() local 2968 tree nelts = get_array_or_vector_nelts (ctx, atype, non_constant_p, in cxx_eval_vec_init_1() local 3528 tree nelts, ary; in cxx_eval_store_expression() local
|
H A D | cp-gimplify.c | 2547 vec<constructor_elt, va_gc> *nelts = NULL; in cp_fold() local
|
H A D | decl.c | 956 size_t i, nelts; in push_local_name() local 6798 size_t nelts; in value_dependent_init_p() local 7632 tree nelts; in cp_finish_decomp() local
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | expression.h | 84 int nelts; member
|
H A D | symtab.h | 1128 int nelts; member
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 148 build_zero_init_1 (tree type, tree nelts, bool static_storage_p, in build_zero_init_1() 304 build_zero_init (tree type, tree nelts, bool static_storage_p) in build_zero_init() 2058 build_raw_new_expr (VEC(tree,gc) *placement, tree type, tree nelts, in build_raw_new_expr() argument 2161 build_new_1 (VEC(tree,gc) **placement, tree type, tree nelts, in build_new_1() argument 2767 build_new (VEC(tree,gc) **placement, tree type, tree nelts, in build_new() argument
|
H A D | decl.c | 904 size_t i, nelts; in push_local_name() local 5908 size_t nelts; in type_dependent_init_p() local 5938 size_t nelts; in value_dependent_init_p() local
|
H A D | mangle.c | 2675 tree nelts = TREE_OPERAND (expr, 2); in write_expression() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-fold.c | 76 tree nelts = array_type_nelts (TREE_TYPE (ary)); in c_fold_array_ref() local
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | symtab.c | 276 size_t nelts, nids, overhead, headers; in ht_dump_statistics() local
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | symtab.c | 279 size_t nelts, nids, overhead, headers; in ht_dump_statistics() local
|
/dflybsd-src/contrib/flex/src/ |
H A D | flexdef.h | 1043 int nelts; /* number of elements. */ member
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | fold-const.c | 8348 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; in fold_unary_loc() local 9643 unsigned int nelts = TYPE_VECTOR_SUBPARTS (TREE_TYPE (arg)), i; in vec_cst_ctor_to_array() local 9680 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; in fold_vec_perm() local 13605 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; in fold_binary_loc() local 13635 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; in fold_binary_loc() local 14073 unsigned int nelts = TYPE_VECTOR_SUBPARTS (type), i; in fold_ternary_loc() local
|