Searched refs:addPredefinedGlobalIdent (Results 1 - 7 of 7) sorted by relevance

/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::addPredefinedGlobalIdent ("GNU_StackGrowsDow
[all...]
/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::addPredefinedGlobalIdent ("GNU_StackGrowsDow
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h83 static void addPredefinedGlobalIdent(const char *ident);
H A Dcond.d790 addPredefinedGlobalIdent(ident);
804 static void addPredefinedGlobalIdent(const(char)* ident)
806 addPredefinedGlobalIdent(ident.toDString());
810 extern(D) static void addPredefinedGlobalIdent(string ident)
813 addPredefinedGlobalIdent(cast(const(char)[])ident);
818 extern(D) static void addPredefinedGlobalIdent(const(char)[] ident)
H A Dobjc.d517 VersionCondition.addPredefinedGlobalIdent("D_ObjectiveC");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h94 static void addPredefinedGlobalIdent(const char *ident);
H A Dcond.c651 addPredefinedGlobalIdent(ident);
654 void VersionCondition::addPredefinedGlobalIdent(const char *ident) function in class:VersionCondition

Completed in 257 milliseconds