Home
last modified time | relevance | path

Searched refs:ddatype (Results 1 – 25 of 30) sorted by relevance

12

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/p1/
H A Dpacket-p1-template.c125 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
130 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
131 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
136 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
141 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
142 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
143 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/p1/
H A Dpacket-p1-template.c125 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
130 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
131 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
136 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
141 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
142 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
143 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/p1/
H A Dpacket-p1-template.c125 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
130 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
131 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
136 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
141 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
142 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
143 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/p1/
H A Dpacket-p1-template.c125 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
130 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
131 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
136 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
141 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
142 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
143 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dgimplify.c1979 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
1993 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
1994 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2000 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2001 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2007 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dgimplify.c1979 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
1993 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
1994 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2000 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2001 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2007 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgimplify.c1635 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
1649 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
1650 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
1656 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
1657 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
1663 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgimplify.c1395 tree dctype, datype, ddatype, otype, obj_expr; in canonicalize_addr_expr() local
1408 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
1409 if (!lang_hooks.types_compatible_p (ddatype, dctype)) in canonicalize_addr_expr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgimplify.c1741 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
1755 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
1756 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
1762 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
1763 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
1769 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dgimplify.c1741 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
1755 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
1756 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
1762 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
1763 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
1769 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c2599 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2613 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2614 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2620 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2621 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2627 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c2599 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2613 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2614 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2620 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2621 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2627 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgimplify.c2593 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2607 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2608 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2614 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2615 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2621 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c2599 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2613 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2614 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2620 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2621 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2627 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgimplify.c2599 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2613 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2614 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2620 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2621 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2627 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgimplify.c2600 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2614 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2615 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2621 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2622 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2628 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgimplify.c2652 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2666 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2667 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2673 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2674 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2680 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgimplify.c2643 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2657 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2658 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2664 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2665 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2671 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgimplify.c2652 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2666 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2667 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2673 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2674 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2680 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p1.c983 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
988 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
989 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
994 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
999 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
1000 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
1001 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p1.c983 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
988 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
989 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
994 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
999 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
1000 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
1001 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p1.c983 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
988 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
989 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
994 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
999 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
1000 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
1001 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p1.c983 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str() local
988 if (ctx && ctx->do_address && ddatype && tvb_string) in do_address_str()
989 …wmem_strbuf_append(ddatype, tvb_format_text(actx->pinfo->pool, tvb_string, 0, tvb_captured_length(… in do_address_str()
994 wmem_strbuf_t *ddatype = (wmem_strbuf_t *)actx->value_ptr; in do_address_str_tree() local
999 if (ctx && ctx->do_address && tvb_string && ddatype) { in do_address_str_tree()
1000 if (wmem_strbuf_get_len(ddatype) > 0) { in do_address_str_tree()
1001 …proto_item_append_text (tree, " (%s=%s)", wmem_strbuf_get_str(ddatype), tvb_format_text(actx->pinf… in do_address_str_tree()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgimplify.c2726 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2740 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2741 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2747 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2748 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2754 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgimplify.c2736 tree datype, ddatype, pddatype; in canonicalize_addr_expr() local
2750 ddatype = TREE_TYPE (datype); in canonicalize_addr_expr()
2751 pddatype = build_pointer_type (ddatype); in canonicalize_addr_expr()
2757 if (!TYPE_SIZE_UNIT (ddatype) in canonicalize_addr_expr()
2758 || TREE_CODE (TYPE_SIZE_UNIT (ddatype)) != INTEGER_CST in canonicalize_addr_expr()
2764 *expr_p = build4 (ARRAY_REF, ddatype, TREE_OPERAND (addr_expr, 0), in canonicalize_addr_expr()

12