Searched refs:VersionCondition (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h41 virtual VersionCondition *isVersionCondition() { return NULL; }
79 class VersionCondition : public DVCondition class in inherits:DVCondition
86 VersionCondition *isVersionCondition() { return this; }
H A Ddversion.d171 VersionCondition.checkReserved(loc, ident.toString());
H A Dcond.d78 inout(VersionCondition) isVersionCondition() inout
623 extern (C++) final class VersionCondition : DVCondition
826 * Instantiate a new `VersionCondition`
843 //printf("VersionCondition::include() level = %d, versionlevel = %d\n", level, global.params.versionlevel);
876 override inout(VersionCondition) isVersionCondition() inout
H A Dobjc.d517 VersionCondition.addPredefinedGlobalIdent("D_ObjectiveC");
H A Dvisitor.h309 class VersionCondition;
579 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); }
H A Dparsetimevisitor.d289 void visit(AST.VersionCondition c) { visit(cast(AST.DVCondition)c); }
H A Dhdrgen.d2782 override void visit(VersionCondition c)
H A Dparse.d2275 return new AST.VersionCondition(loc, mod, level, id);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h42 virtual VersionCondition *isVersionCondition() { return NULL; }
89 class VersionCondition : public DVCondition class in inherits:DVCondition
96 VersionCondition(Module *mod, unsigned level, Identifier *ident);
99 VersionCondition *isVersionCondition() { return this; }
H A Dcond.c520 void VersionCondition::setGlobalLevel(unsigned level)
648 void VersionCondition::addGlobalIdent(const char *ident)
654 void VersionCondition::addPredefinedGlobalIdent(const char *ident)
662 VersionCondition::VersionCondition(Module *mod, unsigned level, Identifier *ident) function in class:VersionCondition
667 int VersionCondition::include(Scope *sc, ScopeDsymbol *)
669 //printf("VersionCondition::include() level = %d, versionlevel = %d\n", level, global.params.versionlevel);
H A Dvisitor.h300 class VersionCondition;
594 virtual void visit(VersionCondition *c) { visit((DVCondition *)c); }
H A Dhdrgen.c3082 void visit(VersionCondition *c)
H A Dparse.c1516 c = new VersionCondition(mod, level, id);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc432 VersionCondition::addPredefinedGlobalIdent (ident);
440 VersionCondition::addPredefinedGlobalIdent ("GNU");
441 VersionCondition::addPredefinedGlobalIdent ("D_Version2");
444 VersionCondition::addPredefinedGlobalIdent ("BigEndian");
446 VersionCondition::addPredefinedGlobalIdent ("LittleEndian");
449 VersionCondition::addPredefinedGlobalIdent ("GNU_SjLj_Exceptions");
451 VersionCondition::addPredefinedGlobalIdent ("GNU_SEH_Exceptions");
453 VersionCondition::addPredefinedGlobalIdent ("GNU_DWARF2_Exceptions");
456 VersionCondition::addPredefinedGlobalIdent ("GNU_EMUTLS");
459 VersionCondition
[all...]
H A Dd-lang.cc979 VersionCondition::addGlobalIdent (s);
H A Ddecl.cc390 VersionCondition *vc = d->condition->isVersionCondition ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc424 VersionCondition::addPredefinedGlobalIdent (ident);
432 VersionCondition::addPredefinedGlobalIdent ("GNU");
433 VersionCondition::addPredefinedGlobalIdent ("D_Version2");
436 VersionCondition::addPredefinedGlobalIdent ("BigEndian");
438 VersionCondition::addPredefinedGlobalIdent ("LittleEndian");
441 VersionCondition::addPredefinedGlobalIdent ("GNU_SjLj_Exceptions");
443 VersionCondition::addPredefinedGlobalIdent ("GNU_SEH_Exceptions");
445 VersionCondition::addPredefinedGlobalIdent ("GNU_DWARF2_Exceptions");
448 VersionCondition::addPredefinedGlobalIdent ("GNU_EMUTLS");
451 VersionCondition
[all...]
H A Dd-lang.cc589 VersionCondition::setGlobalLevel (level);
596 VersionCondition::addGlobalIdent (arg);
H A Ddecl.cc271 VersionCondition *vc = d->condition->isVersionCondition ();

Completed in 265 milliseconds