Home
last modified time | relevance | path

Searched refs:bind_tree (Results 1 – 25 of 32) sorted by relevance

12

/dports/audio/siren/siren-0.9/
H A Dbind.c46 RB_HEAD(bind_tree, bind_entry);
55 RB_PROTOTYPE(bind_tree, bind_entry, entries, bind_cmp_entry)
57 static struct bind_tree bind_tree = RB_INITIALIZER(bind_tree); variable
111 RB_GENERATE(bind_tree, bind_entry, entries, bind_cmp_entry) in RB_GENERATE() argument
132 if (RB_INSERT(bind_tree, &bind_tree, b) != NULL) in RB_GENERATE()
152 while ((b = RB_ROOT(&bind_tree)) != NULL) in bind_end()
175 return RB_FIND(bind_tree, &bind_tree, &b); in bind_find()
283 RB_REMOVE(bind_tree, &bind_tree, b); in bind_remove()
316 RB_INSERT(bind_tree, &bind_tree, b); in bind_set()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-zdp-binding.c37 proto_tree *bind_tree; in zdp_parse_bind_table_entry() local
44 bind_tree = proto_tree_add_subtree(tree, tvb, *offset, 0, ett_zbee_zdp_bind_entry, &ti, "Bind"); in zdp_parse_bind_table_entry()
45 proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src64, tvb, *offset, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
49 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
54 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
58 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
74 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
78 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst64, tvb, *offset + len, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
80 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-zdp-binding.c37 proto_tree *bind_tree; in zdp_parse_bind_table_entry() local
44 bind_tree = proto_tree_add_subtree(tree, tvb, *offset, 0, ett_zbee_zdp_bind_entry, &ti, "Bind"); in zdp_parse_bind_table_entry()
45 proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src64, tvb, *offset, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
49 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
54 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
58 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
74 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
78 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst64, tvb, *offset + len, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
80 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-zdp-binding.c37 proto_tree *bind_tree; in zdp_parse_bind_table_entry() local
44 bind_tree = proto_tree_add_subtree(tree, tvb, *offset, 0, ett_zbee_zdp_bind_entry, &ti, "Bind"); in zdp_parse_bind_table_entry()
45 proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src64, tvb, *offset, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
49 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
54 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
58 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
74 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
78 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst64, tvb, *offset + len, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
80 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-zbee-zdp-binding.c37 proto_tree *bind_tree; in zdp_parse_bind_table_entry() local
44 bind_tree = proto_tree_add_subtree(tree, tvb, *offset, 0, ett_zbee_zdp_bind_entry, &ti, "Bind"); in zdp_parse_bind_table_entry()
45 proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src64, tvb, *offset, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
49 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_src_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
54 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
58 … proto_tree_add_item(bind_tree, hf_zbee_zdp_cluster, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
74 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst, tvb, *offset + len, 2, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
78 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst64, tvb, *offset + len, 8, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
80 … proto_tree_add_item(bind_tree, hf_zbee_zdp_bind_dst_ep, tvb, *offset + len, 1, ENC_LITTLE_ENDIAN); in zdp_parse_bind_table_entry()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/
H A Dgo-gcc.cc1195 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
1197 return new Bblock(bind_tree); in block()
1216 tree bind_tree = bblock->get_tree(); in block_add_statements() local
1217 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
1218 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
1226 tree bind_tree = bblock->get_tree(); in block_statement() local
1227 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
1228 return this->make_statement(bind_tree); in block_statement()
1432 tree bind_tree = bblock->get_tree(); in temporary_variable() local
1433 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/go/
H A Dgo-gcc.cc1344 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
1346 return new Bblock(bind_tree); in block()
1365 tree bind_tree = bblock->get_tree(); in block_add_statements() local
1366 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
1367 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
1375 tree bind_tree = bblock->get_tree(); in block_statement() local
1376 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
1377 return this->make_statement(bind_tree); in block_statement()
1602 tree bind_tree = bblock->get_tree(); in temporary_variable() local
1603 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/
H A Dgo-gcc.cc1590 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
1592 return new Bblock(bind_tree); in block()
1611 tree bind_tree = bblock->get_tree(); in block_add_statements() local
1612 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
1613 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
1621 tree bind_tree = bblock->get_tree(); in block_statement() local
1622 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
1623 return this->make_statement(bind_tree); in block_statement()
1848 tree bind_tree = bblock->get_tree(); in temporary_variable() local
1849 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc2414 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2415 return new Bblock(bind_tree); in block()
2434 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2435 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2436 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2444 tree bind_tree = bblock->get_tree(); in block_statement() local
2445 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2446 return this->make_statement(bind_tree); in block_statement()
2749 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2750 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/go/
H A Dgo-gcc.cc2408 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2409 return new Bblock(bind_tree); in block()
2428 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2429 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2430 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2438 tree bind_tree = bblock->get_tree(); in block_statement() local
2439 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2440 return this->make_statement(bind_tree); in block_statement()
2743 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2744 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/
H A Dgo-gcc.cc2414 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2415 return new Bblock(bind_tree); in block()
2434 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2435 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2436 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2444 tree bind_tree = bblock->get_tree(); in block_statement() local
2445 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2446 return this->make_statement(bind_tree); in block_statement()
2749 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2750 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/
H A Dgo-gcc.cc2321 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2322 return new Bblock(bind_tree); in block()
2341 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2342 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2343 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2351 tree bind_tree = bblock->get_tree(); in block_statement() local
2352 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2353 return this->make_statement(bind_tree); in block_statement()
2617 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2618 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc2414 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2415 return new Bblock(bind_tree); in block()
2434 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2435 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2436 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2444 tree bind_tree = bblock->get_tree(); in block_statement() local
2445 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2446 return this->make_statement(bind_tree); in block_statement()
2749 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2750 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc2414 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2415 return new Bblock(bind_tree); in block()
2434 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2435 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2436 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2444 tree bind_tree = bblock->get_tree(); in block_statement() local
2445 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2446 return this->make_statement(bind_tree); in block_statement()
2749 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2750 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc2414 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2415 return new Bblock(bind_tree); in block()
2434 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2435 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2436 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2444 tree bind_tree = bblock->get_tree(); in block_statement() local
2445 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2446 return this->make_statement(bind_tree); in block_statement()
2749 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2750 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/
H A Dgo-gcc.cc2408 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2409 return new Bblock(bind_tree); in block()
2428 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2429 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2430 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2438 tree bind_tree = bblock->get_tree(); in block_statement() local
2439 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2440 return this->make_statement(bind_tree); in block_statement()
2743 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2744 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/
H A Dgo-gcc.cc2408 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2409 return new Bblock(bind_tree); in block()
2428 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2429 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2430 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2438 tree bind_tree = bblock->get_tree(); in block_statement() local
2439 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2440 return this->make_statement(bind_tree); in block_statement()
2743 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2744 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/go/
H A Dgo-gcc.cc2414 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2415 return new Bblock(bind_tree); in block()
2434 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2435 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2436 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2444 tree bind_tree = bblock->get_tree(); in block_statement() local
2445 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2446 return this->make_statement(bind_tree); in block_statement()
2749 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2750 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/
H A Dgo-gcc.cc2321 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2322 return new Bblock(bind_tree); in block()
2341 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2342 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2343 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2351 tree bind_tree = bblock->get_tree(); in block_statement() local
2352 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2353 return this->make_statement(bind_tree); in block_statement()
2617 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2618 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/
H A Dgo-gcc.cc2557 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2558 return new Bblock(bind_tree); in block()
2577 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2578 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2579 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2587 tree bind_tree = bblock->get_tree(); in block_statement() local
2588 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2589 return this->make_statement(bind_tree); in block_statement()
2921 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2922 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/
H A Dgo-gcc.cc2558 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2559 return new Bblock(bind_tree); in block()
2578 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2579 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2580 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2588 tree bind_tree = bblock->get_tree(); in block_statement() local
2589 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2590 return this->make_statement(bind_tree); in block_statement()
2893 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2894 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/
H A Dgo-gcc.cc2558 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2559 return new Bblock(bind_tree); in block()
2578 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2579 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2580 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2588 tree bind_tree = bblock->get_tree(); in block_statement() local
2589 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2590 return this->make_statement(bind_tree); in block_statement()
2893 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2894 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/
H A Dgo-gcc.cc2558 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2559 return new Bblock(bind_tree); in block()
2578 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2579 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2580 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2588 tree bind_tree = bblock->get_tree(); in block_statement() local
2589 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2590 return this->make_statement(bind_tree); in block_statement()
2893 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2894 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/go/
H A Dgo-gcc.cc2558 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2559 return new Bblock(bind_tree); in block()
2578 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2579 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2580 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2588 tree bind_tree = bblock->get_tree(); in block_statement() local
2589 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2590 return this->make_statement(bind_tree); in block_statement()
2893 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2894 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/go/
H A Dgo-gcc.cc2558 TREE_SIDE_EFFECTS(bind_tree) = 1; in block()
2559 return new Bblock(bind_tree); in block()
2578 tree bind_tree = bblock->get_tree(); in block_add_statements() local
2579 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_add_statements()
2580 BIND_EXPR_BODY(bind_tree) = stmt_list; in block_add_statements()
2588 tree bind_tree = bblock->get_tree(); in block_statement() local
2589 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in block_statement()
2590 return this->make_statement(bind_tree); in block_statement()
2893 tree bind_tree = bblock->get_tree(); in temporary_variable() local
2894 gcc_assert(TREE_CODE(bind_tree) == BIND_EXPR); in temporary_variable()
[all …]

12