Searched refs:do_lower (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.h307 { return this->do_lower(gogo, function, block, inserter); }
422 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*) function in class:Statement
594 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
633 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
946 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
1153 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
1217 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
1462 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
1633 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
H A Dexpressions.h699 { return this->do_lower(gogo, function, inserter, iota_value); }
831 do_lower(Gogo*, Named_object*, Statement_inserter*, int) function in class:Expression
1083 do_lower(Gogo*, Named_object*, Statement_inserter*, int) = 0;
1118 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
1396 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
1531 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
1733 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
1984 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
2032 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
2238 do_lower(Gog
[all...]
H A Dstatements.cc242 Variable_declaration_statement::do_lower(Gogo* gogo, Named_object* function, function in class:Variable_declaration_statement
817 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
849 Assignment_operation_statement::do_lower(Gogo*, Named_object*, function in class:Assignment_operation_statement
960 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
990 Tuple_assignment_statement::do_lower(Gogo*, Named_object*, Block* enclosing, function in class:Tuple_assignment_statement
1106 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
1138 Tuple_map_assignment_statement::do_lower(Gogo*, Named_object*, function in class:Tuple_map_assignment_statement
1257 do_lower(Gogo*, Named_object*, Block*, Statement_inserter*);
1289 Map_assignment_statement::do_lower(Gogo*, Named_object*, Block* enclosing, function in class:Map_assignment_statement
1389 do_lower(Gog
1421 Tuple_receive_assignment_statement::do_lower(Gogo*, Named_object*, function in class:Tuple_receive_assignment_statement
1575 Tuple_type_guard_assignment_statement::do_lower(Gogo*, Named_object*, function in class:Tuple_type_guard_assignment_statement
1898 Inc_dec_statement::do_lower(Gogo*, Named_object*, Block*, Statement_inserter*) function in class:Inc_dec_statement
2690 Return_statement::do_lower(Gogo*, Named_object* function, Block* enclosing, function in class:Return_statement
3883 Switch_statement::do_lower(Gogo*, Named_object*, Block* enclosing, function in class:Switch_statement
4296 Type_switch_statement::do_lower(Gogo*, Named_object*, Block* enclosing, function in class:Type_switch_statement
5068 Select_statement::do_lower(Gogo* gogo, Named_object* function, function in class:Select_statement
5169 For_statement::do_lower(Gogo*, Named_object*, Block* enclosing, function in class:For_statement
5356 For_range_statement::do_lower(Gogo* gogo, Named_object*, Block* enclosing, function in class:For_range_statement
[all...]
H A Dexpressions.cc678 Var_expression::do_lower(Gogo* gogo, Named_object* function, function in class:Var_expression
1349 Unknown_expression::do_lower(Gogo*, Named_object*, Statement_inserter*, int) function in class:Unknown_expression
2579 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
2647 Const_expression::do_lower(Gogo* gogo, Named_object*, function in class:Const_expression
2985 // Const_expression::do_lower, which is where we know the value that
2997 do_lower(Gogo*, Named_object*, Statement_inserter*, int) function in class:Iota_expression
3058 do_lower(Gogo*, Named_object*, Statement_inserter*, int);
3129 Type_conversion_expression::do_lower(Gogo*, Named_object*, function in class:Type_conversion_expression
3646 Unary_expression::do_lower(Gogo*, Named_object*, Statement_inserter*, int) function in class:Unary_expression
4908 Binary_expression::do_lower(Gog function in class:Binary_expression
6217 Bound_method_expression::do_lower(Gogo*, Named_object*, function in class:Bound_method_expression
6767 Builtin_call_expression::do_lower(Gogo* gogo, Named_object* function, function in class:Builtin_call_expression
8611 Call_expression::do_lower(Gogo* gogo, Named_object* function, function in class:Call_expression
9716 Index_expression::do_lower(Gogo*, Named_object*, Statement_inserter*, int) function in class:Index_expression
10873 Field_reference_expression::do_lower(Gogo* gogo, Named_object* function, function in class:Field_reference_expression
11383 Selector_expression::do_lower(Gogo* gogo, Named_object*, Statement_inserter*, function in class:Selector_expression
12943 Composite_literal_expression::do_lower(Gogo* gogo, Named_object* function, function in class:Composite_literal_expression
[all...]

Completed in 83 milliseconds