HomeSort by: relevance | last modified time | path
    Searched refs:GotoStatements (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
arraytypes.h 61 typedef Array<class GotoStatement *> GotoStatements;
arraytypes.d 52 alias GotoStatements = Array!(GotoStatement);
iasmgcc.d 376 s.gotos = new GotoStatements();
statement.h 741 GotoStatements *gotos; // of the goto labels, the equivalent statements they represent
declaration.h 594 GotoStatements *gotos; // Gotos with forward references
statement.d 1989 GotoStatements* gotos; // of the goto labels, the equivalent statements they represent
func.d 322 GotoStatements* gotos; /// Gotos with forward references
statementsem.d 3857 fd.gotos = new GotoStatements();

Completed in 19 milliseconds