Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d208 struct MatchAccumulator struct
210 int count; // number of matches found so far
211 MATCH last = MATCH.nomatch; // match level of lastf
212 FuncDeclaration lastf; // last matching function we found
213 FuncDeclaration nextf; // if ambiguous match, this is the "other" function