Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darraytypes.h56 typedef Array<class GotoCaseStatement *> GotoCaseStatements; typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Darraytypes.h57 typedef Array<class GotoCaseStatement *> GotoCaseStatements; typedef
H A Darraytypes.d50 alias GotoCaseStatements = Array!(GotoCaseStatement); variable