Searched defs:statements (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gmp/demos/calc/
H A Dcalc.y170 statements: label
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.h748 add(bool is_send, Expression* channel, Expression* val, Expression* closed, Named_object* var, Named_object* closedvar, bool is_default, Block* statements, Location location) argument
803 Select_clause(int index, bool is_send, Expression* channel, Expression* val, Expression* closed, Named_object* var, Named_object* closedvar, bool is_default, Block* statements, Location location) argument
855 statements() const function in class:Select_clauses::Select_clause
1125 add_statements(Block* statements) argument
1194 add_statements(Block* statements) argument
1290 add(Expression_list* cases, bool is_default, Block* statements, bool is_fallthrough, Location location) argument
1356 Case_clause(Expression_list* cases, bool is_default, Block* statements, bool is_fallthrough, Location location) argument
1499 add(Type* type, bool is_fallthrough, bool is_default, Block* statements, Location location) argument
1543 Type_case_clause(Type* type, bool is_fallthrough, bool is_default, Block* statements, Location location) argument
[all...]
H A Dparse.cc4542 Block* statements = NULL; local
4694 Block* statements = NULL; local
4746 clauses->add(Type::make_error_type(), false, false, statements, location); local
4894 Block* statements = this->gogo_->finish_block(this->location()); local
5236 Block* statements = this->gogo_->finish_block(end_loc); local
[all...]
H A Dstatements.cc3531 Bstatement* statements; local
[all...]
H A Dgogo.h802 statements() cons function in class:Block
[all...]
H A Dtypes.cc5952 Block* statements = gogo->finish_block(bloc); local
6032 Block* statements = gogo->finish_block(bloc); local
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc2199 Gcc_backend::statement_list(const std::vector<Bstatement*>& statements) argument
2109 switch_statement( Bfunction* function, Bexpression* value, const std::vector<std::vector<Bexpression*> >& cases, const std::vector<Bstatement*>& statements, Location switch_location) argument
2288 block_add_statements(Bblock* bblock, const std::vector<Bstatement*>& statements) argument
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dtree.c2153 hash_table<pointer_hash <tree_node> > *statements local
/haiku-buildtools/gcc/gcc/
H A Dtree-inline.c4860 fold_marked_statements(int first, hash_set<gimple> *statements) argument
[all...]

Completed in 228 milliseconds