Home
last modified time | relevance | path

Searched refs:deco (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc498 merge_aggregate_types (Type *type, tree deco) in merge_aggregate_types() argument
509 if (IDENTIFIER_DAGGREGATE (deco)) in merge_aggregate_types()
511 AggregateDeclaration *ad = IDENTIFIER_DAGGREGATE (deco); in merge_aggregate_types()
881 tree deco = get_identifier (d_mangle_decl (t->sym)); in visit() local
882 if (merge_aggregate_types (t, deco)) in visit()
889 IDENTIFIER_DAGGREGATE (deco) = t->sym; in visit()
934 tree deco = get_identifier (d_mangle_decl (t->sym)); in visit() local
935 if (merge_aggregate_types (t, deco)) in visit()
943 IDENTIFIER_DAGGREGATE (deco) = t->sym; in visit()
H A Dintrinsics.cc53 const char *deco; member
96 const char *tdeco = (td == NULL) ? decl->type->deco : NULL; in maybe_set_intrinsic()
127 if (strcmp (intrinsic_decls[i].deco, tdeco) == 0) in maybe_set_intrinsic()
H A Dtypeinfo.cc750 gcc_assert (d->tinfo->ty == Tfunction && d->tinfo->deco != NULL); in visit()
760 this->layout_string (d->tinfo->deco); in visit()
771 gcc_assert (d->tinfo->ty == Tdelegate && d->tinfo->deco != NULL); in visit()
781 this->layout_string (d->tinfo->deco); in visit()
/netbsd-src/usr.bin/xlint/lint1/
H A Dlex.c83 #define kwdef(name, token, detail, since, gcc, deco) \ argument
90 ((deco) & 1) != 0, ((deco) & 2) != 0, ((deco) & 4) != 0, \
92 #define kwdef_token(name, token, since, gcc, deco) \ argument
93 kwdef(name, token, {false}, since, gcc, deco)
94 #define kwdef_sclass(name, sclass, since, gcc, deco) \ argument
95 kwdef(name, T_SCLASS, .u.kw_scl = (sclass), since, gcc, deco)
98 #define kwdef_tqual(name, tqual, since, gcc, deco) \ argument
99 kwdef(name, T_QUAL, .u.kw_tqual = {.tqual = true}, since, gcc, deco)
100 kwdef_const(name,named_constant,since,gcc,deco) global() argument
[all...]
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc624 merge_aggregate_types (Type *type, tree deco) in merge_aggregate_types() argument
635 if (IDENTIFIER_DAGGREGATE (deco)) in merge_aggregate_types()
637 AggregateDeclaration *ad = IDENTIFIER_DAGGREGATE (deco); in merge_aggregate_types()
1073 tree deco = get_identifier (d_mangle_decl (t->sym)); in visit() local
1074 if (merge_aggregate_types (t, deco)) in visit()
1081 IDENTIFIER_DAGGREGATE (deco) = t->sym; in visit()
1134 tree deco = get_identifier (d_mangle_decl (t->sym)); in visit() local
1135 if (merge_aggregate_types (t, deco)) in visit()
1143 IDENTIFIER_DAGGREGATE (deco) = t->sym; in visit()
H A Dintrinsics.cc56 const char *deco; member
99 const char *tdeco = (td == NULL) ? decl->type->deco : NULL; in maybe_set_intrinsic()
130 if (strcmp (intrinsic_decls[i].deco, tdeco) == 0) in maybe_set_intrinsic()
H A Dtypeinfo.cc765 gcc_assert (ti->deco != NULL); in visit()
774 this->layout_string (d->tinfo->deco); in visit()
786 gcc_assert (ti->deco != NULL); in visit()
795 this->layout_string (d->tinfo->deco); in visit()
1050 this->layout_string (ti->deco); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtypesem.d396 !v.type.deco && v.inuse)
438 if (ti != mt && !ti.deco)
895 if (mtype.deco) in typeSemantic()
1099 if (mtype.deco) in typeSemantic()
1116 mtype.deco = null; in typeSemantic()
1130 mtype.deco = merge(mtype).deco; in typeSemantic()
1144 mtype.deco = null; in typeSemantic()
1152 if (mtype.deco) // if semantic() already run in typeSemantic()
1641 tf.deco = tf.merge().deco; in typeSemantic()
1653 if (mtype.deco) // if semantic() already run in typeSemantic()
[all …]
H A Ddmangle.d36 if (t.deco) in mangleToBuffer()
37 buf.writestring(t.deco); in mangleToBuffer()
103 public Type decoToType(const(char)[] deco) in decoToType() argument
106 if (auto sv = Type.stringtable.lookup(deco)) in decoToType()
111 assert(t.deco); in decoToType()
796 if (!d.type || !d.type.deco) in mangleTemplateInstance()
H A Dmtype.d335 char* deco; variable
487 if (this == o || ((t && deco == t.deco) && deco !is null)) in equals()
511 return cast(size_t) deco; in getUniqueID()
536 printf("deco = %p, %p\n", deco, t.deco); in version()
830 tnoreturn.deco = tnoreturn.merge().deco; in _init()
865 tnull.deco = tnull.merge().deco; in _init()
940 if (!t.deco) in merge2()
943 auto sv = stringtable.lookup(t.deco, strlen(t.deco)); in merge2()
947 assert(t.deco); in merge2()
1110 t.deco = null; in nullAttributes()
[all …]
H A Djson.d380 if (type.deco) in property()
381 property(deconame, type.deco.toDString); in property()
H A Dsemantic3.d1347 f.deco = null; in visit()
1350 if (!f.deco && funcdecl.ident != Id.xopEquals && funcdecl.ident != Id.xopCmp) in visit()
H A Ddeclaration.d630 if (!t.deco) in getType()
1658 if ((!type || !type.deco) && _scope) in toAlias()
H A Dmtype.h144 char *deco; variable
H A Ddtemplate.d395 hash = mixHash(hash, cast(size_t)t1.deco); in arrayObjectHash()
1811 if (prmtype.deco || prmtype.syntaxCopy().trySemantic(loc, paramscope)) in deduceFunctionTemplateMatch()
1908 if (m == MATCH.nomatch && prmtype.deco) in deduceFunctionTemplateMatch()
2399 assert(!tf.deco); in doHeaderInstantiation()
3725 if (sym.isforwardRef() && !tparam.deco) in visit()
3765 if (tparam.deco && !tparam.hasWild()) in visit()
8109 RootObject sa = ta && !ta.deco ? null : getDsymbol(oarg); in matchArg()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.c123 this->deco = NULL; in Type()
166 if (this == o || ((t && deco == t->deco) && deco != NULL)) in equals()
259 tnull->deco = tnull->merge()->deco; in _init()
333 t->deco = NULL; in nullAttributes()
1178 t->deco = t->merge()->deco; in pointerTo()
1214 assert(deco); in sarrayOf()
1630 if (ty == Taarray && !((TypeAArray *)this)->index->merge()->deco) in merge()
1632 if (ty != Tenum && nextOf() && !nextOf()->deco) in merge()
1638 if (!deco) in merge()
1649 assert(t->deco); in merge()
[all …]
H A Ddmangle.c335 else if (sthis->type->deco) in mangleDecl()
337 buf->writestring(sthis->type->deco); in mangleDecl()
380 else if (fd->type->deco) in mangleFunc()
382 buf->writestring(fd->type->deco); in mangleFunc()
H A Darrayop.c204 buf.writestring(e->type->toBasetype()->nextOf()->toBasetype()->mutableOf()->deco); in arrayOp()
380 buf->writestring(t1->nextOf()->mutableOf()->deco); in buildArrayIdent()
391 buf->writestring(t2->nextOf()->mutableOf()->deco); in buildArrayIdent()
H A Djson.c388 if (type->deco) in property()
389 property(deconame, type->deco); in property()
H A Ddtemplate.c492 hash = mixHash(hash, (size_t)t1->deco); in arrayObjectHash()
1545 if (prmtype->deco || in deduceFunctionTemplateMatch()
1644 if (m == MATCHnomatch && prmtype->deco) in deduceFunctionTemplateMatch()
2678 assert(!tf->deco); in doHeaderInstantiation()
3380 if (sym->isforwardRef() && !tparam->deco) in deduceType()
3414 if (tparam->deco && !tparam->hasWild()) in deduceType()
5286 RootObject *sa = ta && !ta->deco ? NULL : getDsymbol(oarg); in matchArg()
7576 if (ta->deco) in genIdent()
7577 buf.writestring(ta->deco); in genIdent()
7624 buf.writestring(ea->type->deco); in genIdent()
[all …]
H A Dexpression.c514 if (!tf->deco && ce->f->semanticRun < PASSsemanticdone) in checkPropertyCall()
3216 (!v->type->deco && v->inuse)) // during variable type semantic in resolve()
4754 tfy->deco = tfy->merge()->deco; in matchType()
4766 tx->deco = tx->merge()->deco; in matchType()
H A Ddeclaration.c229 if (!t->deco) in getType()
1806 if ((!type || !type->deco) && _scope) in toAlias()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/
H A Dobject.d747 return (() @trusted => cast(string)(demangle(deco))) (); in toString()
755 return c && this.deco == c.deco; in opEquals()
775 string deco; variable
805 return c && this.deco == c.deco; in opEquals()
847 string deco; variable
/netbsd-src/external/bsd/mdocml/dist/
H A Dhtml.c226 print_metaf(struct html *h, enum mandoc_esc deco) in print_metaf() argument
230 switch (deco) { in print_metaf()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/
H A Dobject.d1360 return cast(string) demangle(deco); in toString()
1368 return c && this.deco == c.deco; in opEquals()
1390 string deco; variable
1437 return cast(string) demangle(deco); in toString()
1466 return c && this.deco == c.deco; in opEquals()
1521 string deco; variable

12