Home
last modified time | relevance | path

Searched defs:GotoStatements (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darraytypes.h60 typedef Array<class GotoStatement *> GotoStatements; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Darraytypes.h61 typedef Array<class GotoStatement *> GotoStatements; typedef
H A Darraytypes.d52 alias GotoStatements = Array!(GotoStatement); variable