Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d8408 private struct MATCHpair struct
8410 MATCH mta; /// match template parameters by initial template arguments
8411 MATCH mfa; /// match template parameters by inferred template arguments
8413 debug this(MATCH mta, MATCH mfa) in this()