Home
last modified time | relevance | path

Searched refs:buildScopeRef (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d289 psr = buildScopeRef(par.storageClass); in checkParamArgumentEscape()
1282 printf("byref `%s` %s\n", v.toChars(), toChars(buildScopeRef(v.storage_class))); in checkReturnEscapeImpl()
1316 const vsr = buildScopeRef(v.storage_class); in checkReturnEscapeImpl()
1713 ScopeRef psr = buildScopeRef(stc); in visit()
1768 const psr = buildScopeRef(getThisStorageClass(fd)); in visit()
1794 const psr = buildScopeRef(stc); in visit()
2010 ScopeRef psr = buildScopeRef(stc); in visit()
2048 const psr = buildScopeRef(stc); in visit()
H A Ddmangle.d998 final switch (buildScopeRef(stc)) in mangleParameter()
H A Dmtype.d7055 return covariant[buildScopeRef(from)][buildScopeRef(to)]; in isCovariantScope()
7247 ScopeRef buildScopeRef(StorageClass stc) pure nothrow @nogc @safe in buildScopeRef() function
H A Dhdrgen.d2852 final switch (buildScopeRef(stc)) in stcToBuffer()
H A Dtypesem.d1504 const sr = buildScopeRef(fparam.storageClass); in typeSemantic()