Home
last modified time | relevance | path

Searched defs:addPredefinedGlobalIdent (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.d804 static void addPredefinedGlobalIdent(const(char)* ident) in addPredefinedGlobalIdent() function
810 extern(D) static void addPredefinedGlobalIdent(string ident) in addPredefinedGlobalIdent() function
818 extern(D) static void addPredefinedGlobalIdent(const(char)[] ident) in addPredefinedGlobalIdent() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c654 void VersionCondition::addPredefinedGlobalIdent(const char *ident) in addPredefinedGlobalIdent() function