Searched refs:STATEMENT_FOR (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dstatements.h121 STATEMENT_FOR, enumerator in enum:Statement::Statement_classification
369 { return this->convert<For_statement, STATEMENT_FOR>(); }
1118 : Statement(STATEMENT_FOR, location),
H A Dparse.cc5471 if (enclosing->classification() == Statement::STATEMENT_FOR)
5527 if (enclosing->classification() == Statement::STATEMENT_FOR)

Completed in 128 milliseconds