Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfunc.d4204 char* codedoc; // for documented unittest variable
4209 extern (D) this(const ref Loc loc, const ref Loc endloc, StorageClass stc, char* codedoc) in this()
H A Ddoc.d1919 auto codedoc = utd.codedoc.stripLeadingNewlines; in writeSections() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c5433 UnitTestDeclaration::UnitTestDeclaration(Loc loc, Loc endloc, StorageClass stc, char *codedoc) in UnitTestDeclaration()