Searched refs:LINKc (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | arrayop.c | 69 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 D | globals.h | 302 LINKc, enumerator
|
H A D | dmangle.c | 224 case LINKc: mc = 'U'; break; in mangleFuncType() 417 case LINKc: in visit()
|
H A D | json.c | 317 case LINKc: in property()
|
H A D | func.c | 3735 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 D | cppmangle.c | 979 if (t->linkage == LINKc) in visit()
|
H A D | declaration.c | 2243 linkage = LINKc; in TypeInfoDeclaration() 2260 assert(linkage == LINKc); in semantic()
|
H A D | hdrgen.c | 1271 case LINKc: p = "C"; break; in visit() 3367 case LINKc: return "C"; in linkageToChars()
|
H A D | dclass.c | 287 sc2->linkage = LINKc; in newScope()
|
H A D | parse.c | 1303 link = LINKc; in parseLinkage()
|
H A D | expression.c | 1733 const char *p = tf->linkage == LINKc ? "extern(C)" : "extern(C++)"; in functionParameters()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.cc | 411 return LINKc; in systemLinkage()
|
H A D | d-builtins.cc | 320 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 D | types.cc | 763 case LINKc: in visit()
|