Home
last modified time | relevance | path

Searched refs:LINKc (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Darrayop.c69 TypeFunction *ftype = new TypeFunction(fparams, exp->e1->type, 0, LINKc, stc); in buildArrayOp()
74 fd->linkage = LINKc; in buildArrayOp()
82 sc->linkage = LINKc; in buildArrayOp()
H A Dglobals.h302 LINKc, enumerator
H A Ddmangle.c224 case LINKc: mc = 'U'; break; in mangleFuncType()
417 case LINKc: in visit()
H A Djson.c317 case LINKc: in property()
H A Dfunc.c3735 linkage != LINKc && !isMember() && !isNested(); in isMain()
3741 linkage == LINKc && !isMember() && !isNested(); in isCMain()
3748 linkage != LINKc && !isMember(); in isWinMain()
3754 linkage != LINKc && !isMember(); in isDllMain()
4256 tf = new TypeFunction(fparams, treturn, 0, LINKc, stc); in genCfunc()
4259 fd->linkage = LINKc; in genCfunc()
H A Dcppmangle.c979 if (t->linkage == LINKc) in visit()
H A Ddeclaration.c2243 linkage = LINKc; in TypeInfoDeclaration()
2260 assert(linkage == LINKc); in semantic()
H A Dhdrgen.c1271 case LINKc: p = "C"; break; in visit()
3367 case LINKc: return "C"; in linkageToChars()
H A Ddclass.c287 sc2->linkage = LINKc; in newScope()
H A Dparse.c1303 link = LINKc; in parseLinkage()
H A Dexpression.c1733 const char *p = tf->linkage == LINKc ? "extern(C)" : "extern(C++)"; in functionParameters()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc411 return LINKc; in systemLinkage()
H A Dd-builtins.cc320 dtype = TypeFunction::create (args, dtype, varargs_p, LINKc); in build_frontend_type()
656 m->members->push (LinkDeclaration::create (LINKc, members)); in d_build_builtins_module()
H A Dtypes.cc763 case LINKc: in visit()