Home
last modified time | relevance | path

Searched refs:LINKd (Results 1 – 25 of 42) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dclone.c249 TypeFunction *tf = new TypeFunction(fparams, sd->handleType(), 0, LINKd, stc | STCref); in buildOpAssign()
328 sc2->linkage = LINKd; in buildOpAssign()
508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
537 TypeFunction *tf = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
551 sc2->linkage = LINKd; in buildXopEquals()
588 tfcmpptr = new TypeFunction(parameters, Type::tint32, 0, LINKd); in buildXopCmp()
622 TypeFunction *tf = new TypeFunction(parameters, Type::tint32, 0, LINKd); in buildXopCmp()
640 sc2->linkage = LINKd; in buildXopCmp()
721 tftohash = new TypeFunction(NULL, Type::thash_t, 0, LINKd); in buildXtoHash()
743 … TypeFunction *tf = new TypeFunction(parameters, Type::thash_t, 0, LINKd, STCnothrow | STCtrusted); in buildXtoHash()
[all …]
H A Dfunc.c1291 TypeFunction *tf = new TypeFunction(NULL, Type::tvoid, 0, LINKd); in buildEnsureRequire()
1324 TypeFunction *tf = new TypeFunction(fparams, Type::tvoid, 0, LINKd); in buildEnsureRequire()
1464 sc2->linkage = LINKd; in semantic3()
1525 if (f->linkage == LINKd) in semantic3()
4108 (f->linkage == LINKd) && in isNested()
4976 type = new TypeFunction(NULL, Type::tvoid, false, LINKd, storage_class); in semantic()
4980 sc->linkage = LINKd; in semantic()
5052 type = new TypeFunction(NULL, Type::tvoid, false, LINKd, storage_class); in semantic()
5057 sc->linkage = LINKd; in semantic()
5397 sc->linkage = LINKd; in semantic()
[all …]
H A Ddelegatize.c42 TypeFunction *tf = new TypeFunction(NULL, t, 0, LINKd); in toDelegate()
H A Ddscope.c82 this->linkage = LINKd; in Scope()
122 sc->linkage = LINKd; in createGlobal()
H A Ddmangle.c223 case LINKd: mc = 'F'; break; in mangleFuncType()
414 case LINKd: in visit()
H A Descape.c953 size_t j = (tf->linkage == LINKd && tf->varargs == 1); in escapeByValue()
1149 size_t j = (tf->linkage == LINKd && tf->varargs == 1); in escapeByRef()
H A Djson.c313 case LINKd: in property()
H A Ddenum.c554 linkage = LINKd; in semantic()
H A Dhdrgen.c903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1270 case LINKd: p = "D"; break; in visit()
3366 case LINKd: return "D"; in linkageToChars()
H A Dtraits.c1006 case 1: style = (link == LINKd) ? "argptr" in semanticTraits()
1152 link = LINKd; in semanticTraits()
H A Dparse.c55 linkage = LINKd; in Parser()
85 linkage = LINKd; in Parser()
1300 link = LINKd; in parseLinkage()
1403 link = LINKd; in parseLinkage()
1408 link = LINKd; // default in parseLinkage()
4345 linkage = LINKd; // nested functions have D linkage in parseContracts()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dclone.c249 TypeFunction *tf = new TypeFunction(fparams, sd->handleType(), 0, LINKd, stc | STCref); in buildOpAssign()
328 sc2->linkage = LINKd; in buildOpAssign()
508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
537 TypeFunction *tf = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals()
551 sc2->linkage = LINKd; in buildXopEquals()
588 tfcmpptr = new TypeFunction(parameters, Type::tint32, 0, LINKd); in buildXopCmp()
622 TypeFunction *tf = new TypeFunction(parameters, Type::tint32, 0, LINKd); in buildXopCmp()
640 sc2->linkage = LINKd; in buildXopCmp()
721 tftohash = new TypeFunction(NULL, Type::thash_t, 0, LINKd); in buildXtoHash()
743 … TypeFunction *tf = new TypeFunction(parameters, Type::thash_t, 0, LINKd, STCnothrow | STCtrusted); in buildXtoHash()
[all …]
H A Dfunc.c1291 TypeFunction *tf = new TypeFunction(NULL, Type::tvoid, 0, LINKd); in buildEnsureRequire()
1324 TypeFunction *tf = new TypeFunction(fparams, Type::tvoid, 0, LINKd); in buildEnsureRequire()
1464 sc2->linkage = LINKd; in semantic3()
1525 if (f->linkage == LINKd) in semantic3()
4108 (f->linkage == LINKd) && in isNested()
4976 type = new TypeFunction(NULL, Type::tvoid, false, LINKd, storage_class); in semantic()
4980 sc->linkage = LINKd; in semantic()
5052 type = new TypeFunction(NULL, Type::tvoid, false, LINKd, storage_class); in semantic()
5057 sc->linkage = LINKd; in semantic()
5397 sc->linkage = LINKd; in semantic()
[all …]
H A Dglobals.h301 LINKd, enumerator
H A Ddelegatize.c42 TypeFunction *tf = new TypeFunction(NULL, t, 0, LINKd); in toDelegate()
H A Ddscope.c82 this->linkage = LINKd; in Scope()
122 sc->linkage = LINKd; in createGlobal()
H A Ddmangle.c223 case LINKd: mc = 'F'; break; in mangleFuncType()
414 case LINKd: in visit()
H A Descape.c953 size_t j = (tf->linkage == LINKd && tf->varargs == 1); in escapeByValue()
1149 size_t j = (tf->linkage == LINKd && tf->varargs == 1); in escapeByRef()
H A Ddenum.c554 linkage = LINKd; in semantic()
H A Djson.c313 case LINKd: in property()
H A Dhdrgen.c903 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPostfix()
957 if (t->linkage > LINKd && hgs->ddoc != 1 && !hgs->hdrgen) in visitFuncIdentWithPrefix()
1270 case LINKd: p = "D"; break; in visit()
3366 case LINKd: return "D"; in linkageToChars()
H A Dtraits.c1006 case 1: style = (link == LINKd) ? "argptr" in semanticTraits()
1152 link = LINKd; in semanticTraits()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc378 Type *td = TypeFunction::create (NULL, t, 0, LINKd); in cppParameterType()
H A Dd-codegen.cc78 if ((decl != NULL && decl->linkage != LINKd) in d_decl_context()
147 TypeFunction *tf = TypeFunction::create (NULL, decl->type, false, LINKd); in declaration_type()
196 TypeFunction *tf = TypeFunction::create (NULL, arg->type, false, LINKd); in parameter_type()
1905 size_t varargs = (tf->linkage == LINKd && tf->varargs == 1); in d_build_call()
1959 if (tf->linkage == LINKd) in d_build_call()
H A Dtypes.cc714 if (t->varargs == 1 && t->linkage == LINKd) in visit()
765 case LINKd: in visit()

12