Searched refs:add_statement (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.cc733 this->block_->add_statement(temp);
791 this->block_->add_statement(temp);
911 b->add_statement(s);
1026 b->add_statement(Statement::make_statement(*prhs, true));
1032 b->add_statement(temp);
1054 b->add_statement(Statement::make_assignment(*plhs, ref, loc));
1167 b->add_statement(key_temp);
1172 b->add_statement(val_temp);
1180 b->add_statement(present_temp);
1195 b->add_statement(
[all...]
H A Dparse.cc1796 this->gogo_->add_statement(s);
1863 this->gogo_->add_statement(s);
1929 this->gogo_->add_statement(s);
2048 this->gogo_->add_statement(Statement::make_assignment(vars->front(),
2057 this->gogo_->add_statement(Statement::make_tuple_assignment(vars, vals,
3922 this->gogo_->add_statement(Statement::make_statement(exp, false));
3937 this->gogo_->add_statement(s);
3952 this->gogo_->add_statement(Statement::make_inc_statement(exp));
3954 this->gogo_->add_statement(Statement::make_dec_statement(exp));
4089 this->gogo_->add_statement(
[all...]
H A Dtypes.cc1908 gogo->add_statement(s);
1937 gogo->add_statement(p1);
1942 gogo->add_statement(p2);
1957 gogo->add_statement(s);
5307 gogo->add_statement(retval);
5314 gogo->add_statement(key);
5336 gogo->add_statement(s);
5369 gogo->add_statement(s);
5377 gogo->add_statement(s);
5401 gogo->add_statement(p
[all...]
H A Dgogo.cc1891 this->add_statement(Statement::make_label_statement(label, location));
1918 Gogo::add_statement(Statement* statement) function in class:Gogo
1922 this->functions_.back().blocks.back()->add_statement(statement);
1933 this->functions_.back().blocks.back()->add_statement(statement);
2032 this->add_statement(Statement::make_variable_declaration(no));
3297 retblock->add_statement(ts);
3303 block->add_statement(assign);
3311 retblock->add_statement(if_statement);
3970 gogo->add_statement(s);
5428 Block::add_statement(Statemen function in class:Block
[all...]
H A Dgogo.h354 add_statement(Statement*);
819 add_statement(Statement*);
H A Dexpressions.cc6410 gogo->add_statement(s);
11248 gogo->add_statement(s);
11573 gogo->add_statement(s);
/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c1440 add_statement (void) function
2220 add_statement ();
2232 add_statement ();
2246 add_statement ();
2251 add_statement ();
2259 add_statement ();
3435 d = add_statement ();
3512 d = add_statement ();
3578 d = add_statement ();
3899 d = add_statement ();
[all...]

Completed in 293 milliseconds