Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddtemplate.d1561 ubyte thismod = tthis.mod; in deduceFunctionTemplateMatch() local
1563 mod = MODmerge(thismod, mod); in deduceFunctionTemplateMatch()
1564 MATCH m = MODmethodConv(thismod, mod); in deduceFunctionTemplateMatch()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddtemplate.c1305 unsigned char thismod = tthis->mod; in deduceFunctionTemplateMatch() local
1307 mod = MODmerge(thismod, mod); in deduceFunctionTemplateMatch()
1308 MATCH m = MODmethodConv(thismod, mod); in deduceFunctionTemplateMatch()