| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | call.cc | 829 tree elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (type), 0); in build_list_conv() local 843 if (TYPE_REF_P (elttype) in build_list_conv() 844 || TREE_CODE (elttype) == FUNCTION_TYPE in build_list_conv() 845 || VOID_TYPE_P (elttype)) in build_list_conv() 851 = implicit_conversion (elttype, TREE_TYPE (val), val, in build_list_conv() 910 tree elttype = TREE_TYPE (atype); in can_convert_array() local 919 if (TREE_CODE (elttype) == ARRAY_TYPE) in can_convert_array() 920 ok = can_convert_array (elttype, val, flags, complain); in can_convert_array() 922 ok = can_convert_arg (elttype, TREE_TYPE (val), val, flags, in can_convert_array() 930 if (char_type_p (TYPE_MAIN_VARIANT (elttype)) in can_convert_array() [all …]
|
| H A D | typeck2.cc | 971 tree elttype = TREE_TYPE (type); in check_narrowing() local 973 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 0)->value, in check_narrowing() 976 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 1)->value, in check_narrowing()
|
| H A D | constexpr.cc | 4876 tree elttype = TREE_TYPE (atype); in cxx_eval_vec_init_1() local 4892 if (TREE_CODE (elttype) == ARRAY_TYPE) in cxx_eval_vec_init_1() 4896 init = build_value_init (elttype, complain); in cxx_eval_vec_init_1() 4903 &argvec, elttype, LOOKUP_NORMAL, in cxx_eval_vec_init_1() 4905 init = build_aggr_init_expr (elttype, init); in cxx_eval_vec_init_1() 4930 init_subob_ctx (ctx, new_ctx, idx, pre_init ? init : elttype); in cxx_eval_vec_init_1() 4937 if (TREE_CODE (elttype) == ARRAY_TYPE) in cxx_eval_vec_init_1() 4947 eltinit = cxx_eval_vec_init_1 (&new_ctx, elttype, eltinit, value_init, in cxx_eval_vec_init_1()
|
| H A D | init.cc | 788 tree elttype = TREE_VEC_ELT (targs, 0); in maybe_warn_list_ctor() local 791 (TREE_TYPE (memtype), elttype)) in maybe_warn_list_ctor()
|
| H A D | pt.cc | 24161 tree elttype; in unify() local 24172 elttype = TREE_TYPE (parm); in unify() 24175 elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (parm), 0); in unify() 24178 if (PACK_EXPANSION_P (elttype)) in unify() 24183 && TYPE_P (elttype) in unify() 24184 && !uses_deducible_template_parms (elttype)) in unify() 24204 (tparms, DEDUCE_CALL, &elttype, &type, elt); in unify() 24208 RECUR_AND_CHECK_FAILURE (tparms, targs, elttype, elt, elt_strict, in unify()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | call.c | 817 tree elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (type), 0); in build_list_conv() local 831 if (TYPE_REF_P (elttype) in build_list_conv() 832 || TREE_CODE (elttype) == FUNCTION_TYPE in build_list_conv() 833 || VOID_TYPE_P (elttype)) in build_list_conv() 839 = implicit_conversion (elttype, TREE_TYPE (val), val, in build_list_conv() 905 tree elttype = TREE_TYPE (atype); in can_convert_array() local 910 if (TREE_CODE (elttype) == ARRAY_TYPE in can_convert_array() 912 ok = can_convert_array (elttype, val, flags, complain); in can_convert_array() 914 ok = can_convert_arg (elttype, TREE_TYPE (val), val, flags, in can_convert_array() 1058 tree elttype = TREE_TYPE (type); in build_array_conv() local [all …]
|
| H A D | typeck2.c | 1014 tree elttype = TREE_TYPE (type); in check_narrowing() local 1016 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 0)->value, in check_narrowing() 1019 ok &= check_narrowing (elttype, CONSTRUCTOR_ELT (init, 1)->value, in check_narrowing()
|
| H A D | constexpr.c | 4144 tree elttype = TREE_TYPE (atype); in cxx_eval_vec_init_1() local 4160 if (TREE_CODE (elttype) == ARRAY_TYPE) in cxx_eval_vec_init_1() 4164 init = build_value_init (elttype, complain); in cxx_eval_vec_init_1() 4171 &argvec, elttype, LOOKUP_NORMAL, in cxx_eval_vec_init_1() 4173 init = build_aggr_init_expr (elttype, init); in cxx_eval_vec_init_1() 4198 init_subob_ctx (ctx, new_ctx, idx, pre_init ? init : elttype); in cxx_eval_vec_init_1() 4205 if (TREE_CODE (elttype) == ARRAY_TYPE) in cxx_eval_vec_init_1() 4215 eltinit = cxx_eval_vec_init_1 (&new_ctx, elttype, eltinit, value_init, in cxx_eval_vec_init_1()
|
| H A D | init.c | 749 tree elttype = TREE_VEC_ELT (targs, 0); in maybe_warn_list_ctor() local 752 (TREE_TYPE (memtype), elttype)) in maybe_warn_list_ctor() 2772 tree elttype = (TREE_CODE (opertype) == ARRAY_TYPE in warn_placement_new_too_small() local 2774 if (tree eltsize = TYPE_SIZE_UNIT (elttype)) in warn_placement_new_too_small()
|
| H A D | pt.c | 23257 tree elt, elttype; in unify() local 23269 elttype = TREE_TYPE (parm); in unify() 23272 elttype = TREE_VEC_ELT (CLASSTYPE_TI_ARGS (parm), 0); in unify() 23275 if (PACK_EXPANSION_P (elttype)) in unify() 23280 && TYPE_P (elttype) in unify() 23281 && !uses_deducible_template_parms (elttype)) in unify() 23300 (DEDUCE_CALL, &elttype, &type, elt); in unify() 23304 RECUR_AND_CHECK_FAILURE (tparms, targs, elttype, elt, elt_strict, in unify()
|
| /netbsd-src/external/mpl/bind/dist/lib/isccfg/include/isccfg/ |
| H A D | grammar.h | 426 cfg_parse_listelt(cfg_parser_t *pctx, const cfg_type_t *elttype,
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/include/isccfg/ |
| H A D | grammar.h | 447 cfg_parse_listelt(cfg_parser_t *pctx, const cfg_type_t *elttype,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | expr.c | 6542 tree elttype = TREE_TYPE (type); in store_constructor() local 6645 mode = TYPE_MODE (elttype); in store_constructor() 6648 else if (!poly_int_tree_p (TYPE_SIZE (elttype), &bitsize)) in store_constructor() 6668 || (tree_fits_uhwi_p (TYPE_SIZE (elttype)) in store_constructor() 6669 && (tree_to_uhwi (TYPE_SIZE (elttype)) * count in store_constructor() 6675 bitpos = lo * tree_to_shwi (TYPE_SIZE (elttype)); in store_constructor() 6689 get_alias_set (elttype), reverse); in store_constructor() 6721 TYPE_SIZE_UNIT (elttype))); in store_constructor() 6754 || ! tree_fits_uhwi_p (TYPE_SIZE (elttype))) in store_constructor() 6771 TYPE_SIZE_UNIT (elttype))); in store_constructor() [all …]
|
| H A D | fold-const.c | 2322 tree elttype = TREE_TYPE (type); in fold_convert_const() local 2327 = (INTEGRAL_TYPE_P (elttype) in fold_convert_const() 2329 && TYPE_PRECISION (elttype) <= TYPE_PRECISION (arg1_elttype)); in fold_convert_const() 2337 tree cvt = fold_convert_const (code, elttype, elt); in fold_convert_const()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | gimple-fold.cc | 4791 tree elttype = TREE_TYPE (type); in clear_padding_type() local 4792 buf->base = create_tmp_var (build_pointer_type (elttype)); in clear_padding_type() 4803 buf->align = TYPE_ALIGN (elttype); in clear_padding_type() 4806 clear_padding_emit_loop (buf, elttype, end, for_auto_init); in clear_padding_type() 4939 tree elttype = type; in gimple_fold_builtin_clear_padding() local 4941 while (TREE_CODE (elttype) == ARRAY_TYPE in gimple_fold_builtin_clear_padding() 4942 && int_size_in_bytes (elttype) < 0) in gimple_fold_builtin_clear_padding() 4943 elttype = TREE_TYPE (elttype); in gimple_fold_builtin_clear_padding() 4944 HOST_WIDE_INT eltsz = int_size_in_bytes (elttype); in gimple_fold_builtin_clear_padding() 4948 buf.base = create_tmp_var (build_pointer_type (elttype)); in gimple_fold_builtin_clear_padding() [all …]
|
| H A D | expr.cc | 6890 tree elttype = TREE_TYPE (type); in store_constructor() local 6993 mode = TYPE_MODE (elttype); in store_constructor() 6996 else if (!poly_int_tree_p (TYPE_SIZE (elttype), &bitsize)) in store_constructor() 7016 || (tree_fits_uhwi_p (TYPE_SIZE (elttype)) in store_constructor() 7017 && (tree_to_uhwi (TYPE_SIZE (elttype)) * count in store_constructor() 7023 bitpos = lo * tree_to_shwi (TYPE_SIZE (elttype)); in store_constructor() 7037 get_alias_set (elttype), reverse); in store_constructor() 7069 TYPE_SIZE_UNIT (elttype))); in store_constructor() 7102 || ! tree_fits_uhwi_p (TYPE_SIZE (elttype))) in store_constructor() 7119 TYPE_SIZE_UNIT (elttype))); in store_constructor() [all …]
|
| H A D | fold-const.cc | 2346 tree elttype = TREE_TYPE (type); in fold_convert_const() local 2351 = (INTEGRAL_TYPE_P (elttype) in fold_convert_const() 2353 && TYPE_PRECISION (elttype) <= TYPE_PRECISION (arg1_elttype)); in fold_convert_const() 2361 tree cvt = fold_convert_const (code, elttype, elt); in fold_convert_const()
|
| /netbsd-src/external/mpl/bind/dist/lib/isccfg/ |
| H A D | parser.c | 136 parse_symtab_elt(cfg_parser_t *pctx, const char *name, cfg_type_t *elttype, 1976 cfg_parse_listelt(cfg_parser_t *pctx, const cfg_type_t *elttype, 1983 REQUIRE(elttype != NULL); in parse_list() 1988 result = cfg_parse_obj(pctx, elttype, &value); in parse_list() 2004 * Parse a homogeneous list whose elements are of type 'elttype' in parse_list() 2095 * Parse a homogeneous list whose elements are of type 'elttype' in cfg_parse_spacelist() 2447 parse_symtab_elt(cfg_parser_t *pctx, const char *name, cfg_type_t *elttype, in parse_any_named_map() 2453 CHECK(cfg_parse_obj(pctx, elttype, &obj)); in parse_any_named_map() 1947 cfg_parse_listelt(cfg_parser_t * pctx,const cfg_type_t * elttype,cfg_listelt_t ** ret) cfg_parse_listelt() argument 2391 parse_symtab_elt(cfg_parser_t * pctx,const char * name,cfg_type_t * elttype,isc_symtab_t * symtab,bool callback) parse_symtab_elt() argument
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/isccfg/ |
| H A D | parser.c | 131 parse_symtab_elt(cfg_parser_t *pctx, const char *name, cfg_type_t *elttype, 2156 cfg_parse_listelt(cfg_parser_t *pctx, const cfg_type_t *elttype, in cfg_parse_listelt() argument 2163 REQUIRE(elttype != NULL); in cfg_parse_listelt() 2168 result = cfg_parse_obj(pctx, elttype, &value); in cfg_parse_listelt() 2606 parse_symtab_elt(cfg_parser_t *pctx, const char *name, cfg_type_t *elttype, in parse_symtab_elt() argument 2612 CHECK(cfg_parse_obj(pctx, elttype, &obj)); in parse_symtab_elt()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| H A D | printers.py | 868 self.elttype = val.type.template_argument(0) 869 size = self.elttype.sizeof
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
| H A D | printers.py | 957 self.elttype = val.type.template_argument(0) 958 size = self.elttype.sizeof
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
| H A D | c-typeck.c | 10312 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); in process_init_element() local 10313 enum tree_code eltcode = TREE_CODE (elttype); in process_init_element() 10318 && INTEGRAL_TYPE_P (TREE_TYPE (elttype)) in process_init_element() 10324 && initialize_elementwise_p (elttype, value.value)) in process_init_element() 10344 strict_string, elttype, in process_init_element() 10362 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); in process_init_element() local 10377 elttype = TYPE_MAIN_VARIANT (constructor_type); in process_init_element() 10379 strict_string, elttype, in process_init_element()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
| H A D | c-typeck.cc | 10492 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); in process_init_element() local 10493 enum tree_code eltcode = TREE_CODE (elttype); in process_init_element() 10498 && INTEGRAL_TYPE_P (TREE_TYPE (elttype)) in process_init_element() 10504 && initialize_elementwise_p (elttype, value.value)) in process_init_element() 10524 strict_string, elttype, in process_init_element() 10542 tree elttype = TYPE_MAIN_VARIANT (TREE_TYPE (constructor_type)); in process_init_element() local 10557 elttype = TYPE_MAIN_VARIANT (constructor_type); in process_init_element() 10559 strict_string, elttype, in process_init_element()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64InstrFormats.td | 7215 ValueType elttype, SDNode OpNode> 7351 ValueType elttype, Operand idxtype> 7360 (elttype (vector_extract (vectype V128:$Rn), idxtype:$idx2)),
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2011 | 9555 "byte_order" and "elttype" inside the block where these variables 9557 where "elttype" and "eltlen" are null. Replace by a comment
|