Searched refs:addGlobalIdent (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.h72 static void addGlobalIdent(const char *ident);
82 static void addGlobalIdent(const char *ident);
H A Dcond.d527 static void addGlobalIdent(const(char)* ident)
529 addGlobalIdent(ident[0 .. ident.strlen]);
533 extern(D) static void addGlobalIdent(string ident)
536 addGlobalIdent(cast(const(char)[])ident);
541 extern(D) static void addGlobalIdent(const(char)[] ident)
773 static void addGlobalIdent(const(char)* ident)
775 addGlobalIdent(ident[0 .. ident.strlen]);
779 extern(D) static void addGlobalIdent(string ident)
782 addGlobalIdent(cast(const(char)[])ident);
787 extern(D) static void addGlobalIdent(cons
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.h80 static void addGlobalIdent(const char *ident);
93 static void addGlobalIdent(const char *ident);
H A Dcond.c454 void DebugCondition::addGlobalIdent(const char *ident) function in class:DebugCondition
648 void VersionCondition::addGlobalIdent(const char *ident) function in class:VersionCondition
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-lang.cc457 DebugCondition::addGlobalIdent (arg);
596 VersionCondition::addGlobalIdent (arg);
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-lang.cc979 VersionCondition::addGlobalIdent (s);
988 DebugCondition::addGlobalIdent (s);

Completed in 99 milliseconds