Home
last modified time | relevance | path

Searched refs:VersionCondition (Results 1 – 20 of 20) sorted by relevance

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