Searched refs:PragmaDeclaration (Results 1 – 22 of 22) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | attrib.h | 150 class PragmaDeclaration : public AttribDeclaration 155 PragmaDeclaration *syntaxCopy(Dsymbol *s);
|
| H A D | scope.h | 112 PragmaDeclaration *inlining; // inlining strategy for functions
|
| H A D | attrib.d | 86 AlignDeclaration aligndecl, PragmaDeclaration inlining) in createNewScope() 872 extern (C++) final class PragmaDeclaration : AttribDeclaration 882 override PragmaDeclaration syntaxCopy(Dsymbol s) in syntaxCopy() 886 …return new PragmaDeclaration(loc, ident, Expression.arraySyntaxCopy(args), Dsymbol.arraySyntaxCopy… in syntaxCopy()
|
| H A D | visitor.h | 109 class PragmaDeclaration; variable 373 virtual void visit(PragmaDeclaration *s) { visit((AttribDeclaration *)s); } in visit()
|
| H A D | dscope.d | 125 PragmaDeclaration inlining;
|
| H A D | parsetimevisitor.d | 77 void visit(AST.PragmaDeclaration s) { visit(cast(AST.AttribDeclaration)s); } in ParseTimeVisitor()
|
| H A D | transitivevisitor.d | 563 override void visit(AST.PragmaDeclaration d) in ParseVisitMethods()
|
| H A D | cparse.d | 1885 s = new AST.PragmaDeclaration(asmname.loc, Id.mangle, args, decls); in cparseDeclaration()
|
| H A D | hdrgen.d | 1039 override void visit(PragmaDeclaration d) in visit()
|
| H A D | dsymbolsem.d | 1472 override void visit(PragmaDeclaration pd) in visit()
|
| H A D | parse.d | 982 s = new AST.PragmaDeclaration(loc, ident, args, a2);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | attrib.c | 864 PragmaDeclaration::PragmaDeclaration(Loc loc, Identifier *ident, Expressions *args, Dsymbols *decl) in PragmaDeclaration() function 872 Dsymbol *PragmaDeclaration::syntaxCopy(Dsymbol *s) in syntaxCopy() 876 return new PragmaDeclaration(loc, ident, in syntaxCopy() 881 Scope *PragmaDeclaration::newScope(Scope *sc) in newScope() 943 void PragmaDeclaration::semantic(Scope *sc) in semantic() 1182 const char *PragmaDeclaration::kind() const in kind()
|
| H A D | attrib.h | 161 class PragmaDeclaration : public AttribDeclaration 166 PragmaDeclaration(Loc loc, Identifier *ident, Expressions *args, Dsymbols *decl);
|
| H A D | visitor.h | 105 class PragmaDeclaration; variable 399 virtual void visit(PragmaDeclaration *s) { visit((AttribDeclaration *)s); } in visit()
|
| H A D | statement.c | 418 void visit(PragmaDeclaration *) {} in toStatement()
|
| H A D | hdrgen.c | 1340 void visit(PragmaDeclaration *d) in visit()
|
| H A D | parse.c | 856 s = new PragmaDeclaration(loc, ident, args, a2); in parseDeclDefs()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
| H A D | ChangeLog-2021 | 87 (DeclVisitor::visit (PragmaDeclaration *)): Don't handle 284 (DeclVisitor::visit(PragmaDeclaration *)): Handle pragmas
|
| H A D | ChangeLog-2017 | 179 * decl.cc (DeclVisitor::visit(PragmaDeclaration)): Remove dependency 1075 * d-objfile.cc (PragmaDeclaration::toObjFile): Warn about unknown
|
| H A D | decl.cc | 366 void visit (PragmaDeclaration *d) in visit()
|
| H A D | ChangeLog-2007 | 1290 * dmd/attrib.c (PragmaDeclaration::semantic): uint -> unsigned
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | decl.cc | 247 void visit (PragmaDeclaration *d) in visit()
|