Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/fpoptimizer/
H A Dlogic_ifoperations.hh67 CodeTree<Value_t> then_tree; in ConstantFolding_IfOperations() local
68 then_tree.SetOpcode(cond.GetOpcode()); in ConstantFolding_IfOperations()
69 then_tree.AddParam(cond.GetParam(1)); in ConstantFolding_IfOperations()
70 then_tree.AddParam(tree.GetParam(1)); in ConstantFolding_IfOperations()
71 then_tree.AddParam(tree.GetParam(2)); in ConstantFolding_IfOperations()
72 then_tree.Rehash(); in ConstantFolding_IfOperations()
81 tree.SetParamMove(1, then_tree); in ConstantFolding_IfOperations()
100 CodeTree<Value_t> then_tree; in ConstantFolding_IfOperations() local
102 then_tree.AddParam(tree.GetParam(0)); in ConstantFolding_IfOperations()
105 then_tree.Rehash(); in ConstantFolding_IfOperations()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/
H A Dgo-gcc.cc1075 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1079 || then_tree == error_mark_node in conditional_expression()
1083 cond_tree, then_tree, else_tree); in conditional_expression()
1412 tree then_tree = then_block->get_tree(); in if_statement() local
1415 || then_tree == error_mark_node in if_statement()
1419 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc1588 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1592 || then_tree == error_mark_node in conditional_expression()
1596 cond_tree, then_tree, else_tree); in conditional_expression()
2228 tree then_tree = then_block->get_tree(); in if_statement() local
2231 || then_tree == error_mark_node in if_statement()
2235 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc9/gcc-9.4.0/gcc/go/
H A Dgo-gcc.cc1596 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1600 || then_tree == error_mark_node in conditional_expression()
1604 cond_tree, then_tree, else_tree); in conditional_expression()
2222 tree then_tree = then_block->get_tree(); in if_statement() local
2225 || then_tree == error_mark_node in if_statement()
2229 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/
H A Dgo-gcc.cc1588 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1592 || then_tree == error_mark_node in conditional_expression()
1596 cond_tree, then_tree, else_tree); in conditional_expression()
2228 tree then_tree = then_block->get_tree(); in if_statement() local
2231 || then_tree == error_mark_node in if_statement()
2235 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/
H A Dgo-gcc.cc1512 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1516 || then_tree == error_mark_node in conditional_expression()
1520 cond_tree, then_tree, else_tree); in conditional_expression()
2135 tree then_tree = then_block->get_tree(); in if_statement() local
2138 || then_tree == error_mark_node in if_statement()
2142 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc1588 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1592 || then_tree == error_mark_node in conditional_expression()
1596 cond_tree, then_tree, else_tree); in conditional_expression()
2228 tree then_tree = then_block->get_tree(); in if_statement() local
2231 || then_tree == error_mark_node in if_statement()
2235 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc1588 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1592 || then_tree == error_mark_node in conditional_expression()
1596 cond_tree, then_tree, else_tree); in conditional_expression()
2228 tree then_tree = then_block->get_tree(); in if_statement() local
2231 || then_tree == error_mark_node in if_statement()
2235 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc1588 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1592 || then_tree == error_mark_node in conditional_expression()
1596 cond_tree, then_tree, else_tree); in conditional_expression()
2228 tree then_tree = then_block->get_tree(); in if_statement() local
2231 || then_tree == error_mark_node in if_statement()
2235 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/
H A Dgo-gcc.cc1596 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1600 || then_tree == error_mark_node in conditional_expression()
1604 cond_tree, then_tree, else_tree); in conditional_expression()
2222 tree then_tree = then_block->get_tree(); in if_statement() local
2225 || then_tree == error_mark_node in if_statement()
2229 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/
H A Dgo-gcc.cc1596 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1600 || then_tree == error_mark_node in conditional_expression()
1604 cond_tree, then_tree, else_tree); in conditional_expression()
2222 tree then_tree = then_block->get_tree(); in if_statement() local
2225 || then_tree == error_mark_node in if_statement()
2229 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc8/gcc-8.5.0/gcc/go/
H A Dgo-gcc.cc1588 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1592 || then_tree == error_mark_node in conditional_expression()
1596 cond_tree, then_tree, else_tree); in conditional_expression()
2228 tree then_tree = then_block->get_tree(); in if_statement() local
2231 || then_tree == error_mark_node in if_statement()
2235 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/
H A Dgo-gcc.cc1512 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1516 || then_tree == error_mark_node in conditional_expression()
1520 cond_tree, then_tree, else_tree); in conditional_expression()
2135 tree then_tree = then_block->get_tree(); in if_statement() local
2138 || then_tree == error_mark_node in if_statement()
2142 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/
H A Dgo-gcc.cc1017 tree then_tree = then_block->get_tree(); in if_statement() local
1020 || then_tree == error_mark_node in if_statement()
1024 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/
H A Dgo-gcc.cc1745 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1749 || then_tree == error_mark_node in conditional_expression()
1753 cond_tree, then_tree, else_tree); in conditional_expression()
2371 tree then_tree = then_block->get_tree(); in if_statement() local
2374 || then_tree == error_mark_node in if_statement()
2378 cond_tree, then_tree, else_tree); in if_statement()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/
H A Dgo-gcc.cc1746 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1750 || then_tree == error_mark_node in conditional_expression()
1754 cond_tree, then_tree, else_tree); in conditional_expression()
2372 tree then_tree = then_block->get_tree(); in if_statement() local
2375 || then_tree == error_mark_node in if_statement()
2379 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/
H A Dgo-gcc.cc1746 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1750 || then_tree == error_mark_node in conditional_expression()
1754 cond_tree, then_tree, else_tree); in conditional_expression()
2372 tree then_tree = then_block->get_tree(); in if_statement() local
2375 || then_tree == error_mark_node in if_statement()
2379 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/
H A Dgo-gcc.cc1746 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1750 || then_tree == error_mark_node in conditional_expression()
1754 cond_tree, then_tree, else_tree); in conditional_expression()
2372 tree then_tree = then_block->get_tree(); in if_statement() local
2375 || then_tree == error_mark_node in if_statement()
2379 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc11/gcc-11.2.0/gcc/go/
H A Dgo-gcc.cc1746 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1750 || then_tree == error_mark_node in conditional_expression()
1754 cond_tree, then_tree, else_tree); in conditional_expression()
2372 tree then_tree = then_block->get_tree(); in if_statement() local
2375 || then_tree == error_mark_node in if_statement()
2379 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc10/gcc-10.3.0/gcc/go/
H A Dgo-gcc.cc1746 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1750 || then_tree == error_mark_node in conditional_expression()
1754 cond_tree, then_tree, else_tree); in conditional_expression()
2372 tree then_tree = then_block->get_tree(); in if_statement() local
2375 || then_tree == error_mark_node in if_statement()
2379 cond_tree, then_tree, else_tree); in if_statement()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/go/
H A Dgo-gcc.cc1746 tree then_tree = then_expr->get_tree(); in conditional_expression() local
1750 || then_tree == error_mark_node in conditional_expression()
1754 cond_tree, then_tree, else_tree); in conditional_expression()
2372 tree then_tree = then_block->get_tree(); in if_statement() local
2375 || then_tree == error_mark_node in if_statement()
2379 cond_tree, then_tree, else_tree); in if_statement()
/dports/lang/gcc48/gcc-4.8.5/gcc/go/
H A Dgo-gcc.cc1166 tree then_tree = then_block->get_tree(); in if_statement() local
1169 || then_tree == error_mark_node in if_statement()
1173 cond_tree, then_tree, else_tree); in if_statement()
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/
H A Dfpoptimizer.cc3542 CodeTree<Value_t> then_tree; in ConstantFolding_IfOperations() local
3543 then_tree.SetOpcode(cond.GetOpcode()); in ConstantFolding_IfOperations()
3544 then_tree.AddParam(cond.GetParam(1)); in ConstantFolding_IfOperations()
3545 then_tree.AddParam(tree.GetParam(1)); in ConstantFolding_IfOperations()
3546 then_tree.AddParam(tree.GetParam(2)); in ConstantFolding_IfOperations()
3547 then_tree.Rehash(); in ConstantFolding_IfOperations()
3556 tree.SetParamMove(1, then_tree); in ConstantFolding_IfOperations()
3575 CodeTree<Value_t> then_tree; in ConstantFolding_IfOperations() local
3577 then_tree.AddParam(tree.GetParam(0)); in ConstantFolding_IfOperations()
3580 then_tree.Rehash(); in ConstantFolding_IfOperations()
[all …]
/dports/math/fparser/fparser-4.5.2/
H A Dfpoptimizer.cc921 #define eS then_tree
/dports/math/mathmod/mathmod-11.1/fparser/
H A Dfpoptimizer.cc921 #define eS then_tree