Home
last modified time | relevance | path

Searched refs:cppmangle (Results 1 – 25 of 138) sorted by relevance

123456

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Dattrib.d85 CPPMANGLE cppmangle, Visibility visibility, int explicitVisibility, in createNewScope() argument
91 cppmangle != sc.cppmangle || in createNewScope()
101 sc2.cppmangle = cppmangle; in createNewScope()
259 return createNewScope(sc, scstc, sc.linkage, sc.cppmangle, in newScope()
417 …return createNewScope(sc, sc.stc, this.linkage, sc.cppmangle, sc.visibility, sc.explicitVisibility, in newScope()
447 CPPMANGLE cppmangle; variable
449 extern (D) this(const ref Loc loc, CPPMANGLE cppmangle, Dsymbols* decl) in this() argument
453 this.cppmangle = cppmangle; in this()
459 return new CPPMangleDeclaration(loc, cppmangle, Dsymbol.arraySyntaxCopy(decl)); in syntaxCopy()
464 return createNewScope(sc, sc.stc, LINK.cpp, cppmangle, sc.visibility, sc.explicitVisibility, in newScope()
[all …]
H A Dscope.h111 CPPMANGLE cppmangle; // C++ mangle type member
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Dattrib.c76 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
82 cppmangle != sc->cppmangle || in createNewScope()
92 sc2->cppmangle = cppmangle; in createNewScope()
366 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
455 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
471 cppmangle = p; in CPPMangleDeclaration()
477 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
482 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
537 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
611 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dtypesem.c1331 if (sc && sc->cppmangle != CPPMANGLEdefault) in typeSemantic()
1333 if (mtype->cppmangle == CPPMANGLEdefault) in typeSemantic()
1334 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1336 assert(mtype->cppmangle == sc->cppmangle); in typeSemantic()
1351 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1360 if (sc && sc->cppmangle != CPPMANGLEdefault) in typeSemantic()
1362 if (mtype->cppmangle == CPPMANGLEdefault) in typeSemantic()
1363 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1365 assert(mtype->cppmangle == sc->cppmangle); in typeSemantic()
1380 mtype->cppmangle = sc->cppmangle; in typeSemantic()
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
98 CPPMANGLE cppmangle;
H A Dscope.h110 CPPMANGLE cppmangle; // C++ mangle type member
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Dattrib.c76 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
82 cppmangle != sc->cppmangle || in createNewScope()
92 sc2->cppmangle = cppmangle; in createNewScope()
366 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
455 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
471 cppmangle = p; in CPPMangleDeclaration()
477 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
482 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
537 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
611 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dtypesem.c1331 if (sc && sc->cppmangle != CPPMANGLEdefault) in typeSemantic()
1333 if (mtype->cppmangle == CPPMANGLEdefault) in typeSemantic()
1334 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1336 assert(mtype->cppmangle == sc->cppmangle); in typeSemantic()
1351 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1360 if (sc && sc->cppmangle != CPPMANGLEdefault) in typeSemantic()
1362 if (mtype->cppmangle == CPPMANGLEdefault) in typeSemantic()
1363 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1365 assert(mtype->cppmangle == sc->cppmangle); in typeSemantic()
1380 mtype->cppmangle = sc->cppmangle; in typeSemantic()
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
98 CPPMANGLE cppmangle;
H A Dscope.h110 CPPMANGLE cppmangle; // C++ mangle type member
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Dattrib.c76 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
82 cppmangle != sc->cppmangle || in createNewScope()
92 sc2->cppmangle = cppmangle; in createNewScope()
366 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
455 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
471 cppmangle = p; in CPPMangleDeclaration()
477 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
482 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
537 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
611 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dtypesem.c1331 if (sc && sc->cppmangle != CPPMANGLEdefault) in typeSemantic()
1333 if (mtype->cppmangle == CPPMANGLEdefault) in typeSemantic()
1334 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1336 assert(mtype->cppmangle == sc->cppmangle); in typeSemantic()
1351 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1360 if (sc && sc->cppmangle != CPPMANGLEdefault) in typeSemantic()
1362 if (mtype->cppmangle == CPPMANGLEdefault) in typeSemantic()
1363 mtype->cppmangle = sc->cppmangle; in typeSemantic()
1365 assert(mtype->cppmangle == sc->cppmangle); in typeSemantic()
1380 mtype->cppmangle = sc->cppmangle; in typeSemantic()
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
98 CPPMANGLE cppmangle;
H A Dscope.h110 CPPMANGLE cppmangle; // C++ mangle type member
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Dattrib.c74 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
80 cppmangle != sc->cppmangle || in createNewScope()
90 sc2->cppmangle = cppmangle; in createNewScope()
426 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
531 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
547 cppmangle = p; in CPPMangleDeclaration()
553 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
558 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
613 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
675 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
102 CPPMANGLE cppmangle;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Dattrib.c74 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
80 cppmangle != sc->cppmangle || in createNewScope()
90 sc2->cppmangle = cppmangle; in createNewScope()
426 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
531 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
547 cppmangle = p; in CPPMangleDeclaration()
553 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
558 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
613 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
675 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
102 CPPMANGLE cppmangle;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Dattrib.c74 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
80 cppmangle != sc->cppmangle || in createNewScope()
90 sc2->cppmangle = cppmangle; in createNewScope()
426 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
531 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
547 cppmangle = p; in CPPMangleDeclaration()
553 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
558 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
613 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
675 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Dattrib.c78 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
84 cppmangle != sc->cppmangle || in createNewScope()
94 sc2->cppmangle = cppmangle; in createNewScope()
430 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
535 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
551 cppmangle = p; in CPPMangleDeclaration()
557 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
562 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
617 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
680 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
102 CPPMANGLE cppmangle;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Dattrib.c78 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
84 cppmangle != sc->cppmangle || in createNewScope()
94 sc2->cppmangle = cppmangle; in createNewScope()
430 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
535 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
551 cppmangle = p; in CPPMangleDeclaration()
557 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
562 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
617 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
680 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
102 CPPMANGLE cppmangle;
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Dattrib.c78 StorageClass stc, LINK linkage, CPPMANGLE cppmangle, Prot protection, in createNewScope() argument
84 cppmangle != sc->cppmangle || in createNewScope()
94 sc2->cppmangle = cppmangle; in createNewScope()
430 return createNewScope(sc, scstc, sc->linkage, sc->cppmangle, in newScope()
535 return createNewScope(sc, sc->stc, this->linkage, sc->cppmangle, in newScope()
551 cppmangle = p; in CPPMangleDeclaration()
557 return new CPPMangleDeclaration(cppmangle, Dsymbol::arraySyntaxCopy(decl)); in syntaxCopy()
562 return createNewScope(sc, sc->stc, LINKcpp, this->cppmangle, in newScope()
617 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
680 return createNewScope(sc, sc->stc, sc->linkage, sc->cppmangle, in newScope()
[all …]
H A Dattrib.h34 StorageClass newstc, LINK linkage, CPPMANGLE cppmangle, Prot protection,
102 CPPMANGLE cppmangle;

123456