Home
last modified time | relevance | path

Searched refs:LINKcpp (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dnspace.c59 sc->linkage = LINKcpp; // namespaces default to C++ linkage in addMember()
78 sc->linkage = LINKcpp; // namespaces default to C++ linkage in setScope()
107 sc->linkage = LINKcpp; // note that namespaces imply C++ linkage in semantic()
135 sc->linkage = LINKcpp; in semantic2()
153 sc->linkage = LINKcpp; in semantic3()
H A Dcppmangle.c235 ((TypeFunction*)d->isFuncDeclaration()->type)->linkage == LINKcpp; in template_args()
599 if (p && !p->isModule() && tf->linkage == LINKcpp) in mangle_function()
619 if (p && !p->isModule() && tf->linkage == LINKcpp) in mangle_function()
657 if (tf->linkage == LINKcpp) //Template args accept extern "C" symbols with special mangling in mangle_function()
H A Ddmangle.c227 case LINKcpp: mc = 'R'; break; in mangleFuncType()
410 if (!d->parent || d->parent->isModule() || d->linkage == LINKcpp) // if at global scope in visit()
424 case LINKcpp: in visit()
H A Dglobals.h303 LINKcpp, enumerator
H A Ddclass.c389 if (sc->linkage == LINKcpp) in semantic()
1424 sc2->linkage = LINKcpp; in newScope()
1523 if (!baseclasses->dim && sc->linkage == LINKcpp) in semantic()
H A Djson.c320 case LINKcpp: in property()
H A Ddstruct.c1076 if (sc->linkage == LINKcpp) in semantic()
H A Dattrib.c562 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
H A Dhdrgen.c1272 case LINKcpp: p = "C++"; break; in visit()
3368 case LINKcpp: return "C++"; in linkageToChars()
H A Dtraits.c1155 link = LINKcpp; in semanticTraits()
H A Dparse.c706 assert(link == LINKcpp); in parseDeclDefs()
728 assert(link == LINKcpp); in parseDeclDefs()
1306 link = LINKcpp; in parseLinkage()
H A Dfunc.c5056 if (sc->linkage != LINKcpp) in semantic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc764 case LINKcpp: in visit()