Home
last modified time | relevance | path

Searched refs:generateIdWithLoc (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.d218 extern (D) static Identifier generateIdWithLoc(string prefix, const ref Loc loc) in generateIdWithLoc() function
H A Dfunc.d3977 … super(loc, endloc, Identifier.generateIdWithLoc("_staticCtor", loc), STC.static_ | stc, null); in this()
3982 super(loc, endloc, Identifier.generateIdWithLoc(name, loc), STC.static_ | stc, null); in this()
4065 … super(loc, endloc, Identifier.generateIdWithLoc("_staticDtor", loc), STC.static_ | stc, null); in this()
4070 super(loc, endloc, Identifier.generateIdWithLoc(name, loc), STC.static_ | stc, null); in this()
4211 super(loc, endloc, Identifier.generateIdWithLoc("__unittest", loc), stc, null); in this()